Mailing lists [pgsql-committers]
- Re: pgsql: Add CREATE RECURSIVE VIEW syntax Peter Eisentraut
- pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane
- pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane
- pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane
- pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane
- pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane
- pgsql: Exclude utils/probes.h and pg_trace.h from cpluspluscheck Peter Eisentraut
- pgsql: Exclude utils/probes.h and pg_trace.h from cpluspluscheck Peter Eisentraut
- pgsql: doc: Awkward phrasing fix Peter Eisentraut
- pgsql: doc: Awkward phrasing fix Peter Eisentraut
- pgsql: doc: A few awkward phrasing fixes Peter Eisentraut
- pgsql: doc: A few awkward phrasing fixes Peter Eisentraut
- pgsql: doc: Awkward phrasing fix Peter Eisentraut
- pgsql: doc: Small tweak for consistency Peter Eisentraut
- pgsql: Fix SQL function execution to be safe with long-lived FmgrInfos. Tom Lane
- pgsql: Fix SQL function execution to be safe with long-lived FmgrInfos. Tom Lane
- pgsql: Get rid of any toast table when converting a table to a view. Tom Lane
- pgsql: Add a materialized view relations. Kevin Grittner
- pgsql: Fix map_sql_value_to_xml_value() to treat domains like their bas Tom Lane
- pgsql: Remove accidentally-committed .orig file. Kevin Grittner
- pgsql: psql: Let \l accept a pattern Peter Eisentraut
- pgsql: Remove accidentally-committed .orig file. Magnus Hagander
- pgsql: psql: Let \l accept a pattern Magnus Hagander
- Re: [HACKERS] Materialized views WIP patch Kevin Grittner
- Re: [HACKERS] Materialized views WIP patch Alvaro Herrera
- pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane
- pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane
- pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane
- pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane
- pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane
- pgsql: Bump catversion because of new function in the materialized view Kevin Grittner
- pgsql: Fix to_char() to use ASCII-only case-folding rules where appropr Tom Lane
- pgsql: Fix to_char() to use ASCII-only case-folding rules where appropr Tom Lane
- pgsql: Fix to_char() to use ASCII-only case-folding rules where appropr Tom Lane
- pgsql: Fix to_char() to use ASCII-only case-folding rules where appropr Tom Lane
- pgsql: Fix to_char() to use ASCII-only case-folding rules where appropr Tom Lane
- pgsql: Remove dependency on the DLL of pythonxx.def file. Andrew Dunstan
- pgsql: pg_ctl: Add comma to message Peter Eisentraut
- pgsql: Fix message typo. Andrew Dunstan
- pgsql: Fix message typo. Andrew Dunstan
- pgsql: Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch. Kevin Grittner
- pgsql: Add docs for pg_matviews, which were missed in the initial MV co Kevin Grittner
- pgsql: WAL-log the extension of a new empty MV heap which is being popu Kevin Grittner
- pgsql: Fix missing #include in commands/matview.h. Tom Lane
- pgsql: Adjust nls.mk for split out of wait_error.c Peter Eisentraut
- pgsql: Code beautification for object-access hook machinery. Robert Haas
- pgsql: Add fe_memutils.c to nls.mk where used Peter Eisentraut
- pgsql: Arrange to cache FdwRoutine structs in foreign tables' relcache Tom Lane
- pgsql: Further fix to the mode where we enter archive recovery after cr Heikki Linnakangas
- pgsql: Fix tli history file fetching, broken by the archive after crash Heikki Linnakangas
- pgsql: Fix tli history file fetching, broken by the archive after crash Heikki Linnakangas
- pgsql: Fix infinite-loop risk in fixempties() stage of regex compilatio Tom Lane
- pgsql: Fix infinite-loop risk in fixempties() stage of regex compilatio Tom Lane
- pgsql: Fix infinite-loop risk in fixempties() stage of regex compilatio Tom Lane
- pgsql: Fix infinite-loop risk in fixempties() stage of regex compilatio Tom Lane
- pgsql: Fix infinite-loop risk in fixempties() stage of regex compilatio Tom Lane
- pgsql: Fix typo in docs for ALTER MATERIALIZED VIEW. Kevin Grittner
- pgsql: Remove unnecessary #ifdef FRONTEND check to choose between strdu Heikki Linnakangas
- pgsql: SP-GiST support of the range adjacent operator -|- Heikki Linnakangas
- Re: pgsql: SP-GiST support of the range adjacent operator -|- Tom Lane
- pgsql: Forgot catversion bump in the SP-GiST adjacent support patch. Heikki Linnakangas
- Re: pgsql: Correct tense in log message Bruce Momjian
- pgsql: Report pg_hba line number and contents when users fail to log in Magnus Hagander
- npgsql - Npgsql2: [#1011136] [#1011302] Applied patch [#1011316] fxjr@cvs.pgfoundry.org
- npgsql - Npgsql2: Changed variable name as per patch request. fxjr@cvs.pgfoundry.org
- pgsql: Support writable foreign tables. Tom Lane
- pgsql: Band-aid for regression test expected-results problem with times Tom Lane
- pgsql: pg_basebackup: Add missing newlines to several error messages Peter Eisentraut
- pgsql: pg_ctl: Adjust nls.mk for split out of wait_error.c Peter Eisentraut
- pgsql: doc: Add note about checkpoint_warning vs checkpoint_timeout Peter Eisentraut
- pgsql: JSON generation improvements. Andrew Dunstan
- pgsql: Fix race condition in DELETE RETURNING. Tom Lane
- pgsql: Fix race condition in DELETE RETURNING. Tom Lane
- pgsql: Fix race condition in DELETE RETURNING. Tom Lane
- pgsql: Fix thinko in matview patch. Tom Lane
- pgsql: Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES. Tom Lane
- pgsql: Fix postgres_fdw's issues with inconsistent interpretation of da Tom Lane
- pgsql: Avoid row-processing-order dependency in postgres_fdw regression Tom Lane
- pgsql: Fix orthotypographical mistake Alvaro Herrera
- pgsql: Allow default expressions to be attached to columns of foreign t Tom Lane
- pgsql: Fix contrib/postgres_fdw's handling of column defaults. Tom Lane
- pgsql: Fix documentation oversight. Tom Lane
- Re: pgsql: SP-GiST support of the range adjacent operator -|- Heikki Linnakangas
- pgsql: Introduce less-bogus handling of collations in contrib/postgres_ Tom Lane
- pgsql: Fix bug in dumping prior releases due to MV REFRESH dependency c Kevin Grittner
- pgsql: Add regression tests for XML mapping of domains Peter Eisentraut
- pgsql: Add cost estimation of range @> and <@ operators. Heikki Linnakangas
- pgsql: Change the way UESCAPE is lexed, to reduce the size of the flex Heikki Linnakangas
- pgsql: Avoid inserting Result nodes that only compute identity projecti Tom Lane
- pgsql: Minor fixes for hstore_to_json_loose(). Tom Lane
- pgsql: Also update psqlscan.l with the UESCAPE error rule changes. Heikki Linnakangas
- pgsql: Add regression test for MV join to view. Kevin Grittner
- pgsql: Revert unnecessary change in MV call to checkRuleResultList(). Kevin Grittner
- pgsql: Avoid inserting no-op Limit plan nodes. Tom Lane
- pgsql: Extend format() to handle field width and left/right alignment. Tom Lane
- pgsql: Improve error reporting in code that checks for buffer refcount Tom Lane
- pgsql: Improve the documentation about commit_delay. Tom Lane
- Re: pgsql: Correct tense in log message Peter Eisentraut
- pgsql: pg_controldata: Undo message spelling change Peter Eisentraut
- pgsql: pg_resetxlog: Capitalize placeholder in --help output Peter Eisentraut
- pgsql: Add lock_timeout configuration parameter. Tom Lane
- pgsql: Move pqsignal() to libpgport. Tom Lane
- pgsql: Fix inclusions in pg_receivexlog.c. Tom Lane
- pgsql: Fix inclusions in pgbench.c. Tom Lane
- pgsql: Re-include pqsignal() in libpq. Tom Lane
- pgsql: initdb needs pqsignal() even on Windows. Tom Lane
- pgsql: Use pqsignal() in contrib programs rather than calling signal(2) Tom Lane
- pgsql: Improve signal-handler lockout mechanism in timeout.c. Tom Lane
- pgsql: Extend object-access hook machinery to support post-alter events Robert Haas
- pgsql: Increase timeout delays in new timeouts isolation test. Tom Lane
- pgsql: Remove PageSetTLI and rename pd_tli to pd_checksum Simon Riggs
- pgsql: Add pageinspect--1.1.sql for checksum changes Simon Riggs
- pgsql: Add pageinspect--1.0--1.sql for checksum changes Simon Riggs
- pgsql: Improve documentation of EXTRACT(WEEK). Tom Lane
- pgsql: Improve documentation of EXTRACT(WEEK). Tom Lane
- pgsql: Improve documentation of EXTRACT(WEEK). Tom Lane
- pgsql: Improve documentation of EXTRACT(WEEK). Tom Lane
- pgsql: Improve documentation of EXTRACT(WEEK). Tom Lane
- Re: pgsql: Correct tense in log message Bruce Momjian
- pgsql: Add reliability docs about storage/memory corruptions. Simon Riggs
- pgsql: Correction that 2pc state files use CRC-32. Simon Riggs
- pgsql: Clarify assumption of filesystem metadata integrity. Simon Riggs
- pgsql: Use ORDER BY on matview definitions were needed for stable plans Kevin Grittner
- pgsql: Allow extracting machine-readable object identity Alvaro Herrera
- pgsql: Fix "element <@ range" cost estimation. Heikki Linnakangas
- pgsql: Eliminate trivial whitespace inconsistency in docs sample code. Kevin Grittner
- pgsql: Redo postgres_fdw's planner code so it can handle parameterized Tom Lane
- pgsql: Avoid retrieving dummy NULL columns in postgres_fdw. Tom Lane
- pgsql: Change commit_delay to be SUSET for 9.3+ Simon Riggs
- pgsql: Silence compiler warnings about unused values. Andrew Dunstan
- pgsql: Allow I/O reliability checks using 16-bit checksums Simon Riggs
- pgsql: Add new README file for pages/checksums Simon Riggs
- pgsql: Update commit_delay documentation. Tom Lane
- pgsql: Suppress uninitialized-variable warning in new checksum code. Tom Lane
- pgsql: Fix problems with incomplete attempt to prohibit OIDS with MVs. Kevin Grittner
- pgsql: Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyl Tom Lane
- pgsql: Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyl Tom Lane
- pgsql: Document cross-version compatibility issues for contrib/postgres Tom Lane
- npgsql - Npgsql2: Implements DateTime canonical functions for fxjr@cvs.pgfoundry.org
-
pgsql: Don't put
before Tom Lanein items. -
pgsql: Don't put
before Tom Lanein items. -
pgsql: Don't put
before Tom Lanein items. -
pgsql: Don't put
before Tom Lanein items. -
pgsql: Don't put
before Tom Lanein items. - pgsql: Avoid renaming data directory during MSVC upgrade testing. Andrew Dunstan
- pgsql: Avoid renaming data directory during MSVC upgrade testing. Andrew Dunstan
- pgsql: Update time zone abbreviation lists for changes missed since 200 Tom Lane
- pgsql: Update time zone abbreviation lists for changes missed since 200 Tom Lane
- pgsql: Update time zone abbreviation lists for changes missed since 200 Tom Lane
- pgsql: Update time zone abbreviation lists for changes missed since 200 Tom Lane
- pgsql: Semi-automatically detect changes in timezone abbreviations. Tom Lane
- pgsql: Update time zone abbreviation lists for changes missed since 200 Tom Lane
- pgsql: Add parallel pg_dump option. Andrew Dunstan
- pgsql: Fix some unportable constructs in parallel pg_dump code. Tom Lane
- Re: pgsql: Fix some unportable constructs in parallel pg_dump code. Andrew Dunstan
- pgsql: Add missing #include. Heikki Linnakangas
- pgsql: Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt. Heikki Linnakangas
- Re: pgsql: Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt. Tom Lane
- Re: pgsql: Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt. Heikki Linnakangas
- pgsql: In base backup, only include our own tablespace version director Heikki Linnakangas
- pgsql: In base backup, only include our own tablespace version director Heikki Linnakangas
- pgsql: Add a server version check to pg_basebackup and pg_receivexlog. Heikki Linnakangas
- pgsql: Add a server version check to pg_basebackup and pg_receivexlog. Heikki Linnakangas
- pgsql: Make pg_basebackup work with pre-9.3 servers, and add server ver Heikki Linnakangas
- pgsql: In base backup, only include our own tablespace version director Heikki Linnakangas
- Re: pgsql: Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt. Tom Lane
- pgsql: Fix a small logic bug in adjusted parallel restore code. Andrew Dunstan
- pgsql: Get rid of obsolete parse_version helper function. Heikki Linnakangas
- pgsql: Fix pg_dump against 9.1/9.2 servers. Heikki Linnakangas
- pgsql: Ignore invalid indexes in pg_dump. Tom Lane
- pgsql: Ignore invalid indexes in pg_dump. Tom Lane
- pgsql: Ignore invalid indexes in pg_dump. Tom Lane
- pgsql: Ignore invalid indexes in pg_dump. Tom Lane
- pgsql: Ignore invalid indexes in pg_dump. Tom Lane
- pgsql: Fix grammatical errors in some new message strings. Tom Lane
- pgsql: Allow external recovery_config_directory Simon Riggs
- Re: pgsql: Allow external recovery_config_directory Magnus Hagander
- pgsql: sepgsql: Support for new post-ALTER access hook. Robert Haas
- Re: pgsql: sepgsql: Support for new post-ALTER access hook. Thom Brown
- Re: pgsql: Allow external recovery_config_directory Simon Riggs
- Re: pgsql: Allow external recovery_config_directory Thom Brown
- Re: pgsql: Allow external recovery_config_directory Simon Riggs
- Re: pgsql: Allow external recovery_config_directory Andrew Dunstan
- pgsql: Move some pg_dump function around. Heikki Linnakangas
- pgsql: Set recovery_config_directory for EXEC_BACKEND. Simon Riggs
- pgsql: Fix buffer pin leak in heap update redo routine. Heikki Linnakangas
- pgsql: Fix buffer pin leak in heap update redo routine. Heikki Linnakangas
- pgsql: Fix buffer pin leak in heap update redo routine. Heikki Linnakangas
- pgsql: Fix buffer pin leak in heap update redo routine. Heikki Linnakangas
- pgsql: Fix pasto which broke docs build. Kevin Grittner
- Re: pgsql: Allow external recovery_config_directory Kevin Grittner
- Re: pgsql: Fix pasto which broke docs build. Simon Riggs
- pgsql: Reset OpenSSL randomness state in each postmaster child process. Tom Lane
- pgsql: Reset OpenSSL randomness state in each postmaster child process. Tom Lane
- pgsql: Reset OpenSSL randomness state in each postmaster child process. Tom Lane
- pgsql: Reset OpenSSL randomness state in each postmaster child process. Tom Lane
- pgsql: Reset OpenSSL randomness state in each postmaster child process. Tom Lane
- Re: pgsql: Set recovery_config_directory for EXEC_BACKEND. Andrew Dunstan
- pgsql: Revoke bc5334d8679c428a709d150666b288171795bd76 Simon Riggs
- pgsql: Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bc Simon Riggs
- pgsql: Add sql_drop event for event triggers Alvaro Herrera
- pgsql: Avoid "variable might be clobbered by longjmp" warning. Tom Lane
- pgsql: Update time zone data files to tzdata release 2013b. Tom Lane
- pgsql: Update time zone data files to tzdata release 2013b. Tom Lane
- pgsql: Update time zone data files to tzdata release 2013b. Tom Lane
- pgsql: Update time zone data files to tzdata release 2013b. Tom Lane
- pgsql: Update time zone data files to tzdata release 2013b. Tom Lane
- pgsql: Allow sepgsql labels to depend on object name. Robert Haas
- pgsql: sepgsql: Documentation improvements. Robert Haas
- pgsql: Draft release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. Tom Lane
- pgsql: Must check indisready not just indisvalid when dumping from 9.2 Tom Lane
- pgsql: Must check indisready not just indisvalid when dumping from 9.2 Tom Lane
- pgsql: Document encode(bytea, 'escape')'s behavior correctly. Tom Lane
- pgsql: Document encode(bytea, 'escape')'s behavior correctly. Tom Lane
- pgsql: Document encode(bytea, 'escape')'s behavior correctly. Tom Lane
- pgsql: Document encode(bytea, 'escape')'s behavior correctly. Tom Lane
- pgsql: Document encode(bytea, 'escape')'s behavior correctly. Tom Lane
- pgsql: Add new JSON processing functions and parser API. Andrew Dunstan
- pgsql: Fix page title for JSON Functions and Operators. Andrew Dunstan
- Re: pgsql: Add sql_drop event for event triggers Tom Lane
- pgsql: ecpg: Parallel make fix Peter Eisentraut
- pgsql: Remove tab from SGML file. Bruce Momjian
- pgsql: Avoid moving data directory in upgrade testing. Andrew Dunstan
- pgsql: Avoid moving data directory in upgrade testing. Andrew Dunstan
- pgsql: Improve code documentation about "magnetic disk" storage manager Tom Lane
- pgsql: pg_upgrade: don't copy/link files for invalid indexes Bruce Momjian
- pgsql: pg_upgrade: don't copy/link files for invalid indexes Bruce Momjian
- pgsql: pg_upgrade: don't copy/link files for invalid indexes Bruce Momjian
- pgsql: pg_upgrade: don't copy/link files for invalid indexes Bruce Momjian
- npgsql - Npgsql2: [#1011325] Escaped strings don't work with EF. fxjr@cvs.pgfoundry.org