pgsql-committers since 2004-10-15 00:00

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

Oct. 15, 2004

Thread Author Time
pgsql: psql code cleanup: - refactor a bunch of code to call a separate Neil Conway 01:36
pgsql: Add full path in error report for version mismatch of binaries. Bruce Momjian 04:32
pgsql: Fix pg_ctl -D handling for Win32: Bruce Momjian 04:54
pgsql: Allow psql booleans to use OFF or off. Bruce Momjian 05:02
pgsql: > This lets you do something like: > > ./configure Bruce Momjian 05:11
pgsql: New wording on the three standards. Bruce Momjian 16:10
pgsql: Update heading of Cygwin FAQ to be Cygwin-specific. Bruce Momjian 16:18
pgsql: Update wording. Bruce Momjian 16:27
pgsql: Have log_duration only output when log_statement has printed the Bruce Momjian 16:50
pgsql: This patch clarifies the usage of references in PL/Perl :) David Bruce Momjian 16:51
pgsql: I have attached 5 patches (split up for ease of review) to Bruce Momjian 17:08
pgsql: The previous build rules caused each binary to be re-linked on Bruce Momjian 17:10
pginstaller - web: Minor FAQ updates. User Dpage 20:46
pginstaller - web: Update installer walkthrough. User Dpage 21:24
pginstaller - web: Remove files to fix uppercase names. User Dpage 22:24
pginstaller - web: Add files to fix uppercase names. User Dpage 22:24
pgsql: Repair possible failure to update hint bits back to disk, per Tom Lane 22:40

Oct. 16, 2004

Thread Author Time
pgsql: Allow pg_ctl to determine the server is up when getting a request Bruce Momjian 03:10
pgsql: Export only required symbols in libpq on Win32. Bruce Momjian 03:26
pgsql: Fix Cygwin using of pg_ctl by not usig START. Bruce Momjian 03:32
pgsql: Remove BufferLocks[] array in favor of a single pointer to the Tom Lane 18:05
pgsql: Give the ResourceOwner mechanism full responsibility for Tom Lane 18:57
pgsql: Limit NBuffers and some related values to INT_MAX / BLCKSZ, to Tom Lane 19:08
pgsql: Generate the various .def files for libpq DLLs from a single list Tom Lane 20:10
pgsql: Give a more user-friendly error message in case where a table is Tom Lane 21:16
pgsql: Include dllist.c directly instead of assuming that libpq will Tom Lane 21:50
pgsql: Remove dllist.c from libpq. Tom Lane 22:53

Oct. 17, 2004

Thread Author Time
pgsql: Make locale_messages_assign() really work on Windows; the prior Tom Lane 20:02
pgsql: Give a more user-friendly error message in situation where CREATE Tom Lane 20:47
pgsql: Adjust message Peter Eisentraut 21:04
pgsql: Translation updates Peter Eisentraut 21:05
pgsql: Translation update Peter Eisentraut 21:08
pgsql: New translation Peter Eisentraut 21:10
pgsql: New translation Peter Eisentraut 21:12
pgsql: pg_get_indexdef() didn't do quite the right thing with Tom Lane 21:17
pgsql: Allow background writing to be shut down by setting limit values Tom Lane 22:01
pgsql: Make the standard stopword files be sought relative to share_dir, Tom Lane 23:09
pgsql: Fix some typos. Bruce Momjian 23:39
pgsql: Better document win32_open and its ability to allow concurrent Bruce Momjian 23:53

Oct. 18, 2004

Thread Author Time
pgsql: Tweak pg_dump to handle default tablespaces correctly --- same Tom Lane 00:20
pgsql: Trivial fix: remove a pointless cast. Neil Conway 01:45
pgsql: Add: > > * Allow a database in tablespace t1 with tables Bruce Momjian 02:56
pgsql: Update wording: * Allow a database in tablespace t1 with tables Bruce Momjian 03:27
Re: pgsql: Give a more user-friendly error message in situation Bruce Momjian 03:28
pgsql: Update Japanese FAQ. Bruce Momjian 11:45
pginstaller - pginst: Use 3 part version number for consistency with User Dpage 11:52
pginstaller - pginst: Update filename. User Dpage 11:55
pginstaller - pginst: Change shortfilename for base install directory to User Dpage 12:09
pginstaller - pginst: Update Npgsql to 0.7b2, and follow their directory User Dpage 12:10
pgsql: Synced parser Michael Meskes 13:36
pgsql: Improve indentation of sublists: < The proper solution to this Bruce Momjian 16:13
pgsql: Force rebuild. Bruce Momjian 16:16
pgsql: The attached patch fixes psql's win32 frontend-only build, by Bruce Momjian 16:24
pgsql: Updated SQL key words table Peter Eisentraut 17:09
pgsql: New translation Peter Eisentraut 17:53
pgsql: Translation updates Peter Eisentraut 17:56
pgsql: New translation Peter Eisentraut 17:58
pgsql: Remove use of "miscadmin.h" in port C files and remove test for Bruce Momjian 19:08
pgsql: Add PQprepare/PQsendPrepared functions to libpq to support Tom Lane 22:00
pgsql: Translation update Peter Eisentraut 22:18
pgsql: Might want to initialize the gettext library, if we're going to Peter Eisentraut 22:19
pgsql: New translation Peter Eisentraut 22:19
pgsql: Add some code to ensure that we don't lose communication sync due Tom Lane 23:23

Oct. 19, 2004

Thread Author Time
Re: pgsql: Add some code to ensure that we don't lose Kris Jurka 01:15
pgsql: Organize the help output a little better. Peter Eisentraut 13:38
pgsql: New translation Peter Eisentraut 13:39
pgsql: Add a HINT about the likely reason for 'invalid multibyte Tom Lane 15:04

Oct. 20, 2004

Thread Author Time
pgsql: When using GCC, change the default CFLAGS to: -O2 -Wall Neil Conway 02:12
pginstaller - pginst: Add untsearch2.sql User Dpage 11:31
pginstaller - pginst: Update JDBC driver to pgdev.307 User Dpage 11:32
pginstaller - pginst: Last minute fixes: Use info icon when warning User Dpage 13:02
pginstaller - pginst: Improve message format. User Dpage 13:09
pgsql: Allow functions returning void or cstring to appear in FROM Tom Lane 16:04
pgsql: Use temp files in current directory, not /tmp, to reduce security Tom Lane 16:42
Re: pgsql: Use temp files in current directory, not Neil Conway 23:32

Oct. 21, 2004

Thread Author Time
Re: pgsql: Use temp files in current directory, not /tmp, to reduce security Tom Lane 02:51
Re: pgsql: Use temp files in current directory, not Neil Conway 03:58
pgsql: Back-patch make_oidjoins_check security improvement. Tom Lane 17:12
pgsql: Back-patch make_oidjoins_check security improvement. Tom Lane 17:12
pgsql: Back-patch make_oidjoins_check security improvement. Tom Lane 17:12
pqa - pqa: New doc notes from Ben Walding User Tom 17:39
pgsql: Correctly cast the return value of a CallableStatement when Kris Jurka 19:13
pgsql: Standardize on using the Min, Max, and Abs macros that are in our Tom Lane 19:28
pgsql: Avoid macro-redefinition warnings on Windows, per Andrew Dunstan. Tom Lane 19:49
pgsql: Set the close-on-exec flag for libpq's socket to the backend, to Tom Lane 20:23
pgsql: Disallow referential integrity actions from being deferred; only Tom Lane 21:34
pgsql: Update obsolete comments about COPY vs INSERT options, per Uwe Tom Lane 22:48
pgsql: Update obsolete comments about COPY vs INSERT options, per Uwe Tom Lane 22:49

Oct. 22, 2004

Thread Author Time
pgsql: Prevent pg_ctl from being run as root. Tom Lane 00:24
pgsql: Prevent pg_ctl from being run as root. Tom Lane 00:24
pgsql: Prevent pg_ctl from being run as root. Tom Lane 00:24
pgsql: Prevent pg_ctl from being run as root. Tom Lane 00:24
pgsql: Update release history for releases 7.4.6, 7.3.8, 7.2.6. Tom Lane 00:25
pgsql: Stamp release 7.4.6. Tom Lane 00:26
pgsql: Stamp release 7.3.8. Tom Lane 00:27
pgsql: Stamp release 7.2.6. Tom Lane 00:27
pgsql: Minor code cleanup: hdefault() only ever returned "true", so it Neil Conway 07:21
pgsql: Translation updates. Dennis Bjorklund 12:04
pgsql: Translation updates Dennis Bjorklund 13:41
pgsql: Translation updates Dennis Bjorklund 13:49
pgsql: Fix documentation typo. Neil Conway 14:12
pgsql: New swedish translation of pg_config Dennis Bjorklund 14:13
pgsql: Translation update Dennis Bjorklund 14:14
pgsql: Message styling Peter Eisentraut 16:04
pgsql: Translation updates Peter Eisentraut 16:05
pgsql: In ALTER COLUMN TYPE, strip any implicit coercion operations Tom Lane 17:20
pgsql: Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should Tom Lane 19:48
pgsql: Don't use LC_MESSAGES value on WIN32, since it doesn't work. Tom Lane 22:30
pgsql: Fix tsearch build problems. Tom Lane 22:33

Oct. 23, 2004

Thread Author Time
pgsql: Avoid overflow in cost_sort when work_mem exceeds 1Gb. Tom Lane 00:05
pgsql: Translation updates Dennis Bjorklund 06:32
pgsql: Translation updates Dennis Bjorklund 06:40
pgsql: Translation update Dennis Bjorklund 06:48
pgsql: Translation updates Dennis Bjorklund 07:29
pgsql: Translation update Dennis Bjorklund 14:48

Oct. 24, 2004

Thread Author Time
pgsql: If we're going to test for switch validity by observing whether Tom Lane 00:54
pginstaller - pginst: Exclude by regexp instead of filename. User Mha 13:42
pginstaller - pginst: Add support for NLS-enabled postgresql User Mha 14:35
pgsql: Translation update Dennis Bjorklund 14:55
pgsql: Update RELEASE_CHANGES to mention updating the timezone database Tom Lane 15:01
pgsql: Sync timezone data with latest zic database (dated Oct 11 2004). Tom Lane 15:09
pginstaller - pginst: Don't check group Power Users on Windows XP Home, User Mha 15:50
pgsql: Write config files as text not binary, per Magnus Hagander. Tom Lane 15:55
pginstaller - pginst: Add icons for editing the configuration files User Mha 17:02
pgsql: Replace ad-hoc atof() code with call to float4in, per Andrew Tom Lane 21:47
pgsql: Add comparison file for exp-three-digits formatting. Tom Lane 21:54
pgsql: On Windows, cause get_progname to strip any .EXE suffix. Tom Lane 22:08
pgsql: Adjust message to not be misleading on Windows. Tom Lane 22:09
pgsql: Add comparison file for exp-three-digits formatting. Tom Lane 22:11
pgsql: Add note that REINDEX takes a weaker lock than it used to. Tom Lane 22:44
pgsql: Update for 8.0: pg_tablespace is now also a shared catalog. Tom Lane 22:52
pgsql: Back-patch removal of extraneous semicolon, so that this will Tom Lane 23:02

Oct. 25, 2004

Thread Author Time
pgsql: make sure we tag configure.in as beta4 as well ... PostgreSQL Daemon 00:11
pgsql: Modify hash_create() to elog(ERROR) if an error occurs, rather Neil Conway 00:46
pgsql: Fix a bunch of 'old-style parameter declaration' warnings induced Tom Lane 02:15
pgsql: Fix some more 'old-style parameter declaration' warnings. Tom Lane 02:30
pgsql: Make error message more verbose, in hopes of avoiding Tom Lane 03:08
pgsql: Fix tyop in comment. Neil Conway 03:23
pgsql: Remove three unnecessary casts from a pointer type to char * when Neil Conway 06:27
pgsql: Update copyright information in documentation. Neil Conway 06:40
pginstaller - pginst: Regenerate GUIDs in wxi/guid.lst as well the rest User Dpage 09:13
pginstaller - pginst: Version number bump. User Dpage 09:25
pgsql: In the new dispensation where REINDEX doesn't take exclusive lock Tom Lane 15:42

Oct. 26, 2004

Thread Author Time
pgsql: Make heap_fetch API more consistent by having the buffer remain Tom Lane 16:05
pgsql: Update Russian FAQ. Bruce Momjian 17:28
pgsql: Add: > * Allow TIMESTAMP WITH TIME ZONE to store the original Bruce Momjian 19:41
pgsql: Document IS DISTINCT FROM in a more obvious place, and add some Tom Lane 22:16
pgsql: Add reminder to update copyright in sgml file. Bruce Momjian 23:42

Oct. 27, 2004

Thread Author Time
pgsql: Update German FAQ. Bruce Momjian 02:01
pgsql: Trivial fix: clarify a comment. Neil Conway 07:26
pgsql: Translation updates Peter Eisentraut 10:13
pgsql: Translation updates Peter Eisentraut 10:22
pgsql: Translation updates Peter Eisentraut 11:09
pgsql: Translation update Peter Eisentraut 11:13
pgsql: Translation updates Peter Eisentraut 11:22
pgsql: New translation Peter Eisentraut 11:44
pgsql: Add a missing dependency: the "install" target requires "all" to Neil Conway 11:51
pgsql: Translation update Peter Eisentraut 11:52
pgsql: Translation update Peter Eisentraut 11:52
pgsql: Canonicalize Win32 path coming in from pg_ctl -D, idea from Bruce Momjian 17:17
pgsql: When displaying a Var that is a reference to a column of an Tom Lane 18:09
pgsql: Fix Cygwin compile for timezone. Bruce Momjian 19:14
pgsql: Have pg_ctl status always output to stdout, even stopped status, Bruce Momjian 19:44

Oct. 28, 2004

Thread Author Time
pgsql: On Windows, force a checkpoint just before dropping a database's Tom Lane 00:39
pgsql: Use AllocateFile(), FreeFile() and palloc() rather than fopen(), Neil Conway 01:38
pgsql: Translation updates Peter Eisentraut 08:54
pgsql: Translation updates Peter Eisentraut 09:01
pgsql: Translation update Peter Eisentraut 09:38
pgsql: Fix to_number for the case of a trailing S. Tom Lane 18:55
pgsql: Code cleanup in dirmod.c. Tom Lane 22:09
pgsql: This makes dblink pass its installcheck test on platforms where Tom Lane 22:31

Oct. 29, 2004

Thread Author Time
pgsql: Add DEBUG1-level logging of checkpoint start and end. Tom Lane 00:16
pgsql: Minor improvements to the tablespace documentation. Neil Conway 02:11
pgsql: Improvements to the CREATE DATABASE reference page's description Neil Conway 03:17
pgsql: Set errorMessage length in PQrequestCancel() in all places. Bruce Momjian 17:53
pgsql: Fix failure to think clearly about encoding conversion errors in Tom Lane 19:18
pgsql: No need to set errorMessage length --- already set in goto Bruce Momjian 19:30
pgsql: Fix broken example for PREPARE. Tom Lane 19:40
dbi-link - dbi-link: Imported Sources User Dfetter 20:50
pgsql: Rearrange order of pre-commit operations: must close cursors Tom Lane 22:19
pgsql: Rearrange order of pre-commit operations: must close cursors Tom Lane 22:20
pgbuildfarm - client-code: fix typo in config var name, discovered by User Andrewd 22:41

Oct. 30, 2004

Thread Author Time
pgsql: New translations Peter Eisentraut 08:22
pgsql: Translation update Peter Eisentraut 08:23
pginstaller - pginst: Add support for adding and removing features of User Mha 17:27
pginstaller - pginst: Add GUID for new timezone directory created in the User Mha 17:28
pgsql: Change COMMIT back to the old behavior of emitting command tag Tom Lane 20:44
pgsql: I found a corner case in which it is possible for RI_FKey_check's Tom Lane 20:53
pgsql: Invent a new, more thread-safe version of PQrequestCancel, called Tom Lane 23:12

Oct. 31, 2004

Thread Author Time
pgbuildfarm - client-code: make default target the new production User Andrewd 01:33
pgsql: Use psql -q option instead of 2>/dev/null during first invocation Tom Lane 19:14

Nov. 1, 2004

Thread Author Time
pgsql: Add: > * Add a GUC variable to control temporary and TOAST Bruce Momjian 00:28
pgsql: Update: < * Add a GUC variable to control temporary and TOAST Bruce Momjian 02:22
pgsql: Clarify coding of .exe patch Bruce Momjian 04:25
Re: pgsql: Clarify coding of .exe patch Neil Conway 04:38
pgsql: Adjust use of sizeof(EXE). Bruce Momjian 04:46
Re: pgsql: Clarify coding of .exe patch 📎 Bruce Momjian 04:47
Re: pgsql: Clarify coding of .exe patch Neil Conway 04:58
Re: pgsql: Clarify coding of .exe patch Tom Lane 05:01
Re: pgsql: Clarify coding of .exe patch Bruce Momjian 05:04

Browse Archives

Prev | Next