pgsql-committers - March 2011

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

March 1, 2011

Thread Author Time
pgsql: Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc Andrew Dunstan 02:31
pgsql: Rearrange snapshot handling to make rule expansion more consiste Tom Lane 04:28
pgsql: Avoid excessive Hot Standby feedback messages. Robert Haas 16:34
pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable Tom Lane 16:37
pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable Tom Lane 16:37
pgsql: Include the target table in EXPLAIN output for ModifyTable nodes Tom Lane 16:37
pgsql: Dump the COLLATABLE attribute in CREATE TYPE Peter Eisentraut 16:46
pgsql: Fix bugs in Serializable Snapshot Isolation. Heikki Linnakangas 17:06
pgsql: Change pg_last_xlog_receive_location() not to move backwards. Th Heikki Linnakangas 18:57
npgsql - Npgsql2: In Multi-threaded applications there is a race User Fxjr 21:09
pgsql: Additional PL/Python regression test expected file Peter Eisentraut 21:36

March 2, 2011

Thread Author Time
pgsql: Fix plpython breakage detected on certain Fedora machines on bui Andrew Dunstan 00:01
npgsql - Npgsql2: Added patches for connection leaks in tests. User Fxjr 00:08
pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig Tom Lane 16:18
pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig Tom Lane 16:18
pgsql: Fix erroneous documentation of the syntax of CREATE CONSTRAINT T Tom Lane 16:39
pgsql: Support for DragonFly BSD Peter Eisentraut 19:17
pgsql: Add KNNGIST support to contrib/btree_gist. Tom Lane 19:45
pgsql: Add 'collatable' to the Parameters section of CREATE TYPE. Tom Lane 21:11
pgsql: Add collations to information_schema.usage_privileges Peter Eisentraut 21:19
Re: [COMMITTERS] pgsql: Add KNNGIST support to contrib/btree_gist. David Fetter 23:27

March 3, 2011

Thread Author Time
reorg - pg_reorg: work around for 9.1. User Itagaki 01:21
pgsql: Mark operator implementation functions as such in their comments Tom Lane 06:34
pgsql: Add -lm to SHLIB_LINK for contrib/btree_gist. Tom Lane 06:43
Re: [COMMITTERS] pgsql: Add KNNGIST support to contrib/btree_gist. Tom Lane 07:08
pgsql: Add tab-completion for table name after JOIN. Heikki Linnakangas 07:43
pgsql: Added new version of ecpg's parser generator script. This one wa Michael Meskes 12:45
pgsql: Run a portal's cleanup hook immediately when pushing it to DONE Tom Lane 18:04
pgsql: Fix citext's upgrade-from-unpackaged script to set its collation Tom Lane 18:22
pgsql: Further refine patch for commenting operator implementation func Tom Lane 20:56

March 4, 2011

Thread Author Time
pgsql: Add a comment explaining the recent fix for plpython breakage in Andrew Dunstan 00:44
pgstatsinfo - pg_statsinfo: Allow to set correct client encoding to User Kasahara 06:07
pgstatsinfo - pg_statsinfo: * Fix some problems for pg_statsinfo on the User Kasahara 06:25
pgstatsinfo - pg_statsinfo: * Ooops, a typo was remained... User Kasahara 06:28
pgsql: You must hold a lock on the heap page when you call Heikki Linnakangas 13:51
pgsql: In initialize_SSL, don't fail unnecessarily when home dir is una Tom Lane 16:40
pgsql: In initialize_SSL, don't fail unnecessarily when home dir is una Tom Lane 16:40
pgsql: When creating a collation, check that the locales can be loaded Peter Eisentraut 20:16
pgsql: Allow non-superusers to create (some) extensions. Tom Lane 21:09
pgsql: Don't allow CREATE TABLE AS to create a column with invalid coll Peter Eisentraut 21:43
pgsql: Refactor seclabel.c to use the new check_object_ownership functi Robert Haas 22:28

March 5, 2011

Thread Author Time
pgsql: Create extension infrastructure for the core procedural language Tom Lane 02:52
pgsql: Update documentation to reflect that standard PLs are now extens Tom Lane 06:08
pgsql: Remove emphasis from 9.1alpha3 items. Robert Haas 12:37
pgsql: First cut at 9.1alpha4 release notes. Robert Haas 14:36
pgsql: Add missing word. Robert Haas 14:53
pgsql: Update of SQL feature conformance Peter Eisentraut 15:03
pgsql: Remove one copy of duplicated alpha4 release note. Robert Haas 18:02
pgsql: Convert createlang/droplang to use CREATE/DROP EXTENSION. Tom Lane 19:03
pgsql: Make plpythonu language use plpython2 shared library directly. Tom Lane 20:13
pgsql: Adjust documentation about pg_pltemplate to reflect latest think Tom Lane 20:34
pgsql: Add PL extension files to MSVC Install procedure. Andrew Dunstan 21:22
pgsql: Fix parallel gmake for extension directory addition in PL langua Bruce Momjian 23:32

March 6, 2011

Thread Author Time
pgsql: Print clearer failure message when pg_upgrade fails due to a fat Bruce Momjian 00:33
pgsql: Fix pg_upgrade to print the proper database name for file transf Bruce Momjian 01:18
pgsql: Restructure pg_upgrade checks because pre-8.4 Postgres did not r Bruce Momjian 02:12
pgsql: Update new pg_upgrade comment about pre-8.4 TOAST tables. Bruce Momjian 03:11
pgsql: Improve pg_upgrade relation name check logic for pre-8.4 servers Bruce Momjian 11:35
pgsql: Fix incorrect access to pg_index.indcollation. Tom Lane 17:11
pgsql: Efficient transaction-controlled synchronous replication. Simon Riggs 22:51
Re: pgsql: Efficient transaction-controlled synchronous replication. Andrew Dunstan 23:09
pgsql: Fix pg_dump's dump order for collations versus extensions. Tom Lane 23:27
Re: pgsql: Efficient transaction-controlled synchronous replication. Tom Lane 23:28
Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Simon Riggs 23:28
Re: pgsql: Efficient transaction-controlled synchronous replication. Jaime Casanova 23:36
Re: pgsql: Efficient transaction-controlled synchronous replication. Jaime Casanova 23:38
pgsql: Add new files for syncrep missed in previous commit Simon Riggs 23:39
pgsql: Catversion increment for pg_stat_replication changes for syncrep Simon Riggs 23:45
Re: pgsql: Efficient transaction-controlled synchronous replication. Simon Riggs 23:52

March 7, 2011

Thread Author Time
pgsql: Dynamic array required within pg_stat_replication. Simon Riggs 00:27
pgsql: Add missing "static" marker to internal_ping(). Tom Lane 01:04
pgsql: Fix a couple more missing "static" markers. Tom Lane 01:14
pgsql: Suppress some "variable might be clobbered by longjmp" warnings. Tom Lane 02:16
pgsql: Tighten pg_upgrade check for pre-8.4 toast table name matching. Bruce Momjian 02:57
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Heikki Linnakangas 07:29
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Simon Riggs 07:48
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Heikki Linnakangas 07:54
pgsql: Silence compiler warning about undefined function when compiling Heikki Linnakangas 08:00
Re: pgsql: Efficient transaction-controlled synchronous replication. 📎 Fujii Masao 08:27
pgsql: Begin error message with lower-case letter. Heikki Linnakangas 08:41
Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Fujii Masao 08:44
pgsql: Document the DEFERRABLE option in SET TRANSACTION command. Heikki Linnakangas 08:47
Re: pgsql: Efficient transaction-controlled synchronous replication. Simon Riggs 09:20
Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Fujii Masao 09:28
Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Simon Riggs 09:30
Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. 📎 Fujii Masao 09:47
Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. 📎 Fujii Masao 11:21
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Andrew Dunstan 13:30
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Heikki Linnakangas 14:02
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Andrew Dunstan 14:21
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Aidan Van Dyk 14:29
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Kevin Grittner 14:55
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Andrew Dunstan 15:03
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Aidan Van Dyk 15:04
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Kevin Grittner 15:13
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Heikki Linnakangas 15:46
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Andrew Dunstan 15:51
Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Alvaro Herrera 16:09
pgsql: Zero out vacuum_count and related counters in pgstat_recv_tabsta Tom Lane 16:18
pgsql: Synchronous replication doc corrections. Robert Haas 17:00
pgsql: Reword alpha release note item on SSI. Robert Haas 18:58
pgsql: If recovery_target_timeline is set to 'latest' and standby mode Heikki Linnakangas 19:16
Re: [COMMITTERS] pgsql: If recovery_target_timeline is set to 'latest' and standby mode Magnus Hagander 19:20
Re: Re: [COMMITTERS] pgsql: If recovery_target_timeline is set to 'latest' and standby mode Heikki Linnakangas 19:24
Re: Re: [COMMITTERS] pgsql: If recovery_target_timeline is set to 'latest' and standby mode Magnus Hagander 19:28
Re: [COMMITTERS] pgsql: If recovery_target_timeline is set to 'latest' and standby mode Simon Riggs 20:11
pgsql: Minor copy-editing in CREATE TRIGGER reference page. Tom Lane 21:00
pgsql: Improve description of inquiry functions that accept regclass. Tom Lane 21:21
pgsql: Fix behavior when raising plpy.Fatal() Peter Eisentraut 21:53
pgsql: Report Python errors from iterators with PLy_elog Peter Eisentraut 21:53

March 8, 2011

Thread Author Time
Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Jaime Casanova 00:20
Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, 📎 Fujii Masao 02:36
Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Tom Lane 03:04
Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Fujii Masao 03:04
Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, 📎 Fujii Masao 03:29
pgsql: Truncate predicate lock manager's SLRU lazily at checkpoint. Tha Heikki Linnakangas 10:15
pgsql: Added new version of ecpg's parser test script which was written Michael Meskes 10:28
Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, 📎 Fujii Masao 10:48
npgsql - Npgsql2: Fixed problems with SSPI authentication when the User Fxjr 15:50
pgsql: Document that char() ignores spaces in non-pattern comparisons, Bruce Momjian 16:03
pgsql: Adjust CHAR() doc mention of pattern matching issues for trailin Bruce Momjian 17:54
pgsql: Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on Heikki Linnakangas 19:00
pgsql: Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on Heikki Linnakangas 19:00
pgsql: Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on Heikki Linnakangas 19:00
pgsql: Fix overly strict assertion in SummarizeOldestCommittedSxact(). Heikki Linnakangas 19:06
pgsql: Ignore files built by coverage builds Peter Eisentraut 20:11
pgsql: Add missing keywords to gram.y's unreserved_keywords list. Tom Lane 21:44
pgsql: Fix parallel make when running make install before make all Peter Eisentraut 21:53
pgsql: Assorted editing for collation documentation. Tom Lane 22:11

March 9, 2011

Thread Author Time
pgsql: Create "replication and recovery" section in alpha release notes Robert Haas 01:56
pgsql: Fix file descriptor leaks in pg_upgrade in failure code paths. Bruce Momjian 02:36
pgsql: A bit more editing for collation documentation. Tom Lane 03:50
pgsql: Update alpha release notes for latest commits. Robert Haas 05:00
pgsql: Make alpha release notes more consistent as regards periods. Robert Haas 05:06
pgsql: synchronous_standby_names is a string parameter. Itagaki Takahiro 10:50
pgsql: Remove 's' from recovery_target_timeline's' from the release not Itagaki Takahiro 11:01
pgsql: Improve wording of initdb and pg_controldata manual pages. Bruce Momjian 14:19
pgsql: Remove '=' from initdb switch syntax. Bruce Momjian 14:48
pgsql: Adjust the permissions required for COMMENT ON ROLE. Tom Lane 16:28
pgsql: Tag refs/tags/REL9_1_ALPHA4 was created pgsql 16:35
Re: pgsql: synchronous_standby_names is a string parameter. Simon Riggs 18:03

March 10, 2011

Thread Author Time
pgsql: Document that server single-user mode does not do checkpoints or Bruce Momjian 01:20
Re: pgsql: Added new version of ecpg's parser generator script. This one wa Bruce Momjian 02:40
pgsql: Remove collation information from TypeName, where it does not be Tom Lane 03:39
Re: pgsql: Added new version of ecpg's parser generator script. This one wa Tom Lane 04:08
pgsql: Mention gcc version in C comment. Bruce Momjian 04:41
Re: pgsql: Suppress some "variable might be clobbered by longjmp" warnings. Bruce Momjian 04:41
pgsql: Fix some oversights in distprep and maintainer-clean targets. Tom Lane 05:04
pgsql: replication/repl_gram.h needs to be cleaned too ... Tom Lane 05:12
Re: pgsql: Suppress some "variable might be clobbered by longjmp" warnings. Tom Lane 05:17
pgsql: Cleanup copyright years and file names in the header comments of Itagaki Takahiro 06:24
pgsql: Fix bugs in the isolation tester flex rules. Heikki Linnakangas 07:07
Re: pgsql: Added new version of ecpg's parser generator script. This one wa Michael Meskes 11:25
pgsql: Replication README updates. Robert Haas 14:00
pgsql: Use '=' when documenting long options. Bruce Momjian 14:10
Re: pgsql: Suppress some "variable might be clobbered by longjmp" warnings. Bruce Momjian 15:22
pgsql: Add missing index terms for recovery control functions. Robert Haas 19:33
Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Robert Haas 19:36
pgsql: Emit a LOG message when pausing at the recovery target. Robert Haas 19:38
pgsql: Minor sync rep corrections. Robert Haas 19:57
pgsql: Remove obsolete comment. Robert Haas 20:01
Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Robert Haas 20:04
pgsql: More synchronous replication tweaks. Robert Haas 20:43
Re: pgsql: Efficient transaction-controlled synchronous replication. Robert Haas 20:44
pgsql: More synchronous replication typo fixes. Robert Haas 20:56
pgsql: Make error handling of synchronous_standby_names consistent. Robert Haas 21:25
Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Robert Haas 21:28
pgsql: Revert addition of third argument to format_type(). Tom Lane 22:31
pgsql: Add proper git-external-diff script to src/tools. Bruce Momjian 23:10
pgsql: Clarify what commands are not allowed in SQL functions. Bruce Momjian 23:46
pgsql: Improve SQL function disallowed command wording. Bruce Momjian 23:47
pgsql: More wording improvements for disallowed SQL function commands. Bruce Momjian 23:50

March 11, 2011

Thread Author Time
pgsql: Reference doc "examples" section for pg_dump options that often Bruce Momjian 00:40
pgsql: Clarify C comment that O_SYNC/O_FSYNC are really the same settti Bruce Momjian 01:03
pgsql: Modify pg_test_fsync to match the behavior of git head in regard Bruce Momjian 01:26
pgsql: When a smart pg_ctl shutdown fails, mention -m fast as a tip. Bruce Momjian 03:04
pgsql: Add C comment that new new pg_dump -X options are to be created. Bruce Momjian 03:36
pgsql: Remove pg_dump -X options that are only in 9.1 and not needed fo Bruce Momjian 03:58
Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, 📎 Fujii Masao 09:58
pgsql: Change "TIP" to "HINT" to match backend message style, in pg_ctl Bruce Momjian 10:03
pgsql: Add comment to tools/git-external-diff. Bruce Momjian 10:07
pgsql: Document that the parenthesized VACUUM syntax is deprecated, not Bruce Momjian 10:34
Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. Fujii Masao 10:46
pgsql: Document that libpq's PQgetResult() should be called after a fat Bruce Momjian 10:55
pgsql: Update C comment about O_DIRECT and fsync(). Bruce Momjian 11:47
pgsql: Document that pg_dump --clean might generate some harmless error Bruce Momjian 12:06
pgsql: Update kernel docs for Solaris 10. Bruce Momjian 12:54
Re: [COMMITTERS] pgsql: Document that the parenthesized VACUUM syntax is deprecated, not Robert Haas 12:56
pgsql: Fix "unparenthesized" mention in vacuum docs. Bruce Momjian 12:58
Re: [COMMITTERS] pgsql: Document that the parenthesized VACUUM syntax is deprecated, not 📎 Bruce Momjian 12:58
Re: [COMMITTERS] pgsql: Document that the parenthesized VACUUM syntax is deprecated, not Robert Haas 13:03
pgsql: Improve extract(day) documentation with interval values. Bruce Momjian 13:18
pgsql: In plpsql docs, use RAISE rather than undefined log function. Bruce Momjian 13:48
Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Tom Lane 14:31
pgsql: Adds index entries for session_user and pg_describe_object Bruce Momjian 15:24
pgsql: In ecpg preprocessor, don't try to look up constants in the test Heikki Linnakangas 15:28
pgsql: In ecpg preprocessor, don't try to look up constants in the test Heikki Linnakangas 15:28
pgsql: Document how listen_addresses can do only IPv4 or IPv6. Bruce Momjian 15:31
pgsql: Document that to_char('FM') removes only trailing zeros. Bruce Momjian 15:48
pgsql: Update documentation on FreeBSD write cache control. Bruce Momjian 16:37

Browse Archives

Prev | Next