pgsql-committers since 2012-08-27 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

Aug. 27, 2012

Thread Author Time
pgsql: Fix up planner infrastructure to support LATERAL properly. Tom Lane 02:51
pgsql: Update FreeBSD kernel configuration documentation. Bruce Momjian 03:21
pgsql: pg_basebackup: Correct error message Peter Eisentraut 04:53
pgsql: pg_basebackup: Correct error message Peter Eisentraut 04:53
pgsql: Collect and use histograms of lower and upper bounds for range t Heikki Linnakangas 12:59
pgsql: Have pgindent requre pg_bsd_indent version 1.2 now that a new ve Bruce Momjian 13:31
pgsql: Fix DROP INDEX CONCURRENTLY IF EXISTS. Tom Lane 16:46
pgsql: Fix DROP INDEX CONCURRENTLY IF EXISTS. Tom Lane 16:46
pgsql: pg_upgrade: Fix exec_prog API to be less flaky Alvaro Herrera 18:31
pgsql: Fix thinko in comment Alvaro Herrera 18:31
pgsql: Remove analyze_new_cluster.sh on make clean, too Alvaro Herrera 18:31
pgsql: Back-patch fixes for some issues in our Windows socket code into Robert Haas 19:01
pgsql: Document the lack of reading the PGDATABASE environment variable Bruce Momjian 19:27

Aug. 28, 2012

Thread Author Time
pgsql: Add section IDs to subsections of syntax.sgml that lacked them. Tom Lane 00:17
pgsql: Add section IDs to subsections of syntax.sgml that lacked them. Tom Lane 00:17
pgsql: Improve a couple of 9.2 release note entries. Tom Lane 00:54
pgsql: Improve a couple of 9.2 release note entries. Tom Lane 00:54
Re: pgsql: Don't install hstore--1.0.sql any more. Bruce Momjian 02:25
pgsql: Document how to create advisory lock "bigint" values in SQL. Bruce Momjian 02:36
pgsql: Small punctuation fixes Peter Eisentraut 07:25
pgsql: Small punctuation fixes Peter Eisentraut 07:25
pgsql: syncrep.h must include xlogdefs.h Alvaro Herrera 13:47
pgsql: syncrep.h must include xlogdefs.h Alvaro Herrera 14:04
pgsql: Update doc mention of how to compute bigint advisory lock value, Bruce Momjian 16:17
pgsql: Prevent psql tab completion in SET from adding TO when the equal Bruce Momjian 16:53
pgsql: Adjust pg_test_timing to show shortest test durations first, pla Bruce Momjian 16:57
pgsql: Remove hstore--1.0.sql. Tom Lane 18:30
Re: pgsql: Don't install hstore--1.0.sql any more. Tom Lane 18:31
pgsql: Remove pg_stat_statements--1.0.sql, too. Tom Lane 18:34
pgsql: add #includes to plpy_subxactobject.h to make it compile standal Alvaro Herrera 20:14
pgsql: add #includes to plpy_subxactobject.h to make it compile standal Alvaro Herrera 20:16
pgsql: Split resowner.h Alvaro Herrera 22:06
pgsql: remove catcache.h from syscache.h Alvaro Herrera 23:09
pgsql: Split heapam_xlog.h from heapam.h Alvaro Herrera 23:09

Aug. 29, 2012

Thread Author Time
pgsql: Add strerror() string to chdir() error message Peter Eisentraut 03:02
pgsql: Fix assorted compilation failures in contrib Alvaro Herrera 03:51
pgsql: Optimize SP-GiST insertions. Heikki Linnakangas 06:22
pgsql: Report postmaster.pid file as empty if it is empty, rather than Bruce Momjian 21:05

Aug. 30, 2012

Thread Author Time
pgsql: Document that NOTIFY events are visible to all users. Bruce Momjian 01:45
pgsql: Adjust definition of cheapest_total_path to work better with LAT Tom Lane 02:06
pgsql: Also check for Python platform-specific include directory Peter Eisentraut 03:06
pgsql: Document that xslt-related RPMs may be needed to build docs. Robert Haas 14:39
pgsql: Comment fixes. Robert Haas 14:42
pgsql: Improve EXPLAIN's ability to cope with LATERAL references in pla Tom Lane 16:57
pgsql: Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit. Robert Haas 17:10
pgsql: Remove old documentation warnings about the use of bigint. Bruce Momjian 17:13
pgsql: Document that COPY OUT requires an absolute pathname. Robert Haas 17:19
pgsql: Add missing period to detail message. Robert Haas 17:28
pgsql: Add missing period to detail message. Robert Haas 17:28
pgsql: Add missing period to detail message. Robert Haas 17:28
pgsql: Add missing period to detail message. Robert Haas 17:28
pgsql: Add missing period to detail message. Robert Haas 17:28
pgsql: Add missing period to detail message. Robert Haas 17:28
pgsql: Fix division by zero in the new range type histogram creation. Heikki Linnakangas 17:29
Re: pgsql: Add missing period to detail message. Bruce Momjian 18:08
pgsql: Document how to prevent PostgreSQL itself from exhausting memory Robert Haas 18:25
pgsql: Document how to prevent PostgreSQL itself from exhausting memory Robert Haas 18:25
pgsql: Document how to prevent PostgreSQL itself from exhausting memory Robert Haas 18:25
pgsql: Document how to prevent PostgreSQL itself from exhausting memory Robert Haas 18:25
pgsql: Suppress creation of backwardly-indexed paths for LATERAL join c Tom Lane 18:33
pgsql: Document that log_autovacuum_min_duration can be used to monitor Bruce Momjian 18:44
Re: pgsql: Add missing period to detail message. Robert Haas 19:02
Re: pgsql: Add missing period to detail message. Bruce Momjian 19:06
pgsql: Fix checkpoint_timeout documentation to reflect current behavior Robert Haas 19:10
pgsql: Fix checkpoint_timeout documentation to reflect current behavior Robert Haas 19:10
Re: pgsql: Add missing period to detail message. Tom Lane 19:30
pgsql: Remove configure flag --disable-shared, as it is no longer used Bruce Momjian 20:27
pgsql: Split tuple struct defs from htup.h to htup_details.h Alvaro Herrera 20:54
pgsql: Document that max_locks_per_transaction might need to be increas Bruce Momjian 20:56
pgsql: Remove doc mention of --enable-shared, per Tom. Bruce Momjian 21:01
pgsql: Revert 1fbc30f1dca6624c01a9a6a9ff711a7036c68532 because the Bruce Momjian 21:06
pgsql: Properly document that SIGTERM is OK for users to use on a postg Bruce Momjian 21:58
pgsql: Clarify FreeBSD instructions in pg_test_timing. Bruce Momjian 22:38

Aug. 31, 2012

Thread Author Time
pgsql: Add Perl emacs formatting macros to src/tools/editors/emacs.samp Bruce Momjian 01:40
pgsql: Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit Tom Lane 02:53
pgsql: Back-patch recent fixes for gistchoose and gistRelocateBuildBuff Tom Lane 03:49
pgsql: Back-patch recent fixes for gistchoose and gistRelocateBuildBuff Tom Lane 03:49
pgsql: Back-patch recent fixes for gistchoose and gistRelocateBuildBuff Tom Lane 03:49
pgsql: Back-patch recent fixes for gistchoose and gistRelocateBuildBuff Tom Lane 03:49
pgsql: Back-patch recent fixes for gistchoose and gistRelocateBuildBuff Tom Lane 03:49
pgsql: Fix typos in README. Heikki Linnakangas 08:30
pgsql: Make configure probe for mbstowcs_l as well as wcstombs_l. Tom Lane 18:18
pgsql: Make configure probe for mbstowcs_l as well as wcstombs_l. Tom Lane 18:18
pgsql: Make configure probe for mbstowcs_l as well as wcstombs_l. Tom Lane 18:18
pgsql: In pg_upgade, document that the port numbers must be different w Bruce Momjian 20:56
pgsql: Fix LATERAL references to join alias variables. Tom Lane 21:44
pgsql: Partially restore qual scope checks in distribute_qual_to_rels() Tom Lane 22:57

Sept. 1, 2012

Thread Author Time
pgsql: Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds. Andrew Dunstan 00:51
pgsql: Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds. Andrew Dunstan 00:51
pgsql: psql: Reduce compatibility warning Peter Eisentraut 03:29
pgsql: More documentation updates for LATERAL. Tom Lane 04:40
pgsql: Cross-link to doc build requirements from install requirements. Robert Haas 10:28
Re: [COMMITTERS] pgsql: Cross-link to doc build requirements from install requirements. Stefan Kaltenbrunner 12:36
Re: pgsql: Cross-link to doc build requirements from install requirements. Andrew Dunstan 14:19
pgsql: Fix broken link in installation.sgml. Tom Lane 14:43
Re: pgsql: Cross-link to doc build requirements from install requirements. Tom Lane 14:45
pgsql: Revert doc patch 305557984dd964ac397c6752e9d0f14646b60f15 as the Bruce Momjian 16:05
pgsql: Fix mark_placeholder_maybe_needed to handle LATERAL references. Tom Lane 17:57
pgsql: Drop cheap-startup-cost paths during add_path() if we don't need Tom Lane 22:16

Sept. 2, 2012

Thread Author Time
pgsql: Add small doc mention that libpq is named after POSTQUEL. Bruce Momjian 12:42
pgsql: Update URLs that pointed to sun.com; either repoint them or rem Bruce Momjian 13:16

Sept. 3, 2012

Thread Author Time
npgsql - Npgsql2: Updated to final 2.0.12 build User Fxjr 01:10
npgsql - Npgsql2: Updated for build 2.0.12.0 User Jbcooley 01:17
npgsql - Npgsql2: Updated for Npgsql 2.0.12 final release User Fxjr 01:28
pgbulkload - pgbulkload: Bump up version to 3.1.2 User Sakamotomsh 09:31
pgbulkload - pgbulkload: Updated regression tests for pgbulkload 3.1.2 User Sakamotomsh 09:47
pgsql: Make psql's \d+ show reloptions for all relkinds. Tom Lane 15:24
pgsql: Make psql's \d+ show reloptions for all relkinds. Tom Lane 15:24
Re: [COMMITTERS] pgsql: Make a cut at a major-features list for 9.2. Magnus Hagander 16:06
Re: [COMMITTERS] pgsql: Make a cut at a major-features list for 9.2. Tom Lane 16:11
Re: [COMMITTERS] pgsql: Make a cut at a major-features list for 9.2. Bruce Momjian 16:57
pgsql: Fix pg_upgrade to cope with non-default unix_socket_directory sc Tom Lane 17:53
pgsql: Back-patch recent pg_upgrade fixes into 9.2. Tom Lane 19:03
pgsql: Fix bugs in exec.c that prevented pg_upgrade working in Windows. Andrew Dunstan 19:33
pgsql: Fix bugs in exec.c that prevented pg_upgrade working in Windows. Andrew Dunstan 19:33
pgsql: Replace memcpy() calls in xlog.c critical sections with struct a Tom Lane 19:39
pgsql: Use correct path separator for Windows builtin commands. Andrew Dunstan 22:15
pgsql: Use correct path separator for Windows builtin commands. Andrew Dunstan 22:15
pgsql: Use correct path separator for Windows builtin commands. Andrew Dunstan 22:16
pgsql: Use correct path separator for Windows builtin commands. Andrew Dunstan 22:16

Sept. 4, 2012

Thread Author Time
pgsql: In pg_upgrade, pull the port number from postmaster.pid, like we Bruce Momjian 02:15
pgsql: In pg_upgrade, pull the port number from postmaster.pid, like we Bruce Momjian 02:15
pgsql: Allow pg_upgrade "make check" to run on Windows/MSys. Andrew Dunstan 02:33
pgsql: Allow pg_upgrade "make check" to run on Windows/MSys. Andrew Dunstan 02:33
pgsql: Fix to_date() and to_timestamp() to allow specification of the d Bruce Momjian 02:52
pgsql: Unbreak Windows builds on 9.0 broken by 4397c51816cbb918fc3aebc4 Andrew Dunstan 02:53
pgsql: Indent fix_path_separator() header properly. Andrew Dunstan 02:59
pgsql: Indent fix_path_separator() header properly. Andrew Dunstan 02:59
pgsql: Indent fix_path_separator() header properly. Andrew Dunstan 03:00
pgsql: Remove some useless trailing whitespace Magnus Hagander 07:21
pgsql: Fix command echoing in pg_upgade's analyze script for Windows. Andrew Dunstan 09:52
pgsql: Fix command echoing in pg_upgade's analyze script for Windows. Andrew Dunstan 09:52
pgsql: Mention basebackup-from-slave next to cascading replication Magnus Hagander 12:47
pgsql: Mention basebackup-from-slave next to cascading replication Magnus Hagander 12:47
Re: [COMMITTERS] pgsql: Make a cut at a major-features list for 9.2. Magnus Hagander 12:48
pgsql: Change "restoring" to "processing" in message from pg_dump Magnus Hagander 13:01
pgsql: Document that pg_upgrade requires PGHOST be set for any pre-9.1 Bruce Momjian 13:17
pgsql: Document that pg_upgrade requires PGHOST be set for any pre-9.1 Bruce Momjian 13:17
pgsql: Fix transcription error. Andrew Dunstan 13:41
pgsql: Fix transcription error. Andrew Dunstan 13:41
pgsql: Remove src/tool/backend, now that the content is on the web site Bruce Momjian 16:38

Sept. 5, 2012

Thread Author Time
pgsql: Allow isolation tests to specify multiple setup blocks. Kevin Grittner 01:51
pgsql: Allow isolation tests to specify multiple setup blocks. Kevin Grittner 01:51
pgsql: Fix serializable mode with index-only scans. Kevin Grittner 02:14
pgsql: Fix serializable mode with index-only scans. Kevin Grittner 02:14
pgsql: Fix bugs in cascading replication with recovery_target_timeline= Heikki Linnakangas 02:34
pgsql: Fix bugs in cascading replication with recovery_target_timeline= Heikki Linnakangas 02:34
pgsql: In pg_upgrade, document why we can't issue \n\n in the command l Bruce Momjian 04:01
pgsql: In pg_upgrade, document why we can't issue \n\n in the command l Bruce Momjian 04:01
pgsql: Fix compiler warnings about unused variables, caused by my previ Heikki Linnakangas 05:09
pgsql: Fix compiler warnings about unused variables, caused by my previ Heikki Linnakangas 05:09
pgsql: Trim spgist_private.h inclusion Alvaro Herrera 14:32
pgsql: Fix PARAM_EXEC assignment mechanism to be safe in the presence o Tom Lane 16:55
pgsql: sepgsql cleanups. Robert Haas 18:02
pgsql: Silence -Wunused-result warning in contrib/pg_upgrade. Tom Lane 18:37
pgsql: Silence -Wunused-result warning in contrib/pg_upgrade. Tom Lane 18:37
pgsql: Restore SIGFPE handler after initializing PL/Perl. Tom Lane 20:44
pgsql: Restore SIGFPE handler after initializing PL/Perl. Tom Lane 20:44
pgsql: Restore SIGFPE handler after initializing PL/Perl. Tom Lane 20:44
pgsql: Restore SIGFPE handler after initializing PL/Perl. Tom Lane 20:44
pgsql: Restore SIGFPE handler after initializing PL/Perl. Tom Lane 20:44
pgsql: Restore SIGFPE handler after initializing PL/Perl. Tom Lane 20:44
pgsql: Fix line end mishandling in pg_upgrade on Windows. Andrew Dunstan 21:50
pgsql: Fix line end mishandling in pg_upgrade on Windows. Andrew Dunstan 21:50
pgsql: Fix line end mishandling in pg_upgrade on Windows. Andrew Dunstan 21:51
pgsql: Fix line end mishandling in pg_upgrade on Windows. Andrew Dunstan 21:51
pgsql: Fix pg_upgrade test script's line end handling on Windows. Andrew Dunstan 22:00
pgsql: Fix pg_upgrade test script's line end handling on Windows. Andrew Dunstan 22:01

Sept. 6, 2012

Thread Author Time
pgsql: Make one last copy-editing pass over the 9.2 release notes. Tom Lane 01:28
pgsql: Make one last copy-editing pass over the 9.2 release notes. Tom Lane 01:28
pgsql: Fix inappropriate error messages for Hot Standby misconfiguratio Tom Lane 01:49
pgsql: Fix inappropriate error messages for Hot Standby misconfiguratio Tom Lane 01:49
pgsql: Fix inappropriate error messages for Hot Standby misconfiguratio Tom Lane 01:49
pgsql: Fix inappropriate error messages for Hot Standby misconfiguratio Tom Lane 01:49
pgsql: Fix WAL file replacement during cascading replication on Windows Heikki Linnakangas 01:58
pgsql: Fix WAL file replacement during cascading replication on Windows Heikki Linnakangas 01:58
pgsql: pgbench: Show better progress when loading tuples Peter Eisentraut 03:09
pgsql: In pg_upgrade, try a few times to open a log file. Andrew Dunstan 03:15
pgsql: In pg_upgrade, try a few times to open a log file. Andrew Dunstan 03:15
pgsql: Fix typo in information_schema documentation. Tom Lane 03:37
pgsql: Fix typo in information_schema documentation. Tom Lane 03:37
Re: Re: [COMMITTERS] pgsql: Revert "commit_delay" change; just add comment that we don't hav Greg Smith 03:43
pgsql: Translation updates Peter Eisentraut 04:53
pgsql: Allow embedded spaces without quoting in unix_socket_directories Tom Lane 15:44
pgsql: Fix "too many arguments" messages not to index off the end of ar Robert Haas 19:56
pgsql: Fix "too many arguments" messages not to index off the end of ar Robert Haas 19:56
pgsql: Fix "too many arguments" messages not to index off the end of ar Robert Haas 19:56
pgsql: Fix "too many arguments" messages not to index off the end of ar Robert Haas 19:56
pgsql: Fix "too many arguments" messages not to index off the end of ar Robert Haas 19:56
pgsql: Fix "too many arguments" messages not to index off the end of ar Robert Haas 19:56
pgsql: Update syntax shown for \copy to match new syntax for COPY. Robert Haas 21:00
pgsql: Stamp 9.2.0. Tom Lane 21:27

Sept. 7, 2012

Thread Author Time
pgsql: Centralize libpq's low-level code for dropping a connection. Tom Lane 20:02

Sept. 8, 2012

Thread Author Time
pgsql: Tag refs/tags/REL9_2_0 was created pgsql 00:33
pgsql: Fix PARAM_EXEC assignment mechanism to be safe in the presence o Tom Lane 00:39
pgsql: Fix PARAM_EXEC assignment mechanism to be safe in the presence o Tom Lane 00:39
pgsql: Fix PARAM_EXEC assignment mechanism to be safe in the presence o Tom Lane 00:39
pgsql: Fix PARAM_EXEC assignment mechanism to be safe in the presence o Tom Lane 00:39
pgsql: Adjust PL/Python regression tests some more for Python 3.3. Tom Lane 21:39
pgsql: Adjust PL/Python regression tests some more for Python 3.3. Tom Lane 21:39

Browse Archives

Prev | Next