pgsql-committers since 2004-10-25 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. 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
Re: pgsql: Clarify coding of .exe patch Bruce Momjian 05:06
Re: pgsql: Clarify coding of .exe patch Neil Conway 05:26
Re: pgsql: Clarify coding of .exe patch Tom Lane 05:47
Re: pgsql: Clarify coding of .exe patch Neil Conway 06:17
Re: pgsql: Clarify coding of .exe patch Tom Lane 06:29
Re: pgsql: Clarify coding of .exe patch Neil Conway 06:45
pgsql: Trivial fixes for English grammar in contrib/btree_gist and Neil Conway 11:11
Re: pgsql: Clarify coding of .exe patch Bruce Momjian 13:12
pgsql: fixed bug in segfault REVOKE statement Dave Cramer 13:17
pgsql: fixed bug in REVOKE statement cat_str only has 8 arguments Dave Cramer 13:35
pgsql: Update comment to point to proper file. Bruce Momjian 14:33
Re: pgsql: Clarify coding of .exe patch Tom Lane 14:39
pgsql: That's just the lovely way windows handles a "segfault". Bruce Momjian 19:22
pginstaller - pginst: Write the bindir path for pgAdmin to pick up. User Dpage 21:09
pginstaller - pginst: Bump version number User Dpage 21:10
pgsql: Invent pg_next_dst_boundary() and rewrite Tom Lane 21:34
pgsql: timestamptz_trunc() should only recalculate the timezone when Tom Lane 22:00
Re: [COMMITTERS] pgsql: timestamptz_trunc() should only recalculate Devrim GUNDUZ 22:35
Re: [COMMITTERS] pgsql: timestamptz_trunc() should only Devrim GUNDUZ 23:00

Nov. 2, 2004

Thread Author Time
pgsql: Add comment about memory failure of get_progname exiting the Bruce Momjian 03:09
pgsql: Add comment to postmaster.c that get_progname() will call exit if Bruce Momjian 03:35
pgsql: Move pthread.h test up to use PTHREAD_CFLAGS. Bruce Momjian 05:44
pgsql: Translation updates Peter Eisentraut 09:10
pgsql: Translation updates Peter Eisentraut 09:15
pgsql: Translation updates Peter Eisentraut 09:20
pgsql: Translation updates Peter Eisentraut 09:28
pgsql: Update: < * Add a GUC variable to control the tablespace for Bruce Momjian 14:49
pgsql: Tab completion for CREATE TABLESPACE arguments. Peter Eisentraut 16:10

Nov. 3, 2004

Thread Author Time
pgsql: Don't create $DESTDIR/include/internal/lib, as it is no longer Neil Conway 07:38
pgsql: Add idea on auto-cluster: < automatically access the heap Bruce Momjian 19:28
pgsql: Add idea on auto-cluster: < store heap rows in hashed groups. Bruce Momjian 19:38
pgsql: Update tablespace temp usage item: < This perhaps should use a Bruce Momjian 22:20
pgsql: Create temporary files securely. Bruce Momjian 22:46
pgsql: Move trap to after the directory is created. Bruce Momjian 23:06

Nov. 4, 2004

Thread Author Time
pgsql: Honor TMPDIR. Bruce Momjian 02:04
pgsql: Update: < * Use bitmaps to combine existing indexes Bruce Momjian 03:58
pgsql: Contrib build fixes: - add some additional files to the dbmirror Neil Conway 06:09
pgsql: Fix build break, per report from Kris Jurka. Neil Conway 09:12
pgsql: Update bitmap index entries: < * Allow the creation of bitmap Bruce Momjian 16:20
pgsql: Updates from Simon Riggs: < that can spam more than one table. Bruce Momjian 16:49
pgsql: Add: > * Allow accurate statistics to be collected on indexes Bruce Momjian 16:54
pgsql: Add: > > * Add fillfactor to control reserved free space during Bruce Momjian 17:10
pgsql: Minor documentation updates from Simon Riggs. Tom Lane 19:08
pgbuildfarm - client-code: make regression.diffs come out before other User Andrewd 20:39
pgsql: Fix psql \e and \! for Win32. Bruce Momjian 22:25

Nov. 5, 2004

Thread Author Time
pgsql: Add items: < * Add transaction_timestamp(), Bruce Momjian 03:04
pgsql: Fix typo: < one column or expression indexes, perhaps using Bruce Momjian 03:12
pgsql: Translation update Peter Eisentraut 17:08
pgsql: Small message clarifications Peter Eisentraut 17:11
pginstaller - pginst: Add icons to buttons in directory browse dialog, User Mha 19:11
pgsql: Create 'default_tablespace' GUC variable that supplies a Tom Lane 19:17
pginstaller - pginst: Properly quote passwords with spaces in them per User Mha 19:35
pgsql: pred_test() logic was being too narrow-minded about where it Tom Lane 20:45
pginstaller - pginst: Seperate deprecated modules to help prevent users User Dpage 21:26

Nov. 6, 2004

Thread Author Time
pgsql: Code cleanup in path.c and exec.c. Tom Lane 01:16
pgsql: Update "dash" to "hyphen". Bruce Momjian 03:24
pgsql: Bruce Momjian 03:25
pgsql: Fix sizeof(EXE) arithmetic, per Andrew Dunstan. Tom Lane 04:24
pgsql: Tests for COMSPEC in the right place and supply a reasonable Bruce Momjian 04:29
pgsql: Variable initializer no longer necessary. Bruce Momjian 05:20
pgsql: Now that we advertize only CIDR address in pg_hba.conf, remove Bruce Momjian 05:32
pgsql: Remove: * Allow database recovery where tablespaces can't be Bruce Momjian 05:38
pgsql: Reduce formatting entropy Peter Eisentraut 14:32
pgsql: When implementing a coercion to a domain type with a combined Tom Lane 17:46
pgsql: Remove directory from cmd.exe default shell. Bruce Momjian 17:56
pgsql: Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicit Tom Lane 19:36
pgsql: Simplify relative-path logic, on the assumption that compiled-in Tom Lane 21:39
pgsql: Add code to find_my_exec() to resolve a symbolic link down to the Tom Lane 23:06

Nov. 7, 2004

Thread Author Time
pgsql: Removes duplicate slashes from the path in canonicalize_path(). Bruce Momjian 02:12
dbi-link - dbi-link: Added single-table accessor methods for User Dfetter 02:51
libpqxxobject - libpqxxobject: Rename SQL example database name to use User Rleigh 23:00
pgsql: Translation updates Peter Eisentraut 23:28
pgsql: Translation update Peter Eisentraut 23:29
pgsql: New translation Peter Eisentraut 23:36
pgsql: New translation Peter Eisentraut 23:38

Nov. 8, 2004

Thread Author Time
dbi-link - dbi-link: Added comments on each column of each type created. User Dfetter 00:37
pgsql: Fix unportable code in SockAddr_cidr_mask: you can't assume that Tom Lane 01:54
pgsql: Fix unportable code in SockAddr_cidr_mask: you can't assume that Tom Lane 01:54
pgsql: Kris Jurka pointed out that the qualified_name production wasn't Tom Lane 04:02
pgsql: Allow win32/cygwin link against the first matching library symbol Bruce Momjian 05:23
dbi-link - dbi-link: Updated README.txt for progress notes. User Dfetter 05:55
pgsql: Remove win32 TODO.detail. Bruce Momjian 14:46
pgsql: Update view info: < * Automatically create rules on views so Bruce Momjian 14:54
pgsql: Remove view TODO.detail. Bruce Momjian 14:55
pgsql: Update item description: < * CREATE TABLE AS can not determine Bruce Momjian 15:18
pgsql: Remove atttypmod TODO.detail and merge into TODO list. Bruce Momjian 15:19
Re: [COMMITTERS] pgsql: Remove: * Allow database recovery where Marc G. Fournier 15:21
pgsql: Remove count TODO.detail. Bruce Momjian 15:32
pgsql: Remove count TODO.detail now that info is in TODO. Bruce Momjian 15:35
Re: [COMMITTERS] pgsql: Remove: * Allow database recovery Bruce Momjian 15:39
pgsql: Use correct function name in example Peter Eisentraut 15:57
pgsql: Update workding on why we use is_absolute_path() as a macro. Bruce Momjian 16:34
Re: [COMMITTERS] pgsql: Remove: * Allow database recovery Marc G. Fournier 16:42
Re: [COMMITTERS] pgsql: Remove: * Allow database recovery Bruce Momjian 16:48
pgsql: Recommend that archive_command be coded to not overwrite existing Tom Lane 18:01
pgsql: Update: < posix_fadvise() [fadvise] > posix_fadvise() > > Bruce Momjian 20:16
pgsql: Remove fadvise TODO.detail. Bruce Momjian 20:16

Nov. 9, 2004

Thread Author Time
pgsql: Use a hopefully-more-reliable method of detecting default Tom Lane 00:34
pgsql: Remove inheritance, already in TODO. Bruce Momjian 03:02
pgsql: Remove mmap TODO.detail, now in TODO. Bruce Momjian 03:57
pgsql: Update mmap details: < portability issues. Bruce Momjian 03:57
pgsql: Fix typo: < Such indexes could be more compact if there are Bruce Momjian 04:14
pgsql: This patch makes some cleanups to contrib/ to silence some sparse Neil Conway 06:09
pgsql: Delete the `remove-old-headers' target, as it is no longer Neil Conway 06:23
pgsql: Translation update Peter Eisentraut 13:00
pgsql: Clarify some error messages Peter Eisentraut 13:01
pgsql: Translation update Peter Eisentraut 14:38
pgsql: Clarify some strings Peter Eisentraut 14:39
pgsql: Translation updates Peter Eisentraut 14:46
pgsql: Update bitmap index description: < Such indexes could be more Bruce Momjian 15:11
pgsql: Get rid of perror(), substitute some better phrased error Peter Eisentraut 15:57
pgsql: Add: > > * Research the use of larger pages sizes Bruce Momjian 16:51
pgsql: In PGSharedMemoryIsInUse, assume that EACCES indicates a shmem Tom Lane 20:35
pgsql: Put in place some defenses against being fooled by accidental Tom Lane 21:30
pgsql: Allow planner to fold "stable" functions to constants when Tom Lane 21:42

Nov. 10, 2004

Thread Author Time
pgsql: Remove performance TODO.detail. Bruce Momjian 02:49
pgsql: Done: < < * psql tab completion < < o Provide a list of Bruce Momjian 05:47
pgsql: Update release notes to match CVS. Bruce Momjian 06:10
pgsql: Fix sgml markup tags. Bruce Momjian 06:13
pgsql: List VALUE as a keyword. Michael Meskes 13:48
pgsql: List VALUE as a keyword. Michael Meskes 13:49
pgsql: Add SGML markup to 8.0 release notes. Bruce Momjian 21:43
pgsql: Fix some spacing problems. Peter Eisentraut 21:54
pgsql: Add character set declaration to HTML files, so they have a Peter Eisentraut 23:01

Nov. 11, 2004

Thread Author Time
press - pr: Imported Sources User Aglio 00:08
press - pr: New Directory User Aglio 00:23
press - pr: New Directory User Aglio 00:25
press - pr: New Directory User Aglio 00:26
press - pr: New Directory User Aglio 00:29
press - pr: New Directory User Aglio 00:29
press - pr: New Directory User Aglio 00:29
press - pr: New Directory User Aglio 00:29

Browse Archives

Prev | Next