pgsql-committers - February 2005

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

Feb. 1, 2005

Thread Author Time
pgsql: Update connections FAQ item. Bruce Momjian 00:19
pgsql: Sync inet formatting code with recent BIND releases. Tom Lane 00:59
pgsql: Sync inet formatting code with recent BIND releases. Tom Lane 00:59
pgsql: Update LIMIT/FETCH FAQ item. Bruce Momjian 01:36
pgsql: Remove FAQ mention of DROP column. Bruce Momjian 01:41
pgsql: Remove FAQ about database terms. Bruce Momjian 02:32
pgsql: Remove outer join simulation using UNION now that we have had Bruce Momjian 02:35
pgsql: Final FAQ cleanups to remove information about very old releases. Bruce Momjian 02:41
pgsql: Backpatch FAQ changes to 8.0.X. Bruce Momjian 02:42
pgsql: Add: > * Allow GRANT/REVOKE permissions to be inherited by Bruce Momjian 04:54
pgsql: Add FETCH/MOVE: < * Change LIMIT/OFFSET to use int8 > * Change Bruce Momjian 04:56
pgsql: Adjust plpgsql to allow assignment to an element of an array that Tom Lane 19:35
pgsql: Adjust plpgsql to allow assignment to an element of an array that Tom Lane 19:35
pgsql: Add Josh's performance page. Bruce Momjian 21:11
pgsql: Adjust estimate_num_groups() to not clamp per-relation group Tom Lane 23:08
pgsql: Adjust estimate_num_groups() to not clamp per-relation group Tom Lane 23:09
pgsql: Fix a bug induced by the list-rewrite that resulted in Neil Conway 23:28
pgsql: Fix a bug induced by the list-rewrite that resulted in Neil Conway 23:29

Feb. 2, 2005

Thread Author Time
pgsql: Add support for temporary views, including documentation and Neil Conway 06:36
pgsql: Remove pgsql_tmp directory FAQ item. Bruce Momjian 13:41
pgsql: Backpatch FAQ to 8.0.X. Bruce Momjian 13:42
pgsql: Fixed bug in parsing of #line statement in declare section. Michael Meskes 15:37
pgsql: Add to release checklist: * Update inet/cidr data types with Bruce Momjian 16:59
pgsql: Update RESET ALL items: < all temporary tables, removal of any Bruce Momjian 17:26
pgsql: Update FAQ numbering. Bruce Momjian 17:44
pgsql: Backpatch FAQ to 8.0.X. Bruce Momjian 17:44
pgsql: Improve wording of to_char() change in 8.1: The 8.1 Bruce Momjian 18:16
pgsql: Improve wording of to_char() change in 8.1: The 8.1 Bruce Momjian 18:17
pgmemcache: pgmemcache README.pgmemcache seanc 19:22
pgsql: Adjust constant-folding of CASE expressions so that the simple Tom Lane 21:49
pgsql: Adjust constant-folding of CASE expressions so that the simple Tom Lane 21:49
pgsql: Improve performance of fmgr.c calling routines for cases with Tom Lane 22:40
pgsql: Improve performance of fmgr.c calling routines for cases with Tom Lane 22:40

Feb. 3, 2005

Thread Author Time
pgsql: Minor SGML improvements. Neil Conway 07:12
pgsql: Ensure that all details of the ARC algorithm are hidden within Tom Lane 23:29
pgsql: Ensure that all details of the ARC algorithm are hidden within Tom Lane 23:30
pgsql: Fix minor thinko in logic to set dump order when dumping from a Tom Lane 23:39
pgsql: Fix minor thinko in logic to set dump order when dumping from a Tom Lane 23:39

Feb. 4, 2005

Thread Author Time
pgsql: Refactor some duplicated code in lock.c: create UnGrantLock(), Neil Conway 02:06

Feb. 5, 2005

Thread Author Time
How I can add new function writing on C under Win32 for PostgreSQL v 8.0.1 deeps1 11:54
pgsql: Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls Tom Lane 19:38
pgsql: Fix bit-rot in ipc_test.c; it didn't include some stuff that Tom Lane 20:07

Feb. 6, 2005

Thread Author Time
pgsql: Back-port heap_deformtuple() into 7.4 branch; needed for planned Tom Lane 20:15
pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Tom Lane 20:19
pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Tom Lane 20:19
pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Tom Lane 20:19
pgsql: Document array behavior for out-of-range subscripts. Tom Lane 20:59
pgsql: Document array behavior for out-of-range subscripts. Tom Lane 20:59
pgsql: Better late than never: document that the GiST API changed in 8.0 Neil Conway 22:31
pgsql: Better late than never: document that the GiST API changed in 8.0 Neil Conway 22:36

Feb. 7, 2005

Thread Author Time
pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser. Neil Conway 03:53
pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser. Neil Conway 03:56
pginstaller - web: New Directory User Dpage 12:26
pginstaller - web: Add Turkish translation of the FAQ [Devrim Gunduz] User Dpage 12:28

Feb. 8, 2005

Thread Author Time
pgsql: It seems like most people don't want automatic failover so I am Bruce Momjian 03:21
pgsql: Spacing: < * Allow the PITR process to be debugged and data Bruce Momjian 03:24
Re: [COMMITTERS] How I can add new function writing on C under Win32 Bruce Momjian 15:41
pgsql: If we're gonna check for array overrun, we really should do so Tom Lane 18:22
pgsql: If we're gonna check for array overrun, we really should do so Tom Lane 18:22
pgsql: Back-patch Neil's four additional buffer overrun checks. Tom Lane 18:22
pgsql: Back-patch Neil's four additional buffer overrun checks. Tom Lane 18:22

Feb. 9, 2005

Thread Author Time
pgsql: Fixed bug in parsing of CREATE AS statement. Michael Meskes 11:26
pgsql: Fixed bug in parsing of CREATE AS statement. Michael Meskes 11:28
pgsql: ALTER TABLE ADD COLUMN exhibits a significant memory leak when Neil Conway 23:17
pgsql: ALTER TABLE ADD COLUMN exhibits a significant memory leak when Neil Conway 23:27
pqa - pqa: Added WARNING/FATAL/PANIC errors Those are now taken into User Tfavier 23:38

Feb. 10, 2005

Thread Author Time
pgsql: Update pginstaller URL to http://www.postgresql.org/ftp/win32/. Bruce Momjian 04:52
pgsql: Update pginstaller URL to http://www.postgresql.org/ftp/win32/. Bruce Momjian 04:53
pgsql: Use now() rather than 'now' in an example in the PL/PgSQL docs. Neil Conway 05:01
pgsql: Improvements to documentation of shared memory configuration Neil Conway 05:14
pgsql: Add some index entries for RAISE and exception handling in Neil Conway 06:08
pgsql: Fixed more parsing bugs in other CREATE statements as pointed out Michael Meskes 08:06
pgsql: Fixed more parsing bugs in other CREATE statements. Michael Meskes 08:07
pgsql: Fixed changelog entry to list correct bug reporter. Michael Meskes 08:08
pgsql: Fix SPI cursor support to allow scanning the results of utility Tom Lane 20:36
pgsql: Fix SPI cursor support to allow scanning the results of utility Tom Lane 20:36
pgsql: Back-patch fix for a typo that unintentionally disabled backward Tom Lane 20:37

Feb. 11, 2005

Thread Author Time
pgsql: Fix ANALYZE to accumulate some minimal statistics for an all-null Tom Lane 00:41
pgsql: Adjust input routines for float4, float8 and oid to reject the Neil Conway 04:09
pgsql: Mention that some psql environment variables come from libpq and Bruce Momjian 04:19
pgsql: Mention that some psql environment variables come from libpq and Bruce Momjian 04:19
pgsql: Make clearer warning about using 'now' with DEFAULT: SELECT Bruce Momjian 04:31
pgsql: Update to Russian FAQ, HEAD and 8.0.X. Bruce Momjian 04:53
pgsql: Update to Russian FAQ, HEAD and 8.0.X. Bruce Momjian 04:54
pgsql: Translation updates Peter Eisentraut 11:53
pgsql: Add a regression test to verify that the stack depth checker Tom Lane 22:15

Feb. 12, 2005

Thread Author Time
pgchem - pgchem2j: Win 32 fix and OS X Makefile User Ergo70 19:16
pgsql: Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a Bruce Momjian 23:54

Feb. 13, 2005

Thread Author Time
pgsql: Add: > * Add IP address to pg_stat_activity Bruce Momjian 00:09
pgsql: Clarify: < * Add IP address to pg_stat_activity > * Add the Bruce Momjian 00:11
Re: pgsql: Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a Tom Lane 01:01
pgsql: Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a Bruce Momjian 01:25
Re: pgsql: Move plpgsql DEBUG from DEBUG2 to DEBUG1 because Bruce Momjian 01:26
pgsql: Write some real documentation about the index access method API. Tom Lane 03:04
pgsql: Print file name and errno string on rmtree failure. Bruce Momjian 16:50
pgsql: Print file name and errno string on rmtree failure. Bruce Momjian 16:50

Feb. 14, 2005

Thread Author Time
pgsql: Add: > * Make src/port/snprintf.c thread-safe Bruce Momjian 00:04
pgsql: Minor consistency improvement. Neil Conway 00:54
pgsql: ALTER LANGUAGE RENAME has never worked. Tom Lane 06:17
pgsql: ALTER LANGUAGE RENAME has never worked. Tom Lane 06:17
pgsql: ALTER LANGUAGE RENAME has never worked. Tom Lane 06:18
pginstaller - pginst: Translation update from Jomar Andrade User Dpage 08:37
pginstaller - pginst: Translation update from Jomar Andrade User Dpage 08:38
pgpool - pgpool: Imported Sources User T-ishii 14:52
pgsql: Add: > * Allow the creation of indexes with mixed Bruce Momjian 19:51
pgchem - pgchem2j: win32 bugfix User Ergo70 20:55
pgchem - pgchem2j: Added public to search path User Ergo70 21:04
pgsql: Improve documentation of signal usage for HAVE_SIGPROCMASK and Bruce Momjian 23:02
pgsql: Improve documentation of signal usage for HAVE_SIGPROCMASK and Bruce Momjian 23:02

Feb. 15, 2005

Thread Author Time
pgsql: Document usage of gettext_noop(). Bruce Momjian 01:04
pgsql: Add: > * Add xpath_array() to /contrib/xml2 to return results as Bruce Momjian 02:28
pgsql: Fix typo: < o Allow COPY FROM ... Bruce Momjian 03:17
pgsql: Update comment on VACUUM FULL. Bruce Momjian 03:50
pgsql: Add mention of syntax for GRANT ALL: > The agreed syntax is: > Bruce Momjian 03:53
pgsql: Change wording: < The agreed syntax is: > The proposed Bruce Momjian 03:54
pgsql: Update URL for Momjian book. Bruce Momjian 04:02
pgsql: Update Momjain book URL. Bruce Momjian 04:03
pgsql: Update question text: <H4><A name="4.20">4.20</A>) Why do I Bruce Momjian 04:35
pgpool - pgpool: Use strtok() rather than strsep() User T-ishii 06:03

Feb. 16, 2005

Thread Author Time
pgchem - pgchem2j: User Ergo70 20:12

Feb. 18, 2005

Thread Author Time
pgsql: Convert MemoryContextSwitchTo() into an inline function when Tom Lane 21:52

Feb. 19, 2005

Thread Author Time
pgsql: Add reference to the NewbieDoc Docbook Guide. Bruce Momjian 04:34
pgsql: Fix typo in SGML. Bruce Momjian 04:39
pgsql: Ensure that the resolved datatype of any unknown Param is Tom Lane 19:33
pgsql: Ensure that the resolved datatype of any unknown Param is Tom Lane 19:33
pgsql: Ensure that the resolved datatype of any unknown Param is Tom Lane 19:33
pgsql: New arrangement to always let the bgwriter do checkpoints broke Tom Lane 23:16
pgsql: New arrangement to always let the bgwriter do checkpoints broke Tom Lane 23:16

Feb. 20, 2005

Thread Author Time
pgsql: Add code to prevent transaction ID wraparound by enforcing a safe Tom Lane 02:22
pgpool - pgpool: Emit log when pgpool starts up User T-ishii 04:17
pgpool - pgpool: make some logs from log level to debug level User T-ishii 04:18
pgpool - pgpool: version 2.5.1 User T-ishii 04:19
pgsql: Flat file cleanup phase 2: make it work for pg_group. Tom Lane 04:46
pgsql: I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people Bruce Momjian 04:56
pgsql: Move define MAKE_ALL_TUPLES_VISIBLE to a more logical place. Bruce Momjian 14:57
pgsql: Fix MAKE_ALL_TUPLES_VISIBLE define. Bruce Momjian 15:00
pgsql: Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE. Bruce Momjian 15:01
pgbuildfarm - client-code: fix timestamp logic, improve error reporting User Andrewd 16:44
pginstaller - pginst: Add small script to create source tarballs User Mha 16:49
pgsql: Remove some no-longer-needed kluges for bootstrapping, in Tom Lane 21:46
pgsql: Use SnapshotNow instead of SnapshotSelf for reading the catalogs Tom Lane 22:02

Feb. 21, 2005

Thread Author Time
pgsql: Document the "register" and "unregister" pg_ctl subcommands, for Neil Conway 02:14
pgsql: Document the "register" and "unregister" pg_ctl subcommands, for Neil Conway 02:14
pgsql: Updates to the bibliography. Neil Conway 02:21
pgsql: Clarify item: < * Consider use of open/fcntl(O_DIRECT) to Bruce Momjian 04:59
pgsql: Fix two typos, per report from Hashem Masoud. Neil Conway 06:12
pgsql: Fix two typos, per report from Hashem Masoud. Neil Conway 06:12
pgsql: Trivial fix: change the reference to further documentation of Neil Conway 06:43
pgsql: Fix memory leak for timestamp(with and w/o tz) and indexes Teodor Sigaev 10:03
pgsql: Fix memory leak for timestamp(with and w/o tz) and time indexes Teodor Sigaev 10:47
pgsql: Simplify defines Teodor Sigaev 14:09
pgsql: Simplify defines Teodor Sigaev 14:10
pgsql: Clarify item: < * Allow server configuration parameters to be Bruce Momjian 17:30
pgsql: Update Russian FAQ. Bruce Momjian 17:33
pgsql: Update Russian FAQ. Bruce Momjian 17:34
pgsql: Add port mention: < * Add the client IP address to Bruce Momjian 18:51
pgsql: Try to get Borland CC to compile. Bruce Momjian 21:22
pgsql: Try to get Borland CC to compile. Bruce Momjian 21:22

Feb. 22, 2005

Thread Author Time
pgsql: Update initdb locale/encoding documentation description. Bruce Momjian 02:55
pgsql: Update initdb locale/encoding documentation description. Bruce Momjian 02:57
pgsql: Add support to port/snprintf.c for position parameter Bruce Momjian 03:56
Re: pgsql: Add support to port/snprintf.c for position Neil Conway 04:32
pgsql: Use _() macro consistently rather than gettext(). Bruce Momjian 04:43
pgsql: Add semicolon so snprintf.c goto has a statement to attach to: Bruce Momjian 04:57
Re: pgsql: Add support to port/snprintf.c for position Bruce Momjian 04:57
Re: pgsql: Use _() macro consistently rather than gettext(). Neil Conway 05:07
pgsql: This patch changes makes some significant changes to how Neil Conway 07:18
pginstaller - pginst: Regen guids, bump version numbers for 8.1 User Dpage 09:47
pginstaller - pginst: Require cube to be selected before earthdistance User Dpage 10:13
pginstaller - pginst: Require cube to be selected before earthdistance User Dpage 10:14
Re: [COMMITTERS] pgsql: Use _() macro consistently rather than gettext(). 📎 Bruce Momjian 18:16
pgsql: Document that only a table's owner may TRUNCATE it. Tom Lane 19:06
pgsql: Document that only a table's owner may TRUNCATE it. Tom Lane 19:06
pgsql: Document that only a table's owner may TRUNCATE it. Tom Lane 19:06

Feb. 23, 2005

Thread Author Time
pgsql: Properly undef _(x) gettext macro. Bruce Momjian 04:34
pgsql: Un-break plpgsql build by removing unwanted _() usage. Tom Lane 16:23
pgsql: This patch optimizes the md5_text() function (which is used to Neil Conway 22:46
pgsql: Minor code cleanup: remove a variable that was assigned to but Neil Conway 23:27

Feb. 24, 2005

Thread Author Time
pgsql: My patch this morning was overly hasty; revert code to original Tom Lane 01:11
pgsql: Clean up printf arg-control test, per Kurt Roeckx. Tom Lane 01:34
pgsql: We aren't supposed to try to run test programs until after we've Tom Lane 02:12
pgsql: Done: > o -Change PL/PgSQL to use palloc() instead of malloc() Bruce Momjian 14:14
pqa - pqa: Add a crude SQL error report This patch introduces a new User Tfavier 21:30
pqa - pqa: Choose your reports from command line Adds the ability to User Tfavier 22:17
pgsql: Add wording about UTF8: < like towupper(). Bruce Momjian 23:39

Feb. 25, 2005

Thread Author Time
pgsql: Add: > * Improve psql's handling of multi-line queries Bruce Momjian 00:24
pgsql: Fix HTML markup and add NULL sorting item to existing NULL FAQ Bruce Momjian 00:32
pgsql: Fix markup. Bruce Momjian 00:32
pgsql: Backpatch FAQ to 8.0.X. Bruce Momjian 00:33
pgsql: Updatge wording. Bruce Momjian 00:45
pgsql: Clarify object ownership language to prevent confusion with Bruce Momjian 02:34
pgsql: Fix plpgsql error message for dropped temporary tables. Bruce Momjian 04:18
pgsql: Please find enclosed a patch, per Dennis Bj<C3><B6>rklund, that Bruce Momjian 04:56
pgpool - pgpool: Fix bug in health checking. User T-ishii 06:38
pgsql: Fix float8->int64 transformation Teodor Sigaev 14:03
pgsql: Fix float8->int64 transformation Teodor Sigaev 14:04
pgsql: Add linking from /port to bcc makefile. Bruce Momjian 15:57
pgsql: Add linking from /port to bcc makefile. Bruce Momjian 15:57
pgsql: In accordance to http://www.pgsql.ru/db/mw/msg.html?mid=2045361 Teodor Sigaev 16:13

Feb. 26, 2005

Thread Author Time
pgsql: Correct overstatement in locking docs: we said ExclusiveLock is Tom Lane 18:37

Browse Archives

Prev | Next