pgsql-committers since 2012-08-19 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. 19, 2012

Thread Author Time
pgsql: Allow OLD and NEW in multi-row VALUES within rules. Tom Lane 18:12
pgsql: Remove obsolete comment. Tom Lane 19:25

Aug. 20, 2012

Thread Author Time
pgsql: Fix typo in comment. Tom Lane 02:56
pgsql: Don't get confused if a WAL partial record header has xl_tot_len Heikki Linnakangas 16:59
pgsql: Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. Tom Lane 17:26
pgsql: Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. Tom Lane 17:26
pgsql: Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. Tom Lane 17:26
pgsql: Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint Robert Haas 20:32
pgsql: Improved tab completion for CLUSTER VERBOSE. Robert Haas 20:46

Aug. 21, 2012

Thread Author Time
pgsql: Remove external PID file on postmaster exit Peter Eisentraut 03:47
pgsql: Teach compiler that ereport(>=ERROR) does not return Peter Eisentraut 04:05
pgsql: Add a note to the MVCC chapter that some things aren't transacti Robert Haas 15:14
pgsql: Improve C comments in GetSnapshotData. Robert Haas 15:48
pgsql: Fix dumping of security_barrier views with circular dependencies Tom Lane 19:20
pgsql: Fix dumping of security_barrier views with circular dependencies Tom Lane 19:20
pgsql: Avoid somewhat-theoretical overflow risks in RecordIsValid(). Tom Lane 22:42

Aug. 22, 2012

Thread Author Time
pgsql: Update 9.2 release notes to reflect commits to date. Tom Lane 02:58
pgsql: Update 9.2 release notes to reflect commits to date. Tom Lane 02:58
pgsql: Mark DateTimeParseError() noreturn Peter Eisentraut 03:33
pgsql: Fix install-strip on Mac OS X Peter Eisentraut 03:46
pgsql: Document that pg_reload_conf() is also an easy way to reload the Bruce Momjian 16:01
pgsql: Fix typo. Bruce Momjian 16:06
Re: pgsql: Update 9.2 release notes to reflect commits to date. Bruce Momjian 17:40
Re: pgsql: Update 9.2 release notes to reflect commits to date. Tom Lane 17:48
pgsql: Fix erroneous documentation of synchronous_commit = remote_write Tom Lane 18:05
pgsql: Fix erroneous documentation of synchronous_commit = remote_write Tom Lane 18:05
pgsql: Make an editorial pass over the 9.2 release notes. Tom Lane 21:37
pgsql: Make an editorial pass over the 9.2 release notes. Tom Lane 21:37
pgsql: Make a cut at a major-features list for 9.2. Tom Lane 21:58
pgsql: Make a cut at a major-features list for 9.2. Tom Lane 21:58

Aug. 23, 2012

Thread Author Time
pgsql: Remove overly-pessimistic statement about constraint exclusion. Tom Lane 03:56
pgsql: Remove overly-pessimistic statement about constraint exclusion. Tom Lane 03:56
pgsql: pg_upgrade: Run the created scripts in the test suite Peter Eisentraut 06:32
pgsql: Add instructions for setting up documentation tool chain on Mac Peter Eisentraut 06:32
pgsql: Fix typo in example. Heikki Linnakangas 09:00
pgsql: Fix typo in example. Heikki Linnakangas 09:00
pgsql: Fix cascading privilege revoke to notice when privileges are sti Tom Lane 21:26
pgsql: Fix cascading privilege revoke to notice when privileges are sti Tom Lane 21:26
pgsql: Fix cascading privilege revoke to notice when privileges are sti Tom Lane 21:26
pgsql: Fix cascading privilege revoke to notice when privileges are sti Tom Lane 21:26
pgsql: Fix cascading privilege revoke to notice when privileges are sti Tom Lane 21:26
pgsql: Fix cascading privilege revoke to notice when privileges are sti Tom Lane 21:26
pgsql: Stamp 9.2rc1. Tom Lane 22:07

Aug. 24, 2012

Thread Author Time
pgsql: Translation updates Peter Eisentraut 01:43
pgsql: libpq: Fix memory leak in URI parser Peter Eisentraut 02:58
pgsql: libpq: Fix memory leak in URI parser Peter Eisentraut 02:58
pgsql: Put options on man page and in help output in slightly better or Peter Eisentraut 04:19
pgsql: Put options on man page and in help output in slightly better or Peter Eisentraut 04:19
pgsql: Fix issues with checks for unsupported transaction states in Hot Tom Lane 17:09
pgsql: Fix issues with checks for unsupported transaction states in Hot Tom Lane 17:09
pgsql: Fix issues with checks for unsupported transaction states in Hot Tom Lane 17:09

Aug. 25, 2012

Thread Author Time
pgsql: Normalize some British spellings Peter Eisentraut 02:52
pgsql: Normalize some British spellings Peter Eisentraut 02:52
pgsql: Some spelling adjustments in release notes Peter Eisentraut 02:52
pgsql: Some spelling adjustments in release notes Peter Eisentraut 02:52
pgsql: Allow text timezone designations, e.g. "America/Chicago", when u Bruce Momjian 21:45
pgsql: Document clearly that psql \! parameter interpretation limitatio Bruce Momjian 23:11

Aug. 26, 2012

Thread Author Time
pgsql: Use psql_error() for most psql error calls, per request from Mag Bruce Momjian 02:59
pgsql: Tag refs/tags/REL9_2_RC1 was created pgsql 19:20
pgsql: Clarify documentation that primary key and unique constraints ar Bruce Momjian 20:33

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

Browse Archives

Prev | Next