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

June 6, 2005

Thread Author Time
bizgres - bizgres: compiler files removed. User Llonergan 00:26
pgsql: Nab some low-hanging fruit: replace the planner's base_rel_list Tom Lane 04:13
Re: Returning a Cross Tab record set from a function KÖPFERL Robert 10:20
Re: [COMMITTERS] pgsql: Fix NUMERIC modulus to properly truncate Bruce Momjian 15:25
pgsql: Trivial markup improvement. Tom Lane 16:29
pgsql: Update Hungarian FAQ and add an HTML version. Bruce Momjian 16:30
pgsql: Remove the mostly-stubbed-out-anyway support routines for WAL Tom Lane 17:01
pgsql: Modify XLogInsert API to make callers specify whether pages to be Tom Lane 20:22
pgsql: Add: > * Fix incorrect rtree results due to wrong assumptions Bruce Momjian 22:03
pgsql: Add rtee box index discussion. Bruce Momjian 22:12

June 7, 2005

Thread Author Time
Re: [COMMITTERS] pgsql: Fix NUMERIC modulus to properly 📎 Paul Tillotson 01:26
pgsql: Ipcrm -> ipcclean in error message: Bruce Momjian 01:36
pgsql: Update text for RESET CONNECTION: < all temporary tables, Bruce Momjian 01:59
pgsql: Add support for an optional INTO clause to PL/PgSQL's EXECUTE Neil Conway 02:47
Re: pgsql: Ipcrm -> ipcclean in error message: Tom Lane 03:18
Re: pgsql: Ipcrm -> ipcclean in error message: Bruce Momjian 03:22
pgsql: Add a function lastval(), which returns the value returned by the Neil Conway 07:08
pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary Tom Lane 14:04
pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary Tom Lane 14:05
pgsql: Fix word wrap: < changes made by the interface driver for its Bruce Momjian 14:12
pgsql: Mention ipcrm and ipcclean in error message. Bruce Momjian 16:54
Re: pgsql: Ipcrm -> ipcclean in error message: Bruce Momjian 16:56

June 8, 2005

Thread Author Time
pgsql: Correct an omission in the syntax error message emitted by Neil Conway 00:49
pgsql: Change WAL-logging scheme for multixacts to be more like regular Tom Lane 15:50
pgsql: Remove grammar productions for prefix and postfix % and ^ Tom Lane 21:15
pgsql: Marginal hack to avoid spending a lot of time in find_join_rel Tom Lane 23:02

June 9, 2005

Thread Author Time
pgsql: Remove idea of schema tablespaces: < o Allow databases and Bruce Momjian 03:00
pgsql: Simplify the planner's join clause management by storing join Tom Lane 04:19
pgsql: I've created a patch which adds support for troff "-ms" output to Bruce Momjian 15:27
pgsql: Please find attached a patch (diff -c against cvs HEAD) to add a Bruce Momjian 16:35
pgsql: Since I needed this feature badly, I added the -n / --schema Bruce Momjian 17:56
pgsql: Add example for pg_config --configure. Peter Eisentraut 18:15
pgsql: Put a critical section around update of hash index metapage. Tom Lane 18:23
pgsql: \(rs should be \\(rs, per Tom. Bruce Momjian 18:40
pgsql: Avoid bare 'struct Node;' declaration --- provokes annoying Tom Lane 18:44
pgsql: Repair error in description of nonblocking usage of Tom Lane 19:08
pgsql: Repair error in description of nonblocking usage of Tom Lane 19:08
pgsql: Repair error in description of nonblocking usage of Tom Lane 19:08
pgsql: Defend against omitted paramLengths[] array in PQsendQueryParams. Tom Lane 20:01
pgsql: Add missing #include -- mea culpa. Tom Lane 21:01
pgsql: Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO Tom Lane 21:25
pgsql: Fix assign_datestyle() so that it doesn't misleadingly complain Tom Lane 21:52
pgsql: Fix typo in comment, per Alvaro. Tom Lane 22:01
pgsql: This patch against 8.0.0beta1 source adds log_line_prefix options Bruce Momjian 22:29
pgsql: Restructure log_line_prefix options to be clearer: Bruce Momjian 22:33
pgsql: Mention prefix %t has no milliseconds. Bruce Momjian 22:35
pgsql: Free buffer allocated via malloc (process is short-lived, but fix Bruce Momjian 22:36
pgsql: This patch shows the full path name when doing a \s in psql, if Bruce Momjian 23:28

June 10, 2005

Thread Author Time
pgsql: Revise searching of subplan target lists to use something more Tom Lane 00:28
pgsql: If a LIMIT is applied to a UNION ALL query, plan each UNION arm Tom Lane 02:21
pgsql: Add the "PGPASSFILE" environment variable to specify to the Bruce Momjian 03:02
pgsql: Quick hack to allow the outer query's tuple_fraction to be passed Tom Lane 03:32
pgsql: Remove unneeded variable test, per Tom. Bruce Momjian 04:01
pgsql: Add comment on tilde expansion. Bruce Momjian 14:41
pgsql: More Win32 tilde code comments. Bruce Momjian 14:49
pgsql: the following patch makes the filename used to store the readline Bruce Momjian 15:34
pgsql: Use saveHistory so we get a nice error message on failure. Bruce Momjian 15:40
pgsql: Implement two new special variables in PL/PgSQL: SQLSTATE and Neil Conway 16:23
pgsql: Minor cleanup of documentation for recently-added HISTFILE psql Neil Conway 16:27
pgsql: Add space before :DBNAME for proper \set expansion. Bruce Momjian 16:31
pgsql: Fix bug in MIC -> EUC_JP conversion. Tatsuo Ishii 16:43
pgsql: Adjust comment about %t and %s to cover %m as well. Tom Lane 20:48
pgsql: Separate predicate-testing code out of indxpath.c, making it a Tom Lane 22:25

June 11, 2005

Thread Author Time
pgsql: Fix bug in MIC -> EUC_JP conversion. Tatsuo Ishii 02:46
pgsql: Fix bug in MIC -> EUC_JP conversion. Tatsuo Ishii 02:50
pgsql: Fix bug in MIC -> EUC_JP conversion. Tatsuo Ishii 07:44

June 12, 2005

Thread Author Time
pgsql: libpq was not consistently checking for memory allocation Neil Conway 00:00
pgsql: This patch removes some old code from libpq that implements a Neil Conway 00:07
pgsql: Document the --enable-integer-datetimes configure option where Tom Lane 15:51

June 13, 2005

Thread Author Time
pgsql: Adjust lo_open() so that specifying INV_READ without INV_WRITE Tom Lane 02:26
pgsql: SGML cleanup: consistently use "endterm" in <xref>s that link to Neil Conway 02:40
pgsql: Per discussion on -hackers, this patch changes psql's "expanded" Neil Conway 06:36
pgpool - pgpool: Retry fflush if EAGAIN is returned User T-ishii 13:29
pgpool - pgpool: Fix exit_handler so that it accepts signal while User T-ishii 13:32
pgpool - pgpool: Add debug message User T-ishii 13:44
docbot - docbot: Added ability to mute if other docbots are on channel User Pjmodos 18:32
pqa - pqa: Cleaned up unit tests, trying to get to a place where we can User Tom 21:25
docbot - docbot: Fixed channel bug per Petr (PJMODOS) User Dfetter 22:05
pgsql: Change the planner to allow indexscan qualification clauses to Tom Lane 23:14

June 14, 2005

Thread Author Time
pgsql: Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE Neil Conway 00:10
pgsql: Add -L option to psql to log sessions. Bruce Momjian 02:57
pgsql: Done: > * -Use index to restrict rows returned by multi-key Bruce Momjian 03:20
pgsql: Teach planner to optionally ignore index columns that have an Tom Lane 04:04
pgsql: Allow the parameters to PL/PgSQL's RAISE statement to be Neil Conway 06:43
python - be: New Directory James William Pye 06:44
python - be: New Directory James William Pye 06:44
python - be: New Directory James William Pye 06:45
python - be: New Directory James William Pye 06:45
python - be: Add basic feature testing system. James William Pye 06:47
pgsql: WAL for GiST. Teodor Sigaev 11:45
pgsql: The random selection in function linear() could deliver a value Tom Lane 14:21
pgsql: The random selection in function linear() could deliver a value Tom Lane 14:21
pgsql: The random selection in function linear() could deliver a value Tom Lane 14:21
pgsql: The random selection in function linear() could deliver a value Tom Lane 14:21
pgsql: The random selection in function linear() could deliver a value Tom Lane 14:21
pgsql: Done: > o -Allow PL/PgSQL's RAISE function to take expressions Bruce Momjian 15:11
pgsql: Add GUC krb_server_hostname so the server hostname can be Bruce Momjian 17:43
pgsql: Attached is a makefile I hacked up to build pg_config under MSVC Bruce Momjian 17:50
pgsql: Move item into proper section: o Have SHOW ALL and Bruce Momjian 18:10
pgsql: Update: < o Have SHOW ALL and pg_settings show descriptions for Bruce Momjian 18:24
pgsql: Have SHOW ALL include variable descriptions. Bruce Momjian 20:42
pgsql: Done: > o -Have SHOW ALL show descriptions for server-side Bruce Momjian 20:43
python - be: Initialize the call's expectation to the function's return James William Pye 20:43
pgsql: Add pg_postmaster_start_time() function. Bruce Momjian 21:04
pgsql: Simplify shared-memory lock data structures as per recent Tom Lane 22:15
pgsql: Use '&nbsp; ' escapes for leading spaces in table values, for use Bruce Momjian 22:15
pgsql: Done: > * -Add BETWEEN ASYMMETRIC/SYMMETRIC Bruce Momjian 23:44
pgsql: reorder: < * -Add BETWEEN ASYMMETRIC/SYMMETRIC > * -Add BETWEEN Bruce Momjian 23:44
pgsql: Add BETWEEN SYMMETRIC. Bruce Momjian 23:47
pgsql: Now \d show tablespace of indices per discussion. Bruce Momjian 23:59

June 15, 2005

Thread Author Time
pgsql: >> Do you agree that using a hashtable for it in general is a Bruce Momjian 00:09
pgsql: Support 3 and 4-byte unicode characters. Bruce Momjian 00:15
pgsql: This patch makes it possible to use the full set of timezones Bruce Momjian 00:34
pgsql: > Here's a patch I added against plperl, originally against Bruce Momjian 00:35
Re: [COMMITTERS] pgsql: Add BETWEEN SYMMETRIC. Christopher Kings-Lynne 01:25
pgsql: Mention we now support BETWEEN SYMMETRIC. Bruce Momjian 01:28
Re: [COMMITTERS] pgsql: Add BETWEEN SYMMETRIC. Bruce Momjian 01:30
pgsql: Remove old *.backup files when we do pg_stop_backup(). Bruce Momjian 01:36
Re: [COMMITTERS] pgsql: Fix NUMERIC modulus to properly truncate Bruce Momjian 01:37
Re: [COMMITTERS] pgsql: Add BETWEEN SYMMETRIC. Tom Lane 02:51
Re: pgsql: Add pg_postmaster_start_time() function. Neil Conway 05:28
pgsql: Minor SGML markup cleanup. Neil Conway 06:29
pgsql: Change the implementation of hash join to attempt to avoid Neil Conway 07:27
Re: pgsql: Add pg_postmaster_start_time() function. Bruce Momjian 12:52
pgsql: Update catalog version for recent function additions. Bruce Momjian 12:56
pgsql: Fix display of database name during autovacuum. Bruce Momjian 13:55
Re: pgsql: Add pg_postmaster_start_time() function. Tom Lane 14:11
Re: pgsql: Add BETWEEN SYMMETRIC. Tom Lane 14:55
Re: pgsql: Add BETWEEN SYMMETRIC. Pavel Stehule 15:44
pgsql: Improve hash method for bitmapsets: some examination of actual Tom Lane 16:24
pgsql: Improve comment wording. Bruce Momjian 16:28
docbot - docbot: Ability to control config from IRC. User Pjmodos 16:45
pgsql: Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce Bruce Momjian 19:44

June 16, 2005

Thread Author Time
pgsql: Add \x hex support to ecpg strings. Bruce Momjian 01:43
Re: [SQL] Returning a Cross Tab record set from a function Marc Wrubleski 17:16
pgsql: Add fsync() define for Win32 to cover cases other than Bruce Momjian 17:53
pgsql: Update GUC description for kerberos usernames. Bruce Momjian 20:47

June 17, 2005

Thread Author Time
pgsql: Add: > > * Create a bitmap of pages that need vacuuming > > Bruce Momjian 02:20
pgsql: Improve wording of read-only GUC variables; shows -> reports. Bruce Momjian 03:25
pgsql: Translation updates Peter Eisentraut 11:30
pgsql: Translation updates Peter Eisentraut 11:42
pgsql: Update NetBSD 'options' description. Bruce Momjian 13:12
pgsql: Move item: * Auto-fill the free space map by scanning the buffer Bruce Momjian 13:47
pgsql: NetBSD uses "options" not "option". Bruce Momjian 16:46
tablelog - tablelog: some bugfixes, rewrote the error and debug User Andreas 18:26
tablelog - tablelog: Trying to make Makefile.nocontrib work with the new User Kimhanse 18:43
pgsql: Re-order item. Bruce Momjian 19:20
tablelog - tablelog: make things working on 7.4 User Andreas 19:51
pgsql: Two-phase commit. Tom Lane 22:32

June 18, 2005

Thread Author Time
pgsql: Done: < * Add two-phase commit [2phase] > * -Add two-phase Bruce Momjian 01:45
pgsql: Remove TODO.detail. Bruce Momjian 01:45
pgsql: Remove 2phase commit TODO.detail. Bruce Momjian 01:51
python - be: Add basic generator functionality checks. James William Pye 01:55
python - be: Use os.listdir, and only process files, so as not to try to James William Pye 02:14
pgsql: Dept. Tom Lane 05:21
pgsql: Add a time-of-preparation column to the pg_prepared_xacts view, Tom Lane 19:33
pg_locks column names Tom Lane 20:10
pgsql: When using C-string lookup keys in a dynahash.c hash table, use Tom Lane 20:51
pgsql: When using C-string lookup keys in a dynahash.c hash table, use Tom Lane 20:51
pgsql: When using C-string lookup keys in a dynahash.c hash table, use Tom Lane 20:52
python - be: Check NULL tb, rather than tbstr. James William Pye 21:15
python - be: Add SRF checks. James William Pye 23:46

June 19, 2005

Thread Author Time
python - be: Add composite and array passthrough tests. James William Pye 00:05
python - be: Add composite and array passthrough tests. James William Pye 00:06
uri - liburi: Imported Sources User Applejack 00:37
uri - uri: Imported Sources User Applejack 00:41
uri - uri: Imported Sources User Applejack 00:44
uri - liburi: Imported Sources User Applejack 00:46
pgsql: Fix typo in comment. Bruce Momjian 01:06
python - be: Duplicate the resulting Datum or HeapTuple in the former James William Pye 02:01
uri - uri: User Applejack 07:10
pgsql: Cleanup for Win32 compile. Bruce Momjian 13:10
pgsql: Add comment about \# in bcc makefiles. Bruce Momjian 13:13
pgsql: Add comment about \# in bcc makefiles. Bruce Momjian 13:14
python - be: Ignore dot files. James William Pye 19:32
python - be: Explicitly set the appropriate type id in the Datum Tuple. James William Pye 19:33
python - be: Add IsArray macro. James William Pye 19:35
python - be: Default free to false. James William Pye 19:39
pgbuildfarm - client-code: additions for mail events User Andrewd 19:41
pgbuildfarm - client-code: default use_vpath to false User Andrewd 19:44
python - be: Fix handling of composite types (rendering instances). James William Pye 19:45
python - be: Minor cleanups. James William Pye 19:47
pgsql: Arrange to fsync two-phase-commit state files only during Tom Lane 20:00
python - be: Actually identify the resultinfo node as ReturnSetInfo, and James William Pye 20:09
python - be: Call the expectation with the object as the argument set if James William Pye 20:13
python - be: Cleanup and temporary work-around for pg.util.config. James William Pye 20:21
pgsql: Simplify uses of readdir() by creating a function ReadDir() that Tom Lane 21:34
pgsql: Need #include <time.h> on some platforms. Tom Lane 22:34
pgsql: Avoid unnecessary palloc overhead in _bt_first(). Tom Lane 22:41
pgsql: Minor documentation update for RAISE expression patch. Neil Conway 23:39

June 20, 2005

Thread Author Time
pgsql: Fix bogus assumption that sizeof() produces an int-sized result. Tom Lane 00:32
pgsql: Trivial code clarity improvement to UpdateStats(); no functional Neil Conway 02:07
pgsql: Add lock file contents printout to "can't happen" case to help Tom Lane 02:17
pgsql: Change shell syntax that seems not to work right on FreeBSD Tom Lane 02:26
pgsql: Cosmetic improvements to the timezone code: remove the use of the Neil Conway 08:00
pgbuildfarm - client-code: don't report CVS failures to central server. User Andrewd 09:19
pgsql: 1. Teodor Sigaev 10:29
pgsql: Update text that stated GiST indexes aren't WAL-logged. Tom Lane 13:52
Re: pgsql: Update text that stated GiST indexes aren't Christopher Kings-Lynne 14:38
pgsql: Remove statement that GiST indexes aren't WAL-logged. Tom Lane 14:53

Browse Archives

Prev | Next