pgsql-committers since 2007-01-11 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

Jan. 11, 2007

Thread Author Time
pgsql: Remove SGML makefile .SECONDARY tag so html rules will work Bruce Momjian 00:02
pgsql: For pg_ctl -w, add reference to additional environment variables Bruce Momjian 02:30
pgsql: Allow Borland CC to compile libpq and psql. Bruce Momjian 02:40
pgsql: Allow Borland CC to compile libpq and psql. Bruce Momjian 02:42
pgsql: Add: > * Move NAMEDATALEN from postgres_ext.h to Bruce Momjian 03:01
pgsql: Add: > o Extend timezone code to allow 64-bit values so we can Bruce Momjian 04:27
pgsql: Add URL for PQexec() for disallowing multiple queries: > Bruce Momjian 04:42
pgsql: Add: > o Fix transaction restriction checks for CREATE DATABASE Bruce Momjian 04:48
pgsql: Add URL item for psql -c changes: > Bruce Momjian 04:49
Re: [COMMITTERS] pgsql: Stamp major release 8.3.0, Michael Meskes 15:41
pgsql: Applied Joachim's patch for a --regression option. Michael Meskes 15:47
pgsql: Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort Tom Lane 17:19
pgsql: Improve error wording of ORDER BY in UNION that uses new Bruce Momjian 18:44
pgsql: Update UNION/INTERSECT/EXCEPT ORDER BY error wording for Bruce Momjian 20:04
pgsql: Fix a performance problem in databases with large numbers of Tom Lane 23:06
pgsql: Fix a performance problem in databases with large numbers of Tom Lane 23:06
pgsql: Fix a performance problem in databases with large numbers of Tom Lane 23:06

Jan. 12, 2007

Thread Author Time
pgsql: Simplified regression handling Added patch by Joachim to work Michael Meskes 10:00
pgsql: also adjust MinGW expected file to new setup create expected file Michael Meskes 11:27
pgsql: Missed two new files from Joachim's patch. Michael Meskes 11:31
pgsql: Allow for arbitrary data types as content in XMLELEMENT. Peter Eisentraut 16:29
pgsql: Add some notes about the basic mathematical laws that the system Tom Lane 17:04
pgsql: Update ORDER BY UNION function/exprssion wording (again). Bruce Momjian 19:23
pgsql: Update error messsage wording. Bruce Momjian 19:34
pgsql: Update to_char("CC") description. Bruce Momjian 20:06
Re: pgsql: Allow for arbitrary data types as content Neil Conway 21:00
pgsql: Use XML output escaping also in XMLFOREST. Peter Eisentraut 21:47
pgsql: Fix compiler warning Peter Eisentraut 22:09
pgsql: Fix handling of CC (century) format spec in to_date/to_char. Tom Lane 23:34
pgsql: Fix handling of CC (century) format spec in to_date/to_char. Tom Lane 23:35

Jan. 13, 2007

Thread Author Time
pgsql: Back port patch. Tatsuo Ishii 03:17
pgsql: Back port patch. Tatsuo Ishii 03:24
pgsql: Back port patch. Tatsuo Ishii 03:31
pgsql: Remove completed items, and the last is unwanted: < o Fix Bruce Momjian 15:13
pghotbackup - pghotbackup: Added ability to specify backup command, now User Wagnerch 18:26
pghotbackup - pghotbackup: Using port variable when scanning pgpass User Wagnerch 19:16

Jan. 14, 2007

Thread Author Time
pgsql: Add support for xmlval IS DOCUMENT expression. Peter Eisentraut 13:11
python - tin: Add exit_message wrapper to inform user of negative exit James William Pye 19:21
python - tin: Turn silent_mode off by default. James William Pye 19:33
python - be: Preliminary 8.2 support. James William Pye 19:35
Re: [COMMITTERS] pgsql: Add support for xmlval IS DOCUMENT expression. Tom Lane 19:38
pgsql: Fix autovacuum to avoid leaving non-permanent Xids in Alvaro Herrera 20:18
pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with Alvaro Herrera 20:55
pgsql: Fix reverse compilation of IS DOCUMENT expression. Peter Eisentraut 21:39
pgsql: Add a note to the docs describing NaN's equality and ordering Neil Conway 22:38

Jan. 15, 2007

Thread Author Time
pgsql: Fix localization support for multibyte encoding and C locale. Teodor Sigaev 15:16
pgsql: Fix localization support for multibyte encoding and C locale. Teodor Sigaev 15:16
pgsql: Correct a minor inaccuracy in the pg_dumpall reference page: -g Neil Conway 17:22
pgsql: Correct a minor inaccuracy in the pg_dumpall reference page: -g Neil Conway 17:22
pgsql: Correct a minor inaccuracy in the pg_dumpall reference page: -g Neil Conway 17:22

Jan. 16, 2007

Thread Author Time
pgsql: Arrange for autovacuum to be killed when another operation wants Alvaro Herrera 13:28
plpsm - plpgpsm: all kind of handlers for exceptions are supported User Okbob 18:05
pgsql: Enable autovacuum in the default configuration, per discussion. Alvaro Herrera 18:26
pgsql: Fix incorrect permissions check in Tom Lane 18:32
pgsql: Fix incorrect permissions check in Tom Lane 18:32
plpsm - plpgpsm: consistent handling exit and continue handlers in User Okbob 19:51
pgsql: Minor improvements to the TODO list. Neil Conway 20:58
pgsql: Implement width_bucket() for the float8 data type. Neil Conway 21:41
pgsql: vcbuild updates from Magnus: * After Markos patch, now builds Neil Conway 21:43

Jan. 17, 2007

Thread Author Time
pgsql: Revise bgwriter fsync-request mechanism to improve robustness Tom Lane 00:17
pgsql: Mark TODO item "autovacuum on by default" as completed. Bruce Momjian 03:43
plpsm - plpgpsm: New Directory User Okbob 07:48
plpsm - plpgpsm: New Directory User Okbob 07:48
plpsm - plpgpsm: added regress tests User Okbob 07:49
Re: [COMMITTERS] pgsql: Implement width_bucket() for the float8 data Stefan Kaltenbrunner 07:51
plpsm - plpgpsm: regress test User Okbob 07:55
pgsql: Tweak the width_bucket() regression tests to avoid an unnecessary Neil Conway 16:19
Re: [COMMITTERS] pgsql: Implement width_bucket() for the Neil Conway 16:23
pgsql: Extend yesterday's patch so that the bgwriter is also told to Tom Lane 16:25
pgsql: Add a note pointing out that is_pseudo_constant_clause() doesn't Tom Lane 17:25
Re: [COMMITTERS] pgsql: Implement width_bucket() for the Stefan Kaltenbrunner 19:18
plpsm - plpgpsm: more regress test eVS: User Okbob 20:15
Re: [COMMITTERS] pgsql: Implement width_bucket() for the Alvaro Herrera 22:41

Jan. 18, 2007

Thread Author Time
Re: [COMMITTERS] pgsql: Fix failure due to accessing an Tatsuo Ishii 02:20
Re: pgsql: Fix failure due to accessing an Tatsuo Ishii 13:49
pgsql: Clean up encoding issues in the xml type: In text mode, encoding Peter Eisentraut 13:59
pgsql: Optionally use xml2-config to detect installation locations of Peter Eisentraut 14:07
Re: [COMMITTERS] pgsql: Fix failure due to accessing an Tom Lane 16:42
Re: [COMMITTERS] pgsql: Fix failure due to accessing an Tatsuo Ishii 22:30
Windows buildfarm failures Alvaro Herrera 23:13
Re: Windows buildfarm failures Tom Lane 23:33

Jan. 19, 2007

Thread Author Time
Re: Windows buildfarm failures Alvaro Herrera 00:18
pgloader - pgloader: New Directory User Dim 11:28
pgloader - pgloader: Support partial columns definition for COPY User Dim 11:30
Re: Windows buildfarm failures Alvaro Herrera 11:59
Re: Windows buildfarm failures Stefan Kaltenbrunner 15:25
Re: Windows buildfarm failures Andrew Dunstan 15:46
Re: Windows buildfarm failures Alvaro Herrera 15:51
pgsql: Change the sed rules in the regression test for pg_regress Alvaro Herrera 16:42
pgsql: Add support for converting binary values (i.e. Peter Eisentraut 16:58
Re: Windows buildfarm failures Tom Lane 17:06
pgsql: Add URL for: * Add Globally/Universally Unique Identifier Bruce Momjian 18:13
plpsm - plpgpsm: sqlstate behave fixes User Okbob 18:19
Re: Windows buildfarm failures Tom Lane 18:34
Re: Windows buildfarm failures Andrew Dunstan 18:47
pgsql: Fix pg_regress breakage for PL and contrib tests, by not Alvaro Herrera 21:21
pgsql: Add items: > o Allow multiple vacuums so large tables do not Bruce Momjian 21:36

Jan. 20, 2007

Thread Author Time
pgsql: Add missing copyright blurb, make ruleutils.c use the standard Neil Conway 01:08
pgsql: Add wiki URL: < first. Bruce Momjian 02:18
pgsql: Fix xmlconcat by properly merging the XML declarations. Peter Eisentraut 09:27
pgsql: Fix xmlconcat regression test Peter Eisentraut 11:44
pgsql: Move code that places LOG error level between ERROR and PANIC Bruce Momjian 14:45
pgsql: Only build ecpg test code when the test is to be performed, in Peter Eisentraut 15:25
pgsql: The libpq library directory was mentioned here in the wrong Peter Eisentraut 15:26
pgsql: Document that to remove template1, datistemplate must be 'false'. Bruce Momjian 15:43
pgsql: Document that to remove template1, datistemplate must be 'false'. Bruce Momjian 15:43
pgsql: Teach psql's \lo slash commands to respect quiet mode, and to Neil Conway 16:57
pgsql: Modify max_fsm_pages in postgresql.conf.sample to show a typical Bruce Momjian 17:04
Re: Windows buildfarm failures Stefan Kaltenbrunner 17:10
pgsql: Regression tests for large objects. Neil Conway 17:15
pgsql: Remove remains of old depend target. Peter Eisentraut 17:16
Re: Windows buildfarm failures Tom Lane 17:17
pgsql: Update build time estimate. Peter Eisentraut 17:21
Re: Windows buildfarm failures Tom Lane 18:11
pgsql: Refactor the index AM API slightly: move currentItemData and Neil Conway 18:43
pgsql: Refactor planner's pathkeys data structure to create a separate, Tom Lane 20:45
pgsql: List disabled triggers separately in psql's "\d <table>" output. Neil Conway 21:17
pgsql: Fix broken markup. Tom Lane 21:30
pgsql: Update documentation about postgresqlconf to mention default Bruce Momjian 21:30
pgsql: Update documentation about postgresqlconf to mention default Bruce Momjian 21:30
pgsql: Don't use 'int' where you mean 'bool'. Tom Lane 21:40
pgsql: Add documentation of memory and time units to postgresql.conf. Bruce Momjian 21:42
pgsql: Add documentation of memory and time units to postgresql.conf. Bruce Momjian 21:42
pgsql: Make setseed() return void, rather than an int4 without any use. Neil Conway 21:47
pgsql: Update docs for recent change to setseed() return value. Neil Conway 21:59
pgsql: Add URL for dead space map: > > Bruce Momjian 23:08
pgsql: Simplify pg_am representation of ordering-capable access methods: Tom Lane 23:13
pgsql: Add bitmap index URL: > > Bruce Momjian 23:18

Jan. 21, 2007

Thread Author Time
pgsql: Refactor some lsyscache routines to eliminate duplicate code and Tom Lane 00:57
pgsql: Put back libpq link, but make sure that libpq's in-tree directory Peter Eisentraut 09:19
pgsql: Remove some unused variables Peter Eisentraut 09:23

Jan. 22, 2007

Thread Author Time
pgsql: Add COST and ROWS options to CREATE/ALTER FUNCTION, plus Tom Lane 01:35
pgsql: Adjust pgbench so it won't spit up on non-select queries Tom Lane 02:17
pgsql: Update documenation instructions. Bruce Momjian 02:47
Re: pgsql: Add COST and ROWS options to CREATE/ALTER FUNCTION, plus Jim C. Nasby 17:39
pgsql: When system() fails in Win32, report it as an exception, print Bruce Momjian 18:31
pgsql: Uppercase hex value. Bruce Momjian 18:32
pgsql: Use errhint() for WIN32 SIGTERM message, where possible. Bruce Momjian 19:38
pgsql: Put back planner's ability to cache the results of Tom Lane 20:00
pgsql: Update my email address in FAQ. Bruce Momjian 23:06

Jan. 23, 2007

Thread Author Time
pgsql: Print meaningfull error text for abonormal process exit on Win32, Bruce Momjian 01:45
pgsql: Back out use of FormatMessage(), does error values, not exception Bruce Momjian 03:28
pgsql: Remove newline from error message because URL is gone. Bruce Momjian 03:31
pgsql: Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON Tom Lane 05:07
pgsql: This patch is required for vcbuild to work after the changes to Alvaro Herrera 15:44
pgsql: Add comment about exception lists in both winnt.h and ntstatus.h. Bruce Momjian 16:21
pgsql: Update pg_dump to support dumping operator families. Tom Lane 17:54
pgsql: Update xindex.sgml to discuss operator families. Tom Lane 20:45
pgsql: Simplify handling of XML error messages: Just use the string Peter Eisentraut 23:39

Jan. 24, 2007

Thread Author Time
pgsql: Relax an Assert() that has been found to be too strict in some Tom Lane 01:25
pgsql: Relax an Assert() that has been found to be too strict in some Tom Lane 01:25
pgsql: Relax an Assert() that has been found to be too strict in some Tom Lane 01:25
pgsql: Relax an Assert() that has been found to be too strict in some Tom Lane 01:26
pgsql: Relax an Assert() that has been found to be too strict in some Tom Lane 01:26
pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on Tom Lane 17:12
pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on Tom Lane 17:12
pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on Tom Lane 17:12
pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on Tom Lane 17:12
pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on Tom Lane 17:12
pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on Tom Lane 17:12
pgsql: When using MSVC, disable the building of ecpg if pthreads is not Bruce Momjian 19:24

Jan. 25, 2007

Thread Author Time
pgsql: Prevent WAL logging when COPY is done in the same transation that Bruce Momjian 02:17
pgsql: Add --tablespaces-only and --roles-only options to pg_dumpall. Bruce Momjian 02:30
pgsql: Allow pg_dumpall to specify a database name rather than the Bruce Momjian 02:46
pgsql: Done: < o Add -f to pg_dumpall > o -Add -f to pg_dumpall Bruce Momjian 02:48
pgsql: Remove developers list from TODO list now that we have URLs to Bruce Momjian 02:50
pgsql: Add 'output file' option for pg_dumpall, especially useful for Bruce Momjian 03:30
pgsql: Fix for plpython functions; return true/false for boolean, Bruce Momjian 04:08
pgsql: Properly detoast access to bytea field pg_trigger.tgargs. Bruce Momjian 04:17
pgsql: Properly detoast access to bytea field pg_trigger.tgargs. Bruce Momjian 04:17
pgsql: Add GUC temp_tablespaces to provide a default location for Bruce Momjian 04:35
pgsql: Done: > o -Add a GUC variable to control the tablespace for Bruce Momjian 04:38
Re: pgsql: Fix for plpython functions; return true/false for boolean, Tom Lane 06:52
Re: pgsql: Add GUC temp_tablespaces to provide a default location for Jaime Casanova 07:40
pgsql: Various fixes in the logic of XML functions: - Add new SQL Peter Eisentraut 11:53
pgsql: Reverse out use of Py_RETURN_TRUE in plpython, only supported in Bruce Momjian 14:52
Re: pgsql: Fix for plpython functions; return Bruce Momjian 15:00
Re: pgsql: Add GUC temp_tablespaces to provide a Bruce Momjian 15:02
pgsql: Correction: temp_tablespaces was implemented by Albert Cervera Bruce Momjian 15:05
pgsql: Update pg_dumpall -f option description. Bruce Momjian 15:08
odbclink - odbclink: Imported Sources User H-saito 15:13
pgsql: Removed compiler warning due to unneeded unsigned declaration. Michael Meskes 16:45
pgsql: Add a setlocal command to the beginning of build.bat. Neil Conway 19:48
pgsql: Update Win32 exception comment. Bruce Momjian 21:50
pgsql: Add URL for shrinking tuple to just its headers: > Bruce Momjian 22:25
pgsql: Update BSD/OS platform for 8.2. Bruce Momjian 23:34

Jan. 26, 2007

Thread Author Time
pgsql: Squelch some VC++ compiler warnings. Neil Conway 17:45
pgsql: On Windows, use pgwin32_waitforsinglesocket() instead of select() Tom Lane 20:06
pgsql: On Windows, use pgwin32_waitforsinglesocket() instead of select() Tom Lane 20:07
pgsql: Modify draft SGML instructions to use DRAFT=Y because recursion Bruce Momjian 22:23
pgsql: Update wording of installation when upgrading, to more clearly Bruce Momjian 22:52
dbi-link - dbi-link: Added README for Sybase and MS-SQL Server. David Fetter 23:00
pgsql: Control openjade draft-mode by variable DRAFT, rather than Bruce Momjian 23:51

Jan. 27, 2007

Thread Author Time
dbi-link - dbi-link: New Directory David Fetter 01:20
dbi-link - dbi-link: New Directory David Fetter 01:21
dbi-link - dbi-link: New Directory David Fetter 01:21
dbi-link - dbi-link: New Directory David Fetter 01:21
dbi-link - dbi-link: New Directory David Fetter 01:21
dbi-link - dbi-link: New Directory David Fetter 01:21
dbi-link - dbi-link: New Directory David Fetter 01:25

Browse Archives

Prev | Next