pgsql-committers since 2011-02-17 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

Feb. 17, 2011

Thread Author Time
pgsql: Fix bogus test for hypothetical indexes in get_actual_variable_r Tom Lane 00:25
pgsql: Fix bogus test for hypothetical indexes in get_actual_variable_r Tom Lane 00:25
pgsql: Fix blatantly uninitialized variable in recent commit. Tom Lane 00:53
Re: [COMMITTERS] pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand Fujii Masao 04:38
Re: [COMMITTERS] pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand Simon Riggs 07:29
Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Simon Riggs 08:30
pgsql: Remove rule to build sepgsql-regtest.pp. Robert Haas 11:40
Re: pgsql: Remove rule to build sepgsql-regtest.pp. Thom Brown 11:44
pgsql: Typo fixes. Robert Haas 13:07
Re: pgsql: Remove rule to build sepgsql-regtest.pp. Robert Haas 13:08
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Peter Geoghegan 14:37
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Simon Riggs 14:50
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Robert Haas 15:06
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Tom Lane 15:09
pgsql: Add some words of caution to elog.c. Robert Haas 15:29
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Simon Riggs 15:37
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Kevin Grittner 16:18
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Tom Lane 16:26
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Kevin Grittner 16:38
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Kevin Grittner 17:07
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Tom Lane 17:19
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Tom Lane 17:23
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Andrew Dunstan 17:28
pgsql: In documentation example, use concat_values() instead of concat( Bruce Momjian 17:37
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Kevin Grittner 17:54
pgsql: Document that plpgsql upsert example can fail if insert triggers Bruce Momjian 18:37
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Andrew Dunstan 19:04
pgsql: Remove doc mention about read committed in upsert example. Bruce Momjian 19:24
pgsql: Fix contrib/pg_trgm to have smoother updates from 9.0. Tom Lane 20:04
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Simon Riggs 20:47
pgsql: Typo fix Bruce Momjian 20:57
Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit. Robert Haas 21:02
pgsql: Add client_hostname field to pg_stat_activity. Robert Haas 21:03
pgsql: Prevent possible compiler warnings. Robert Haas 21:03
pgsql: Fix upgrade of contrib/btree_gist from 9.0. Tom Lane 21:38
pgsql: Fix upgrade of contrib/intarray and contrib/unaccent from 9.0. Tom Lane 22:45
pgsql: Fix upgrade of contrib/xml2 from 9.0. Tom Lane 23:11

Feb. 18, 2011

Thread Author Time
pgsql: Fix tsmatchsel() to account properly for null rows. Tom Lane 00:01
pgsql: Fix tsmatchsel() to account properly for null rows. Tom Lane 00:01
pgsql: Fix tsmatchsel() to account properly for null rows. Tom Lane 00:01
pgsql: pgindent run on plperl.c Alvaro Herrera 01:23
pgsql: Use $INDENT rather than indent throughout the pgindent code Alvaro Herrera 01:23
pgsql: Convert Postgres arrays to Perl arrays on PL/perl input argument Alvaro Herrera 01:23
Re: [COMMITTERS] pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand Fujii Masao 02:44
Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Andrew Dunstan 02:48
Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Bruce Momjian 02:51
Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Tom Lane 03:34
pgsql: Add transaction-level advisory locks. Itagaki Takahiro 05:14
pgsql: Fix an uninitialized field in DR_copy. Itagaki Takahiro 05:34
Re: [COMMITTERS] pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand Simon Riggs 08:36
pgsql: Properly initialize variables Magnus Hagander 11:05
pgsql: Separate messages for standby replies and hot standby feedback. Simon Riggs 11:34
Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback. Robert Haas 12:11
Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback. Simon Riggs 14:28
pgsql: Make a hard state change from catchup to streaming mode. Simon Riggs 15:09
Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode. Robert Haas 15:30
Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode. Kevin Grittner 15:41
Re: Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode. Tom Lane 15:41
Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Alvaro Herrera 15:44
pgsql: Use $INDENT instead of `which` to find the indent binary Alvaro Herrera 15:51
Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Andrew Dunstan 15:52
Re: Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode. Simon Riggs 15:56
Re: Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode. Robert Haas 16:50
pgsql: One more hack to make contrib upgrades from 9.0 match fresh 9.1 Tom Lane 16:56
Re: Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode. Robert Haas 17:03
pgsql: Fix parallel pg_restore to handle comments on POST_DATA items co Tom Lane 18:12
pgsql: Fix parallel pg_restore to handle comments on POST_DATA items co Tom Lane 18:12
Re: pgsql: Separate messages for standby replies and hot standby feedback. Heikki Linnakangas 18:22
pgsql: Un-break building with BTREE_BUILD_STATS. Tom Lane 19:06
Re: pgsql: Separate messages for standby replies and hot standby feedback. Simon Riggs 19:07
Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Bruce Momjian 19:12
Re: pgsql: Separate messages for standby replies and hot standby feedback. Robert Haas 19:12

Feb. 19, 2011

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode. Simon Riggs 00:42
pgsql: Document that text search comparisons happen after text search Bruce Momjian 03:39
pgsql: Improve text search prefix doc addition. Bruce Momjian 04:24
pgsql: Create the catalog infrastructure for foreign-data-wrapper handl Tom Lane 05:08
pgsql: Set psql client encoding from locale by default Peter Eisentraut 07:02
pgsql: Initialize variable to quiet compiler. Bruce Momjian 13:14
pgsql: Invalidate PL/Python functions with composite type argument when Peter Eisentraut 14:56
pgsql: Document that an SQL-standard-compliant query that expects a uni Bruce Momjian 23:21

Feb. 20, 2011

Thread Author Time
pgsql: Documentation update for UTF16 surrogate pairs in UTF8 encoding. Bruce Momjian 00:00
pgsql: Adjust documentation wording of window function ORDER BY to not Bruce Momjian 05:01
pgsql: Implement an API to let foreign-data wrappers actually be functi Tom Lane 05:18
pgsql: Add contrib/file_fdw foreign-data wrapper for reading files via Tom Lane 19:07
pgsql: Minor logic fix for new levenshtein implementation. Tom Lane 19:55

Feb. 21, 2011

Thread Author Time
pgsql: Merge two documentation permission chapters into a single chapte Bruce Momjian 03:21
pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. Itagaki Takahiro 05:33
Re: pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. Tom Lane 06:12
pgsql: Fix pg_server_to_client, that was broken in the previous commit. Itagaki Takahiro 07:29
Re: pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. Itagaki Takahiro 07:30
pgsql: Update docs about new role privileges reference, per Alvaro. Bruce Momjian 14:15

Feb. 22, 2011

Thread Author Time
pgsql: Move information_schema duplicate constraint note to the top of Bruce Momjian 01:14
npgsql - Npgsql2: Exception when closing connection. User Fxjr 01:17
npgsql - Npgsql2: NpgsqlConnector.CancelRequest leaks Connector. User Fxjr 01:30
pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane 02:20
pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane 02:20
pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane 02:20
pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane 02:20
pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane 02:20
pgsql: Remove ExecRemoveJunk(), which is no longer used anywhere. Tom Lane 02:41
textsearch-ja - textsearch_senna: Fix query generator for AND-ed %% User Itagaki 12:03
pgsql: Reword information_schema duplicate constraint warning text. Bruce Momjian 14:06
pgsql: Allow binary I/O of type "void". Tom Lane 18:08
Re: Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode. Robert Haas 19:29
pgsql: Fix a couple of unlogged tables goofs. Robert Haas 19:49
pgsql: Add PL/Python functions for quoting strings Peter Eisentraut 21:45

Feb. 23, 2011

Thread Author Time
pgsql: Add a relkind field to RangeTblEntry to avoid some syscache look Tom Lane 00:25
pgsql: Make the second words lowercase in psql's \d titles for unlogged Itagaki Takahiro 00:58
pgsql: Update wording about information schema and name which views pot Bruce Momjian 04:32

Feb. 24, 2011

Thread Author Time
pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql, Itagaki Takahiro 01:18
pgsql: More psql tab-completion for new commands. Itagaki Takahiro 12:19

Feb. 25, 2011

Thread Author Time
pgsql: Named restore point improvements. Robert Haas 00:02
pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v Alvaro Herrera 22:08
Re: pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v Tom Lane 22:31
pgsql: Update pageinspect--1.0.sql to match the upgrade script Alvaro Herrera 22:40
Re: pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v Alvaro Herrera 22:41
pgsql: Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 23:58

Feb. 26, 2011

Thread Author Time
pgsql: Fix order of shutdown processing when CTEs contain inter-referen Tom Lane 04:54
pgsql: Document pg_options_to_table() (not previously documented) Bruce Momjian 06:56
libpqtypes - libpqtypes: bumped version for release 1.4.3 User Achernow 13:32
pgsql: Table function support for PL/Python Peter Eisentraut 14:56
pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Bruce Momjian 17:27
pgsql: Document that pg_options_to_table() also works for Bruce Momjian 17:48
Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Andrew Dunstan 17:49
Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Bruce Momjian 17:53
Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Andrew Dunstan 18:28
pgsql: Add a configure check for Python.h if building with python. Andrew Dunstan 19:18
pgsql: Increase the default for wal_sender_delay from 200ms to 1s. Now Heikki Linnakangas 21:50

Feb. 27, 2011

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

Feb. 28, 2011

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

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

Browse Archives

Prev | Next