Mailing lists [pgsql-committers]
- pgsql: Fix pg_upgrade to create pg_authid restore functions in the 'pos Bruce Momjian
- pgsql: Support LIKE and ILIKE index searches via contrib/pg_trgm indexe Tom Lane
- pgsql: In pg_authid.rolpassword docs, make "md5" appear as a literal. Bruce Momjian
- pgsql: Improve docs for pg_authid encryption description with better ma Bruce Momjian
- pgsql: Add a link from client_encoding parameter to the list of charact Itagaki Takahiro
- pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro
- pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro
- pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro
- pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro
- pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro
- pgsql: Re-classify ERRCODE_DATABASE_DROPPED to 57P04 Simon Riggs
- pgsql: Create new errcode for recovery conflict caused by db drop on ma Simon Riggs
- pgsql: Undefine setlocale() macro on Win32 Magnus Hagander
- pgsql: Undefine setlocale() macro on Win32 Magnus Hagander
- pgsql: Undefine setlocale() macro on Win32 Magnus Hagander
- pgsql: Undefine setlocale() macro on Win32 Magnus Hagander
- pgsql: Set up PLPerl trigger data using C code instead of Perl code. Andrew Dunstan
- pgsql: Prevent buffer overrun while parsing an integer in a "query_int" Tom Lane
- pgsql: Prevent buffer overrun while parsing an integer in a "query_int" Tom Lane
- pgsql: Prevent buffer overrun while parsing an integer in a "query_int" Tom Lane
- pgsql: Prevent buffer overrun while parsing an integer in a "query_int" Tom Lane
- pgsql: Prevent buffer overrun while parsing an integer in a "query_int" Tom Lane
- pgsql: Update release notes. Tom Lane
- pgsql: Add pg_upgrade comment for why we can't use template1 inheritanc Bruce Momjian
- pgsql: Add missing period "." in pg_upgrade documentation. Bruce Momjian
- pgsql: Clarify pg_upgrade install instructions, per suggestion from Rob Bruce Momjian
- pgsql: Document that Slony can do upgrades easier _because_ it supports Bruce Momjian
- pgsql: Document that effective cache size does not assume data remains Bruce Momjian
- pgsql: Add validator to PL/Python Peter Eisentraut
- pgsql: Clarify documentation to state that "zero_damaged_pages" does no Bruce Momjian
- pgsql: Properly capitalize hyphenated words in documentation titles. Bruce Momjian
- pgsql: Document that CREATE VIEW that uses "*" for the column list will Bruce Momjian
- snapshot - src: ENH: First effort to remove COMMUNICATION_KEY and cunha17@pgfoundry.org (User Cunha17)
- textsearch-ja - textsearch_senna: textsearch_senna 9.0.0. itagaki@pgfoundry.org (User Itagaki)
- textsearch-ja - eudc: eudc version 1.1.0. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Add comment on why we're passing a useless 'false' to the plper Andrew Dunstan
- pgsql: Wrap PL/Python SPI calls into subtransactions Peter Eisentraut
- pgsql: Simplify pg_upgrade checking of executable permissions. Bruce Momjian
- pgsql: Fix wrong verb in pg_upgrade text message, per Haas. Bruce Momjian
-
pgsql: Mark all GUC variables with
markup, rather than Bruce Momjian - Re: pgsql: Wrap PL/Python SPI calls into subtransactions Andrew Dunstan
- pgsql: Clean up missed change to plpython expected files. Tom Lane
- Re: pgsql: Wrap PL/Python SPI calls into subtransactions Tom Lane
- pgsql: Repair multiple breakage in Windows-specific code for appending Tom Lane
- pgsql: Log restartpoints in the same fashion as checkpoints. Robert Haas
- pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is Bruce Momjian
- pgsql: Rename function to first_path_var_separator() to clarify it work Bruce Momjian
- pgsql: Various sepgsql corrections. Robert Haas
- pgsql: Minor sepgsql regression test fixes. Robert Haas
- pgsql: sepgsql doc fix Robert Haas
- pgsql: Further sepgsql documentation cleanup. Robert Haas
- pgsql: Fix typo. Magnus Hagander
- pgsql: Fix typo. Magnus Hagander
- pgsql: Fix typo. Magnus Hagander
- pgsql: Include more status information in walsender results Magnus Hagander
- pgsql: Simplify code used in is_absolute_path() macro; also add commen Bruce Momjian
- pgsql: In docs, PL is Procedural Language, not Programming Language. Bruce Momjian
- pgsql: ALTER TABLE sometimes takes only ShareUpdateExclusiveLock. Robert Haas
- pgsql: Avoid maintaining three separate copies of the error codes list. Robert Haas
- pgsql: Preserve copyright notice from old errcodes.h file. Robert Haas
- pgsql: Unbreak the VPATH build. Robert Haas
- pgsql: Use single quotes when there are backslashes in the filename Magnus Hagander
- pgsql: Unbreak 'configure' followed immediately by 'make install'. Robert Haas
- pgsql: Attempt to un-break the documentation build again Magnus Hagander
- pgsql: Make handling of errcodes.h more consistent with other generated Robert Haas
- pgsql: Use $(MAKE) rather than make. Robert Haas
- pgsql: Update ALTER TABLE docs to mention using VACUUM FULL for rewrite Robert Haas
- pgsql: Avoid including postgres.h in frontend compiles of src/port. Robert Haas
- pgsql: In docs, move PQrequestCancel() deprecation mention up to match Bruce Momjian
- pgsql: Move pipe.c into the backend. Robert Haas
- pgsql: Clarify comment in ATRewriteTable(). Robert Haas
- pgsql: Add doc comment that installation.sgml can't use xrefs. Bruce Momjian
- pgsql: Attempt to unbreak MSVC builds after pipe.c move. Andrew Dunstan
- pgsql: Add C comment about why older compilers complain about basebacku Bruce Momjian
- pgsql: Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks. Robert Haas
- pgsql: IDENTIFY_SYSTEM now returns 3 fields, not 2 Magnus Hagander
- Re: pgsql: Mention why one C file fails pgindent. Bruce Momjian
- pgsql: Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alr Bruce Momjian
- pgsql: Adjust libpq docs to be clearer about 'hostaddr' usage by reword Bruce Momjian
- npgsql - Npgsql2: Added performance patch to GetKeyName method. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Forget to add mail reference for last commit: fxjr@pgfoundry.org (User Fxjr)
- pgsql: Force strings passed to and from plperl to be in UTF8 encoding. Andrew Dunstan
- pgsql: remove tags. Bruce Momjian
- Re: pgsql: remove tags. Bruce Momjian
- pgsql: Fix error messages for FreeFile in COPY command. Itagaki Takahiro
- pgsql: Supply now required HeUTF8 macro for plperl where it's missing, Andrew Dunstan
- Re: pgsql: remove tags. Tom Lane
- Re: pgsql: remove tags. Robert Haas
- pgsql: Fix a comment for MergeAttributes. Itagaki Takahiro
- pgsql: Implement genuine serializable isolation level. Heikki Linnakangas
- pgsql: Oops, forgot to bump catversion in the Serializable Snapshot Iso Heikki Linnakangas
- pgsql: Avoid having autovacuum workers wait for relation locks. Robert Haas
- pgsql: Fix copy-pasto in description of pg_serial, and silence compiler Heikki Linnakangas
- pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini Simon Riggs
- pgsql: Remove rare corner case for data loss when triggering standby se Simon Riggs
- pgsql: UINT64_MAX isn't defined on MSVC. Heikki Linnakangas
- pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Simon Riggs
- pgsql: Named restore points in recovery. Users can record named points, Simon Riggs
- pgsql: Continue long tradition of bumping the catalog version a little Simon Riggs
- pgsql: Fix typo, by Kevin Grittner. Heikki Linnakangas
- pgsql: Per-column collation support Peter Eisentraut
- pgsql: Fix merge conflict. Tom Lane
- pgsql: Core support for "extensions", which are packages of SQL objects Tom Lane
- Re: pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini Bernd Helmle
- pgsql: Suppress some compiler warnings in recent commits. Tom Lane
- Re: pgsql: Suppress some compiler warnings in recent commits. Simon Riggs
- Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Jaime Casanova
- Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Fujii Masao
- pgsql: Implement NOWAIT option for BASE_BACKUP command Magnus Hagander
- pgsql: Fix allocation of RW-conflict pool in the new predicate lock man Heikki Linnakangas
- pgsql: Remove tabs in SGML file. Bruce Momjian
- pgsql: Remove more SGML tabs. Bruce Momjian
- pgsql: Implement "ALTER EXTENSION ADD object". Tom Lane
- pgsql: Rethink order of operations for dumping extension member objects Tom Lane
- pgsql: Information schema views for collation support Peter Eisentraut
- pgsql: Fix pg_upgrade to handle extensions. Tom Lane
- pgsql: Fix typo in the documentation. Itagaki Takahiro
- pgsql: Fix improper matching of resjunk column names for FOR UPDATE in Tom Lane
- pgsql: Fix improper matching of resjunk column names for FOR UPDATE in Tom Lane
- pgsql: Use correct name and URL for MinGW-w64, error noticed by Gurjeet Andrew Dunstan
- pgsql: Allocate all entries in the serializable xid hash up-front, so t Heikki Linnakangas
- pgsql: Use NOWAIT when including WAL in base backup Magnus Hagander
- textsearch-ja - textsearch-ja: Added MSVC 2010 solution files. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Track last time for statistics reset on databases and bgwriter Magnus Hagander
- slony1-ctl - slony-ctl: No more need to reference $FILE sas@pgfoundry.org (User Sas)
- pgsql: Send status updates back from standby server to master, indicati Heikki Linnakangas
- pgsql: Fix pg_get_encoding_from_locale() function call parameters to ma Bruce Momjian
- pgsql: Update comment Peter Eisentraut
- pgsql: Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is no Bruce Momjian
- pgsql: Fix the isolation tester compilation on VPATH builds Alvaro Herrera
- pgsql: Extend "ALTER EXTENSION ADD object" to permit "DROP object" as w Tom Lane
- pgsql: Fix isolation tester Makefile so that it runs in a VPATH build Alvaro Herrera
- pgsql: Tweak find_composite_type_dependencies API a bit more. Robert Haas
- pgsql: Typo fixes. receivedUpto should be capitalized consistently. Robert Haas
- pgsql: Allow tab-completion of :variable even as first word on a line. Robert Haas
- pgsql: Fix comment recently obsoleted Alvaro Herrera
- pgsql: Add support for multiple versions of an extension and ALTER EXTE Tom Lane
- pgsql: Clean up installation directory choices for extensions. Tom Lane
- pgsql: Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites. Robert Haas
- pgsql: DDL support for collations Peter Eisentraut
- pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso Bruce Momjian
- Re: pgsql: DDL support for collations Tom Lane
- Re: pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso Tom Lane
- pgsql: Refactor ALTER EXTENSION UPDATE to have cleaner multi-step seman Tom Lane
- Re: pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso Bruce Momjian
- pgsql: Fix reverse 'if' test in path_is_relative_and_below_cwd(), per T Bruce Momjian
- pgsql: Back out libpq doc change; not ready yet. Bruce Momjian
- Re: pgsql: Fix reverse 'if' test in path_is_relative_and_below_cwd(), per T Bruce Momjian
- pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n Bruce Momjian
- pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n Bruce Momjian
- pgsql: Change the naming convention for extension files to use double d Tom Lane
- pgsql: Support replacing MODULE_PATHNAME during extension script file e Tom Lane
- pgsql: Convert contrib modules to use the extension facility. Tom Lane
- pgsql: Assorted fixups for "unpackaged" conversion scripts. Tom Lane
- pgsql: Avoid use of CREATE OR REPLACE FUNCTION in extension installatio Tom Lane
- pgsql: More fixups for "unpackaged" conversion scripts. Tom Lane
- pgsql: Remove no-longer-needed special case hacks in MSVC build scripts Tom Lane
- pgsql: Fix obsolete references to old-style contrib installation method Tom Lane
- pgsql: Add version-sensitive SQL for psql when constraints NOT VALID Simon Riggs
- pgsql: Small improvements to external-projects documentation. Tom Lane
- pgsql: Rearrange extension-related views as per recent discussion. Tom Lane
- pgsql: Fix MSVC build scripts for recent extension-related changes. Tom Lane
- pgsql: PITR can stop at a named restore point when recovery target = ti Simon Riggs
- pgsql: Additional required docs for pg_constraint catalog entry Simon Riggs
- pgsql: Rethink naming of contrib/intagg extension. Tom Lane
- pgsql: Delete stray word from comment. Robert Haas
- pgsql: Avoid a few more SET DATA TYPE table rewrites. Robert Haas
- pgsql: Allow make check in PL directories Peter Eisentraut
- pgtcl - libpgtcl: * Removed arrVar variable and setting of it in karl@pgfoundry.org (User Karl)
- pgsql: Rename max_predicate_locks_per_transaction. Robert Haas
- pgsql: Assorted corrections to the patch to add WAL receiver replies. Robert Haas
- pgsql: Fix obsolete comment. Tom Lane
- pgsql: Bring hstore's comment into line with style of other contrib com Tom Lane
- pgsql: Adjust pg_upgrade error message, array freeing, and add error ch Bruce Momjian
- pgsql: Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. Tom Lane
- pgsql: Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. Tom Lane
- pgsql: Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. Tom Lane
- pgsql: Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. Tom Lane
- pgsql: Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. Tom Lane
- Re: pgsql: Adjust pg_upgrade error message, array freeing, and add error ch Tom Lane
- pgsql: Make pg_upgrade compile again Alvaro Herrera
- pgsql: Fix corner case for binary upgrade: extension functions in pg_ca Tom Lane
- pgsql: Fix bug in 9.1 pg_upgrade processing of old/new relations; adju Bruce Momjian
- Re: pgsql: Adjust pg_upgrade error message, array freeing, and add error ch Bruce Momjian
- pgsql: Export the external file reader used in COPY FROM as APIs. Itagaki Takahiro
- pgsql: pg_ctl promote Robert Haas
- pgsql: Add FOREACH IN ARRAY looping to plpgsql. Tom Lane
- pgsql: WAL receiver shouldn't try to send a reply when dying. Robert Haas
- pgsql: Cleanup ClusterInfo initialization in pg_upgrade Alvaro Herrera
- pgsql: Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERRO Tom Lane
- pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand Simon Riggs
- pgsql: In pg_upgrade, no need to initialize global struct values; they Bruce Momjian
- pgsql: Better support for thread-support flag detection with clang Peter Eisentraut
- pgsql: Fix for warnings-free compilation with Python 3.2 Peter Eisentraut
- pgsql: Also process psqlrc when running psql -l Peter Eisentraut
- pgsql: Add backwards-compatible declarations of some core GIN support f Tom Lane
- pgsql: Fix bogus test for hypothetical indexes in get_actual_variable_r Tom Lane
- pgsql: Fix bogus test for hypothetical indexes in get_actual_variable_r Tom Lane
- pgsql: Fix blatantly uninitialized variable in recent commit. Tom Lane
- pgsql: Remove rule to build sepgsql-regtest.pp. Robert Haas
- Re: pgsql: Remove rule to build sepgsql-regtest.pp. Thom Brown
- pgsql: Typo fixes. Robert Haas
- Re: pgsql: Remove rule to build sepgsql-regtest.pp. Robert Haas
- pgsql: Add some words of caution to elog.c. Robert Haas
- pgsql: In documentation example, use concat_values() instead of concat( Bruce Momjian
- pgsql: Document that plpgsql upsert example can fail if insert triggers Bruce Momjian
- pgsql: Remove doc mention about read committed in upsert example. Bruce Momjian
- pgsql: Fix contrib/pg_trgm to have smoother updates from 9.0. Tom Lane
- pgsql: Typo fix Bruce Momjian
- pgsql: Prevent possible compiler warnings. Robert Haas
- pgsql: Add client_hostname field to pg_stat_activity. Robert Haas
- pgsql: Fix upgrade of contrib/btree_gist from 9.0. Tom Lane
- pgsql: Fix upgrade of contrib/intarray and contrib/unaccent from 9.0. Tom Lane
- pgsql: Fix upgrade of contrib/xml2 from 9.0. Tom Lane
- pgsql: Fix tsmatchsel() to account properly for null rows. Tom Lane
- pgsql: Fix tsmatchsel() to account properly for null rows. Tom Lane
- pgsql: Fix tsmatchsel() to account properly for null rows. Tom Lane
- pgsql: Use $INDENT rather than indent throughout the pgindent code Alvaro Herrera
- pgsql: pgindent run on plperl.c Alvaro Herrera
- pgsql: Convert Postgres arrays to Perl arrays on PL/perl input argument Alvaro Herrera
- Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Andrew Dunstan
- Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Bruce Momjian
- Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Tom Lane
- pgsql: Add transaction-level advisory locks. Itagaki Takahiro
- pgsql: Fix an uninitialized field in DR_copy. Itagaki Takahiro
- pgsql: Properly initialize variables Magnus Hagander
- pgsql: Separate messages for standby replies and hot standby feedback. Simon Riggs
- pgsql: Make a hard state change from catchup to streaming mode. Simon Riggs
- Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Alvaro Herrera
- pgsql: Use $INDENT instead of `which` to find the indent binary Alvaro Herrera
- Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Andrew Dunstan
- pgsql: One more hack to make contrib upgrades from 9.0 match fresh 9.1 Tom Lane
- pgsql: Fix parallel pg_restore to handle comments on POST_DATA items co Tom Lane
- pgsql: Fix parallel pg_restore to handle comments on POST_DATA items co Tom Lane
- Re: pgsql: Separate messages for standby replies and hot standby feedback. Heikki Linnakangas
- pgsql: Un-break building with BTREE_BUILD_STATS. Tom Lane
- Re: pgsql: Separate messages for standby replies and hot standby feedback. Simon Riggs
- Re: pgsql: Use $INDENT rather than indent throughout the pgindent code Bruce Momjian
- Re: pgsql: Separate messages for standby replies and hot standby feedback. Robert Haas
- pgsql: Document that text search comparisons happen after text search Bruce Momjian
- pgsql: Improve text search prefix doc addition. Bruce Momjian
- pgsql: Create the catalog infrastructure for foreign-data-wrapper handl Tom Lane
- pgsql: Set psql client encoding from locale by default Peter Eisentraut
- pgsql: Initialize variable to quiet compiler. Bruce Momjian
- pgsql: Invalidate PL/Python functions with composite type argument when Peter Eisentraut
- pgsql: Document that an SQL-standard-compliant query that expects a uni Bruce Momjian
- pgsql: Documentation update for UTF16 surrogate pairs in UTF8 encoding. Bruce Momjian
- pgsql: Adjust documentation wording of window function ORDER BY to not Bruce Momjian
- pgsql: Implement an API to let foreign-data wrappers actually be functi Tom Lane
- pgsql: Add contrib/file_fdw foreign-data wrapper for reading files via Tom Lane
- pgsql: Minor logic fix for new levenshtein implementation. Tom Lane
- pgsql: Merge two documentation permission chapters into a single chapte Bruce Momjian
- pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. Itagaki Takahiro
- Re: pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. Tom Lane
- pgsql: Fix pg_server_to_client, that was broken in the previous commit. Itagaki Takahiro
- Re: pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. Itagaki Takahiro
- pgsql: Update docs about new role privileges reference, per Alvaro. Bruce Momjian
- pgsql: Move information_schema duplicate constraint note to the top of Bruce Momjian
- npgsql - Npgsql2: Exception when closing connection. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: NpgsqlConnector.CancelRequest leaks Connector. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane
- pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane
- pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane
- pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane
- pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane
- pgsql: Remove ExecRemoveJunk(), which is no longer used anywhere. Tom Lane
- textsearch-ja - textsearch_senna: Fix query generator for AND-ed %% itagaki@pgfoundry.org (User Itagaki)
- pgsql: Reword information_schema duplicate constraint warning text. Bruce Momjian
- pgsql: Allow binary I/O of type "void". Tom Lane
- pgsql: Fix a couple of unlogged tables goofs. Robert Haas
- pgsql: Add PL/Python functions for quoting strings Peter Eisentraut
- pgsql: Add a relkind field to RangeTblEntry to avoid some syscache look Tom Lane
- pgsql: Make the second words lowercase in psql's \d titles for unlogged Itagaki Takahiro
- pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql, Itagaki Takahiro
- pgsql: More psql tab-completion for new commands. Itagaki Takahiro
- pgsql: Named restore point improvements. Robert Haas
- pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v Alvaro Herrera
- Re: pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v Tom Lane
- pgsql: Update pageinspect--1.0.sql to match the upgrade script Alvaro Herrera
- Re: pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v Alvaro Herrera
- pgsql: Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane
- pgsql: Fix order of shutdown processing when CTEs contain inter-referen Tom Lane
- pgsql: Document pg_options_to_table() (not previously documented) Bruce Momjian
- libpqtypes - libpqtypes: bumped version for release 1.4.3 achernow@pgfoundry.org (User Achernow)
- pgsql: Table function support for PL/Python Peter Eisentraut
- pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Bruce Momjian
- pgsql: Document that pg_options_to_table() also works for Bruce Momjian
- Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Andrew Dunstan
- Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Bruce Momjian
- Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Andrew Dunstan
- pgsql: Add a configure check for Python.h if building with python. Andrew Dunstan
- pgsql: Increase the default for wal_sender_delay from 200ms to 1s. Now Heikki Linnakangas
- Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Bruce Momjian
- pgsql: Fix markup for pg_options_to_table() to report the return column Bruce Momjian
- pgsql: Fix verbose display of REPLICATION role attribute Magnus Hagander
- pgsql: Be less detailed about reporting shared memory failure by avoidi Bruce Momjian
- pgsql: Refactor the executor's API to support data-modifying CTEs bette Tom Lane
- pgsql: Remove remaining expected file for Python 2.2 Peter Eisentraut
- pgsql: PL/Python explicit subtransactions Peter Eisentraut
- pgsql: Document that last vacuum statistics and counts are for non-FULL Bruce Momjian
- pgsql: Add documentation for data-modifying statements in WITH clauses. Tom Lane
- pgsql: PL/Python custom SPI exceptions Peter Eisentraut
- pgsql: Fix regression tests after PL/Python custom SPI exceptions patch Peter Eisentraut
- pgsql: Rename pg_stat_replication.apply_location to replay_location. Robert Haas
- Re: pgsql: PL/Python custom SPI exceptions Andrew Dunstan