Notification of git commits are sent to this list. Do not post here!
| Thread | Author | Time |
|---|---|---|
| Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". 📎 | Bruce Momjian | 08:50 |
| pgsql: Fix markup for pg_options_to_table() to report the return column | Bruce Momjian | 08:50 |
| pgsql: Fix verbose display of REPLICATION role attribute | Magnus Hagander | 11:38 |
| pgsql: Be less detailed about reporting shared memory failure by avoidi | Bruce Momjian | 17:21 |
| pgsql: Refactor the executor's API to support data-modifying CTEs bette | Tom Lane | 18:44 |
| pgsql: Remove remaining expected file for Python 2.2 | Peter Eisentraut | 19:16 |
| pgsql: PL/Python explicit subtransactions | Peter Eisentraut | 19:16 |
| Re: [COMMITTERS] pgsql: Refactor the executor's API to support data-modifying CTEs bette | David Fetter | 21:25 |
| pgsql: Document that last vacuum statistics and counts are for non-FULL | Bruce Momjian | 23:04 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Add documentation for data-modifying statements in WITH clauses. | Tom Lane | 06:18 |
| pgsql: PL/Python custom SPI exceptions | Peter Eisentraut | 16:51 |
| pgsql: Fix regression tests after PL/Python custom SPI exceptions patch | Peter Eisentraut | 17:45 |
| pgsql: Rename pg_stat_replication.apply_location to replay_location. | Robert Haas | 17:50 |
| Re: pgsql: PL/Python custom SPI exceptions | Andrew Dunstan | 20:58 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |