pgsql-committers since 2005-03-07 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

March 7, 2005

Thread Author Time
pgsql: Add a note that regression test row ordering differences can be Tom Lane 02:00
pgsql: Here's a tiny fix for a harmless typo in catalog.c: Too much Neil Conway 04:15
pgsql: Rename canonical encodings, per Peter: UNICODE => UTF8 ALT => Bruce Momjian 04:30
pgsql: Adjust creation/destruction of TupleDesc data structure to reduce Tom Lane 04:42
pgsql: Properly implement "Response files" for bcc. Bruce Momjian 21:10
pgsql: Properly implement "Response files" for bcc. Bruce Momjian 21:11
pgsql: Replace an instance of $Id$ and an instance of $Header$ with Neil Conway 22:59
pgsql: Unbreak out-of-tree builds, by fixing a typo. Neil Conway 23:18

March 8, 2005

Thread Author Time
pgsql: Add URL for patches queues. Bruce Momjian 01:15
pgsql: Fix markup of URL. Bruce Momjian 03:52
pgsql: Add comma. Bruce Momjian 13:27

March 9, 2005

Thread Author Time
docbot - docbot: Imported Sources User Devdas 21:24
docbot - docbot: Unified function names User Pjmodos 21:56
docbot - docbot: Port support added for those of us running multiple User Primer 22:11
docbot - docbot: Fix bad s/// intended for removing trailing comma. User Primer 22:16
docbot - docbot: More yummy perl idiom. User Dfetter 22:25
docbot - docbot: D'oh! Must end here doc labels with a ; User Dfetter 22:27
docbot - docbot: fixed off-by-one error User Dfetter 22:31

March 10, 2005

Thread Author Time
docbot - docbot: Added multiple ?forget, fixed get_query sql building User Pjmodos 00:50
docbot - docbot: Figured this should be here. User Primer 03:45
docbot - docbot: Added signal handlers. User Primer 06:35
pgsql: Refactor fork()-related code. Neil Conway 07:14
docbot - docbot: Added log levels. User Primer 08:25
docbot - docbot: Fixed spelling of Bhagat (Bhegat -> Bhagat) in User Devdas 18:59
pgsql: Add spinlock support for Itanium processor with Intel compiler. Bruce Momjian 21:41
pgsql: Make the behavior of HAVING without GROUP BY conform to the SQL Tom Lane 23:21

March 11, 2005

Thread Author Time
Re: pgsql: Make the behavior of HAVING without GROUP Christopher Kings-Lynne 01:28
pgsql: Add: > * Fix cross-compiling of time zone database via 'zic' Bruce Momjian 03:45
docbot - docbot: Keywords are now ANDed as they were in rtfm_please. User Dfetter 03:48
pgsql: Slight refactoring and optimization of some code in WaitOnLock(). Neil Conway 03:52
Re: pgsql: Make the behavior of HAVING without GROUP Tom Lane 04:34
pgsql: Fix typo. Bruce Momjian 11:42
pgsql: Fix typos. Bruce Momjian 11:43
pgsql: Fix typos. Bruce Momjian 11:59
pgsql: Fix typos. Bruce Momjian 13:09
pgsql: Mark file-global function and variables as static. Bruce Momjian 15:25
pgsql: Add 'static' to initdb.c file-global variables. Bruce Momjian 15:36
pgsql: Define snprintf() to call pg_snprintf() so our own snprintf-like Bruce Momjian 17:20
pgsql: Add fprintf() custom version to libpgport. Bruce Momjian 19:13
pgsql: Here's the patch to fix a lot of markup errors in the HTML FAQs. Bruce Momjian 21:42
pgsql: Here's the patch to fix a lot of markup errors in the HTML FAQs. Bruce Momjian 21:43
pgsql: Here's the patch to fix a lot of markup errors in the HTML FAQs. Bruce Momjian 21:46
pgsql: Here's the patch to fix a lot of markup errors in the HTML FAQs. Bruce Momjian 21:47

March 12, 2005

Thread Author Time
pgsql: Fix problem with infinite recursion between write_syslogger_file Tom Lane 01:54
pgsql: Fix problem with infinite recursion between write_syslogger_file Tom Lane 01:55
pgsql: Fix snprintf() to properly handle precision specification for %f. Bruce Momjian 04:00
pgsql: Add warning about the need to increase "max_fsm_relations" and Bruce Momjian 05:21
pgsql: Done: * -Add a warning when the free space map is too small Bruce Momjian 05:25
pgsql: Handle carriage returns and line feeds in COPY CSV mode. Bruce Momjian 05:41
pgsql: Done: < o Allow COPY FROM ... Bruce Momjian 05:41
Re: pgsql: Handle carriage returns and line feeds in Neil Conway 06:12
pgsql: Documention all our supported encodings. Bruce Momjian 06:28
Re: pgsql: Handle carriage returns and line feeds in COPY Bruce Momjian 06:28
pgsql: Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x Neil Conway 06:53
pgsql: Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x Neil Conway 06:54
pgsql: Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x Neil Conway 06:55
pgpool - pgpool: enhance debug message User T-ishii 12:56
pgpool - pgpool: apply strict mode to non SELECT query only User T-ishii 13:01
pgpool - pgpool: version 2.5.2 User T-ishii 13:01
Re: pgsql: Handle carriage returns and line feeds in COPY Andrew Dunstan 14:03
pgsql: New Directory Neil Conway 15:31
pgsql: Add pg_buffercache contrib module, from Mark Kirkwood. Neil Conway 15:36
docbot - docbot: All subs now conform to perlstyle. User Dfetter 19:52
pgsql: Adjust the API for aggregate function calls so that a C-coded Tom Lane 20:25
pgsql: Fix ALTER DATABASE RENAME to allow the operation if user is a Tom Lane 21:11
pgsql: Fix ALTER DATABASE RENAME to allow the operation if user is a Tom Lane 21:12
pgsql: Fix ALTER DATABASE RENAME to allow the operation if user is a Tom Lane 21:12
pgsql: When cloning template0 (or other fully-frozen databases), set the Tom Lane 21:33

March 13, 2005

Thread Author Time
Re: [COMMITTERS] pgsql: Handle carriage returns and line feeds in 📎 Andrew Dunstan 00:34
Re: [COMMITTERS] pgsql: Handle carriage returns and line feeds in COPY Bruce Momjian 00:37
pgsql: Document aliases for our supported encodings. Bruce Momjian 01:26
pgsql: Reorder documented encodings to be alphabetical. Bruce Momjian 01:30
pgsql: Add missing conversion documentation for certain encodings. Bruce Momjian 02:02
pgsql: Fix markup typo. Bruce Momjian 02:07
pgsql: Rework "aliases" column for encodings. Bruce Momjian 02:20
pgsql: More table markup fixes. Bruce Momjian 02:33
pgsql: More table markup improvements. Bruce Momjian 02:54
pgsql: Keep changing the markup until I like it. Bruce Momjian 03:02
pgsql: More additions to the table. Bruce Momjian 03:44
pgsql: More improvements. Bruce Momjian 04:10
pgsql: More cleanups. Bruce Momjian 04:35
Re: pgsql: More cleanups. Tom Lane 04:59
Re: pgsql: More cleanups. Bruce Momjian 05:02
pgsql: More markup changes. Bruce Momjian 05:11
pgsql: Fix markup. Bruce Momjian 05:16
pgsql: Update obsolete comment. Neil Conway 05:19
pgsql: More ordering adjustments. Bruce Momjian 05:31
Re: pgsql: More cleanups. Neil Conway 05:54
Re: pgsql: More cleanups. Tom Lane 06:01
pgsql: Make default_with_oids default to false -- user-created tables Neil Conway 09:36
docbot - docbot: add handling for command line parameters User Andreas 13:47
Re: pgsql: More cleanups. Bruce Momjian 19:27
pgsql: Remove CENTER tag. Bruce Momjian 19:27
docbot - docbot: Fixed bot to use selectall_arrayref(). User Dfetter 19:43
pgsql: Forgot that I had intended to replace division by masking in hash Tom Lane 19:59
pgsql: Increment all major version numbers in 8.0.X to force recompile Bruce Momjian 22:04
pgsql: Increment all major version numbers in 8.0.X to force recompile Bruce Momjian 22:04
pgsql: Add some missing #includes. Tom Lane 23:27
pgsql: Add missing identification comment, remove entirely inappropriate Tom Lane 23:32
Re: pgsql: Increment all major version numbers in 8.0.X Neil Conway 23:35
pgsql: Update contrib/pgcrypto in 7.3 and 7.2 branches to avoid problems Neil Conway 23:41
pgsql: Update contrib/pgcrypto in 7.3 and 7.2 branches to avoid problems Neil Conway 23:42
pgsql: Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x Neil Conway 23:45
pgsql: Some builds (depends on crypto engine support?) of OpenSSL 0.9.7x Neil Conway 23:46

March 14, 2005

Thread Author Time
pgsql: Update comments for new encoding names. Bruce Momjian 00:19
pgsql: Allow ALTER FUNCTION to change a function's strictness, Neil Conway 00:19
pgsql: Finalize character set documentation changes. Bruce Momjian 02:14
pgsql: Add user: > * Support triggers on columns (Greg Sabino Mullane) Bruce Momjian 03:00
Re: pgsql: Increment all major version numbers in 8.0.X Bruce Momjian 03:05
pgsql: Fix typo on URL. Bruce Momjian 03:07
Re: pgsql: Increment all major version numbers in 8.0.X Neil Conway 03:11
Re: pgsql: Increment all major version numbers in 8.0.X Bruce Momjian 03:13
pgsql: Document client-only encodings. Bruce Momjian 03:59
pgsql: Avoid O(N^2) overhead in repeated nocachegetattr calls when Tom Lane 04:41
pgsql: Note that the -F and -R command line options only affect Tom Lane 06:19
Re: pgsql: Increment all major version numbers in 8.0.X Tom Lane 06:41
pgsql: Fix mistakes in SGML markup. Neil Conway 06:49
Re: pgsql: More cleanups. Alvaro Herrera 15:55
pgsql: Completed: > * -Cache last known per-tuple offsets to speed long Bruce Momjian 16:37
docbot - docbot: Fixed some formatting + and off-by-one error. User Dfetter 17:11
Re: pgsql: Increment all major version numbers in 8.0.X Bruce Momjian 17:26
pgsql: Bump minor version numbers for 8.1 compared to 8.0. Bruce Momjian 17:27
pgsql: Add support for Win1252 encoding. Bruce Momjian 18:31
pgsql: Make pg_dump emit a useful error message, instead of just dumping Tom Lane 18:57
pgsql: Issue free space notices to both the user and the server log Bruce Momjian 20:15

March 15, 2005

Thread Author Time
pgsql: Clean up win1252 documentation. Bruce Momjian 02:30
pgsql: Update Win32 item: < o Disallow encodings like UTF8 Bruce Momjian 04:01
pgsql: Add: > * Allow sequential scans to take advantage of other Bruce Momjian 05:31
pgsql: Update to 8.0.1. Bruce Momjian 22:38

March 16, 2005

Thread Author Time
pgsql: Wrap the implementation of fork_process() inside #ifndef WIN32 -- Neil Conway 00:02
pgsql: Prevent locale-aware handling of upper, lower, and initcap when Bruce Momjian 00:02
pgsql: Prevent locale-aware handling of upper, lower, and initcap when Bruce Momjian 00:03
Re: pgsql: Prevent locale-aware handling of upper, lower, Neil Conway 01:17
pgsql: Add missing include for new lc_ctype_is_c() function. Bruce Momjian 01:49
pgsql: Add missing include for new lc_ctype_is_c() function. Bruce Momjian 01:49
Re: pgsql: Prevent locale-aware handling of upper, lower, Bruce Momjian 01:49
pgsql: Fix snprintf to handle %$ properly by storing and reordering the Bruce Momjian 06:00
pgsql: Add CVS \r\n regression tests. Bruce Momjian 06:05
Re: [COMMITTERS] pgsql: Handle carriage returns and line feeds in COPY Bruce Momjian 06:05
pgsql: Fix snprintf for %*$. Bruce Momjian 15:11
pgsql: pgindent snprintf.c for consistency. Bruce Momjian 15:12
pgpool - pgpool: improve debug messages User T-ishii 15:13
pgsql: Add sprintf support, that were were missing. Bruce Momjian 21:27
pgsql: Revise TupleTableSlot code to avoid unnecessary construction and Tom Lane 21:38
pgsql: Force initdb cause of encoding additions. Bruce Momjian 22:59
pgsql: This patch makes \d on tables and views sort fk constraints, Neil Conway 23:52

March 17, 2005

Thread Author Time
pgsql: Add a reference to the documentation on alternate index operator Neil Conway 00:22
pgsql: Factor duplicate snprintf code into functions. Bruce Momjian 03:18
pgsql: Add mention of compatibility problem with turning off backslash Bruce Momjian 04:42
pgsql: Document use of rsync for file system backups. Bruce Momjian 05:03
pgsql: Mention tablespaces as a problem for using file system snapshots. Bruce Momjian 05:10
Re: pgsql: Mention tablespaces as a problem for using file system snapshots. Tom Lane 05:18
pgsql: Trivial comment tweak. Neil Conway 05:47
Re: pgsql: Mention tablespaces as a problem for using file Bruce Momjian 14:43
Re: pgsql: Mention tablespaces as a problem for using file system snapshots. Tom Lane 14:55
pgsql: Update obsolete comment. Tom Lane 15:25
Re: pgsql: Mention tablespaces as a problem for using file 📎 Bruce Momjian 15:38
pgsql: Update file system snapshot docs. Bruce Momjian 15:38
pgaccess - pgaccess: Imported Sources User Cmaj 16:38
pgaccess - pgaccess: note on moving CVS User Cmaj 16:42
pgsql: Backpatch to 8.0.X, already in HEAD: Allow Win32 to support the Bruce Momjian 17:29
pgsql: Add link to INSERT in docs. Bruce Momjian 20:24
pgaccess - pgaccess: Forcing wizard for new database creation. User Cmaj 21:24
pgsql: This patch moves some code for preprocessing FOR UPDATE from Neil Conway 23:45

March 18, 2005

Thread Author Time
pgsql: Treat EPERM as a non-error case when checking to see if old Tom Lane 03:48
pgsql: Treat EPERM as a non-error case when checking to see if old Tom Lane 03:49
pgsql: Need to release buffer pins before attempting to drop files Tom Lane 05:24
pgsql: Need to release buffer pins before attempting to drop files Tom Lane 05:24
pgsql: Avoid infinite loop in InvalidateBuffer if we ourselves are Tom Lane 05:25
docbot - docbot: Nickname in use handling. User Pjmodos 07:52
pgsql: Added patch by Christof Petig <[email protected]> to work Michael Meskes 10:00
pgsql: Added patch by Christof Petig <[email protected]> to work Michael Meskes 10:01
pgsql: Need to reset local buffer pin counts, not only shared buffer Tom Lane 16:16
pgsql: Need to reset local buffer pin counts, not only shared buffer Tom Lane 16:16
pgsql: Put 'dump complete' message in the right place, so it comes out Tom Lane 17:32
pgsql: Put 'dump complete' message in the right place, so it comes out Tom Lane 17:33
docbot - docbot: Updated for latest contents. User Dfetter 18:43

March 19, 2005

Thread Author Time
docbot - docbot: Answer redirection code, new channels, code cleanup. User Pjmodos 02:39
pgaccess - pgaccess: New Directory User Cmaj 02:40
pgaccess - pgaccess: New Directory User Cmaj 02:43
pgaccess - pgaccess: added parsing of PG standard HTML help files (along User Cmaj 02:45
pgaccess - pgaccess: added a catch inside cmd_Introspect object User Cmaj 12:53
pgbuildfarm - client-code: can't run cvs status if we are in export User Andrewd 14:22
pgsql: Upgrade localbuf.c to use a hash table instead of linear search Tom Lane 17:39
docbot - docbot: Check if url-key pair already exists before inserting User Pjmodos 18:31
docbot - docbot: Check if user is authed on nickserv before calling User Pjmodos 18:34
docbot - docbot: Changed SQL so that multiple keywords Do The Right User Dfetter 22:27
pgsql: Add temp_buffers GUC variable to allow users to determine the Tom Lane 23:27
docbot - docbot: No more tab characters, docbot now works. User Dfetter 23:46

March 20, 2005

Thread Author Time
pgsql: Done: > * -Allow the size of the buffer cache used by temporary Bruce Momjian 01:57
pgsql: Mark snprintf.c as a file that uses FRONTEND and needs to a Bruce Momjian 02:39
pgsql: Another change for FRONTEND snprintf.c. Bruce Momjian 02:40
pgsql: Fix typo in Makefile. Bruce Momjian 02:44
pgsql: Department of second thoughts. Bruce Momjian 03:53
docbot - docbot: Fixed bot so it doesn't crash on nicks like ]X[ User Dfetter 04:06
docbot - docbot: Took out a few more places where somebody could bomb User Dfetter 04:37
pgsql: Add mention of why malloc() has to be used in snprintf.c. Bruce Momjian 13:54
pgaccess - pgaccess: added a third param to showError for parent window User Cmaj 16:11
pgsql: Remove unnecessary calls of FlushRelationBuffers: there is no Tom Lane 22:00
pgsql: On Windows, use QueryPerformanceCounter instead of gettimeofday Tom Lane 22:27

Browse Archives

Prev | Next