Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2008-02 Thread Index (1/3)
Last updated: Wed Jan 18 01:50:55 2012
383 messages
- pgsql: Fix unportable usages of tolower(). Tom Lane (Sat 01 03:27)
- pgsql: Disable the undocumented xmlvalidate() function, which was Tom Lane (Sat 01 02:46)
- pgsql: Don't call AddUserToDacl on Cygwin Andrew Dunstan (Fri 29 23:31)
- pgsql: Remove long-unused and broken TCL_ARRAYS. Alvaro Herrera (Fri 29 20:58)
- pgsql: Reducing the assumed alignment of struct varlena means that the Tom Lane (Fri 29 17:47)
- pgbuildfarm - client-code: work around mingw's old version of File::Temp User Andrewd (Fri 29 17:42)
- pgsql: Fix handling of restricted processes for Windows Vista (mainly), Magnus Hagander (Fri 29 15:31)
- plpsm - plpgpsm: fix for 8.3 User Okbob (Fri 29 15:20)
- pgsql: Update wording: < * Add Oracle-style packages (Pavel) > * Add Bruce Momjian (Fri 29 14:56)
- pgsql: Write the objfiles.txt rules in a way that is compatible with GNU Peter Eisentraut (Fri 29 10:34)
- pgsql: Fix several memory leaks when rescanning SRFs. Neil Conway (Fri 29 02:49)
- prefix - prefix: Now using PG_VERSION_NUM User Dim (Thu 28 15:31)
- pgsql: Support for building contrib/uuid-ossp with MSVC. Magnus Hagander (Thu 28 12:18)
- pgsql: Change expand_subsys function so that it preserves the relative Peter Eisentraut (Wed 27 20:31)
- CVSROOT: Change hostname for cvsweb url generation. Magnus Hagander (Wed 27 20:30)
- pgsql: If RelationBuildDesc() fails to open a critical system index, Tom Lane (Wed 27 17:44)
- pginstaller - pginst: Zero out a char array before use. User Dpage (Wed 27 14:21)
- pgloader - pgloader: FIX: PSYCOPG_VERSION defaults to None... User Dim (Wed 27 12:57)
- pgloader - pgloader: Allow user to force psycopg version to use, as User Dim (Wed 27 12:31)
- textsearch-ja - textsearch-ja: Fix testing script and add mention to User Itagaki (Wed 27 06:23)
- pgsql: Add more clarification about SSH tunnels from Faheem Mitha. Peter Eisentraut (Tue 26 18:03)
- pgsql: In the SSH setup instructions, change ssh -L 3333:foo.com:5432 Peter Eisentraut (Tue 26 16:07)
- pgsql: Add information about format modifiers that apply to numeric Peter Eisentraut (Tue 26 15:32)
- pgsql: Don't build the win32 support files in the all target, only in Peter Eisentraut (Tue 26 14:26)
- pgsql: Fix uninstall target. Peter Eisentraut (Tue 26 13:49)
- pgsql: Create two separate libpq.rc's: One that is built at build time, Peter Eisentraut (Tue 26 13:36)
- pgsql: Reorganize some of the exports list generation code. Peter Eisentraut (Tue 26 10:45)
- pgsql: Escape # character in variable assignment Peter Eisentraut (Tue 26 10:30)
- pginstaller - pginst: Don't enable the debugger plugin by default. User Dpage (Tue 26 10:11)
- pginstaller - pginst: Fix two Vista issues found recently: Fix 1 ***** User Dpage (Tue 26 10:08)
- pgsql: Need more dependencies to get the build order right when Peter Eisentraut (Tue 26 08:23)
- pgsql: We don't need to rebuild objfiles.txt every time an object file Peter Eisentraut (Tue 26 07:20)
- pgsql: Refactor the code that creates the shared library export files to Peter Eisentraut (Tue 26 06:41)
- pgsql: Fix encode(...bytea..., 'escape') so that it converts all Tom Lane (Tue 26 02:54)
- pgsql: Reject year zero during datetime input, except when it's a Tom Lane (Mon 25 23:36)
- pgsql: Fix datetime input to behave correctly for Feb 29 in years BC. Tom Lane (Mon 25 23:21)
- pgfouine - pgfouine: updated GeSHi to 1.0.7.20 User Gsmet (Mon 25 23:14)
- pgfouine - pgfouine: added a couple of words to colorize per [#1006782] User Gsmet (Mon 25 22:57)
- pgfouine - pgfouine: added invalid startup packet error to ignore list User Gsmet (Mon 25 22:49)
- pgfouine - pgfouine: applied a patch from Russell Garrett @last.fm to User Gsmet (Mon 25 21:13)
- pgfouine - pgfouine: fixed and updated test cases User Gsmet (Mon 25 21:12)
- pgrpm - pgrpm: - small optim, thanks trem User Nanardon (Mon 25 20:48)
- pgrpm - pgrpm: - return an empty string in case rpmds return null ptr User Nanardon (Mon 25 20:39)
- pgsql: Link postgres from all object files at once, to avoid the Peter Eisentraut (Mon 25 17:55)
- pgloader - pgloader: FIX Makefile to ignore some parallel files User Dim (Mon 25 17:26)
- pgloader - pgloader: TODO update with status, preparing a debian User Dim (Mon 25 16:27)
- pgloader - pgloader: Fix Makefile archive building User Dim (Mon 25 15:47)
- pgloader - pgloader: Let's try to keep a record of BUGS User Dim (Mon 25 14:56)
- pgloader - pgloader: Document columns=* option and prepare 2.3.0~dev2 User Dim (Mon 25 14:56)
- pgloader - pgloader: Adding support for columns=* configuration User Dim (Mon 25 14:23)
- pgloader - pgloader: Don't wait for non started threads (PGLoader init User Dim (Mon 25 14:11)
- npgsql - Npgsql2: Fixed problem when calling functions with inout or User Fxjr (Mon 25 05:53)
- pllua - pllua: Added regression tests, row stamp for functions, and User Carvalho (Sun 24 15:41)
- pllua - pllua: New Directory User Carvalho (Sun 24 15:36)
- plscheme - plscheme: Avoid freeing SPI plan which will already be freed User Knt (Sun 24 09:38)
- pgsql: Use our own getopt() and getopt_long() on Solaris, because that Tom Lane (Sun 24 05:21)
- pgsql: Avoid trying to print a NULL char pointer in --describe-config. Tom Lane (Sat 23 19:25)
- pgsql: Change the declaration of struct varlena so that the length word Tom Lane (Sat 23 19:11)
- orafce - orafce: dbms_assert finished User Okbob (Sat 23 09:32)
- pginstaller - pginst: Small french issue. User Gleu (Fri 22 10:19)
- optimizer - jos: Repository cleanups, disabling greedy compilation since User Julo (Thu 21 08:56)
- pgsql: Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR Tom Lane (Wed 20 22:46)
- pgsql: Make pg_regress -V consistent with the corresponding code in Tom Lane (Wed 20 22:44)
- pgsql: Fix mistakes in pg_ctl's code for "start -w" that tries to cope Tom Lane (Wed 20 22:18)
- pgsql: Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a Tom Lane (Wed 20 17:44)
- pgsql: Improve error messages emitted when VACUUM and ANALYZE skip a Alvaro Herrera (Wed 20 14:31)
- pgsql: Change error message to be able to differentiate the two cases. Alvaro Herrera (Wed 20 14:02)
- pgsql: Backport fixed AC_FUNC_FSEEKO Peter Eisentraut (Tue 19 18:02)
- pgsql: Un-break msvc port yet again (it started pulling in the Darwin Magnus Hagander (Tue 19 16:20)
- pgsql: More refactoring, so that the SUBSYS.o rules are now all in one Peter Eisentraut (Tue 19 15:30)
- pgsql: This subdirectory has been unused, dead, and broken for 10 years. Peter Eisentraut (Tue 19 13:09)
- pgsql: Fix function prototype to silence compiler warnings. Magnus Hagander (Tue 19 12:06)
- pgsql: Unbreak MSVC build after recent addition of HTMLDIR. Magnus Hagander (Tue 19 12:00)
- pgsql: Remove another target I forgot during the refactoring Peter Eisentraut (Tue 19 11:49)
- pgsql: Refactor backend makefiles to remove lots of duplicate code Peter Eisentraut (Tue 19 10:30)
- pgsql: Put back code modularization of fseeko() configure checks. Bruce Momjian (Tue 19 01:05)
- pgsql: Put fseeko check back in old location, in hopes of silencing Bruce Momjian (Tue 19 00:46)
- pgsql: Remove unnecessary opening of other relation in Tom Lane (Mon 18 23:00)
- pgunittest - pgUnitTest_Rnd: User Pgunittest (Mon 18 22:03)
- pgunittest - pgUnitTest_Rnd: New Directory User Pgunittest (Mon 18 22:01)
- pgsql: autoconf 2.61's AC_FUNC_FSEEKO reports success/failure Bruce Momjian (Mon 18 21:46)
- pgsql: Observe errors in makefile Peter Eisentraut (Mon 18 16:04)
- pgsql: Added --htmldir option to pg_config, equivalent to the new Peter Eisentraut (Mon 18 14:51)
Mail converted by MHonArc