Notification of git commits are sent to this list. Do not post here!
Thread | Author | Time |
---|---|---|
Re: pgsql: Add CREATE RECURSIVE VIEW syntax | Peter Eisentraut | 04:21 |
Re: Materialized views WIP patch | Ants Aasma | 13:56 |
Re: Materialized views WIP patch | Kevin Grittner | 14:18 |
Re: Materialized views WIP patch | Ants Aasma | 15:01 |
Thread | Author | Time |
---|---|---|
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. | Tom Lane | 02:34 |
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. | Tom Lane | 02:34 |
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. | Tom Lane | 02:34 |
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. | Tom Lane | 02:34 |
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. | Tom Lane | 02:34 |
pgsql: Exclude utils/probes.h and pg_trace.h from cpluspluscheck | Peter Eisentraut | 03:52 |
pgsql: Exclude utils/probes.h and pg_trace.h from cpluspluscheck | Peter Eisentraut | 03:52 |
Re: Materialized views WIP patch | Greg Stark | 14:36 |
Re: Materialized views WIP patch | Kevin Grittner | 15:06 |
Thread | Author | Time |
---|---|---|
pgsql: Remove unnecessary #ifdef FRONTEND check to choose between strdu | Heikki Linnakangas | 09:23 |
pgsql: SP-GiST support of the range adjacent operator -|- | Heikki Linnakangas | 13:05 |
Re: Materialized views WIP patch | Bruce Momjian | 14:11 |
Re: Materialized views WIP patch | Bruce Momjian | 14:45 |
Re: pgsql: SP-GiST support of the range adjacent operator -|- | Tom Lane | 14:49 |
pgsql: Forgot catversion bump in the SP-GiST adjacent support patch. | Heikki Linnakangas | 15:13 |
Re: pgsql: SP-GiST support of the range adjacent operator -|- | Heikki Linnakangas | 15:13 |
Re: Materialized views WIP patch | Robert Haas | 15:31 |
Re: pgsql: Correct tense in log message | Bruce Momjian | 19:16 |
Thread | Author | Time |
---|---|---|
pgsql: Report pg_hba line number and contents when users fail to log in | Magnus Hagander | 14:58 |
npgsql - Npgsql2: [#1011136] [#1011302] Applied patch [#1011316] | fxjr | 17:31 |
npgsql - Npgsql2: Changed variable name as per patch request. | fxjr | 17:34 |
pgsql: Support writable foreign tables. | Tom Lane | 18:16 |
pgsql: Band-aid for regression test expected-results problem with times | Tom Lane | 19:07 |
pgsql: pg_ctl: Adjust nls.mk for split out of wait_error.c | Peter Eisentraut | 20:57 |
pgsql: pg_basebackup: Add missing newlines to several error messages | Peter Eisentraut | 20:57 |
pgsql: doc: Add note about checkpoint_warning vs checkpoint_timeout | Peter Eisentraut | 21:17 |
pgsql: JSON generation improvements. | Andrew Dunstan | 21:36 |
pgsql: Fix race condition in DELETE RETURNING. | Tom Lane | 23:19 |
pgsql: Fix race condition in DELETE RETURNING. | Tom Lane | 23:19 |
pgsql: Fix race condition in DELETE RETURNING. | Tom Lane | 23:19 |
Thread | Author | Time |
---|---|---|
pgsql: Fix thinko in matview patch. | Tom Lane | 16:00 |
pgsql: Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES. | Tom Lane | 18:26 |
Thread | Author | Time |
---|---|---|
pgsql: Fix postgres_fdw's issues with inconsistent interpretation of da | Tom Lane | 01:31 |
pgsql: Avoid row-processing-order dependency in postgres_fdw regression | Tom Lane | 14:47 |
pgsql: Fix orthotypographical mistake | Alvaro Herrera | 15:29 |
pgsql: Allow default expressions to be attached to columns of foreign t | Tom Lane | 21:37 |
pgsql: Fix contrib/postgres_fdw's handling of column defaults. | Tom Lane | 22:58 |
pgsql: Fix documentation oversight. | Tom Lane | 23:06 |
Thread | Author | Time |
---|---|---|
pgsql: Introduce less-bogus handling of collations in contrib/postgres_ | Tom Lane | 23:46 |
Thread | Author | Time |
---|---|---|
pgsql: Fix bug in dumping prior releases due to MV REFRESH dependency c | Kevin Grittner | 01:23 |
pgsql: Add regression tests for XML mapping of domains | Peter Eisentraut | 02:44 |
pgsql: Add cost estimation of range @> and <@ operators. | Heikki Linnakangas | 13:37 |
pgsql: Change the way UESCAPE is lexed, to reduce the size of the flex | Heikki Linnakangas | 17:05 |
pgsql: Avoid inserting Result nodes that only compute identity projecti | Tom Lane | 17:43 |
pgsql: Minor fixes for hstore_to_json_loose(). | Tom Lane | 17:51 |
pgsql: Also update psqlscan.l with the UESCAPE error rule changes. | Heikki Linnakangas | 18:31 |
pgsql: Add regression test for MV join to view. | Kevin Grittner | 18:37 |
pgsql: Revert unnecessary change in MV call to checkRuleResultList(). | Kevin Grittner | 19:02 |
pgsql: Avoid inserting no-op Limit plan nodes. | Tom Lane | 19:11 |
Thread | Author | Time |
---|---|---|
pgsql: Extend format() to handle field width and left/right alignment. | Tom Lane | 02:57 |
pgsql: Improve error reporting in code that checks for buffer refcount | Tom Lane | 16:26 |
pgsql: Improve the documentation about commit_delay. | Tom Lane | 21:42 |
Thread | Author | Time |
---|---|---|
Re: pgsql: Correct tense in log message | Peter Eisentraut | 20:31 |
Thread | Author | Time |
---|---|---|
pgsql: pg_resetxlog: Capitalize placeholder in --help output | Peter Eisentraut | 01:48 |
pgsql: pg_controldata: Undo message spelling change | Peter Eisentraut | 01:48 |
pgsql: Add lock_timeout configuration parameter. | Tom Lane | 03:23 |
pgsql: Move pqsignal() to libpgport. | Tom Lane | 16:06 |
Re: [COMMITTERS] pgsql: Move pqsignal() to libpgport. 📎 | Guillaume Lelarge | 17:52 |
pgsql: Fix inclusions in pg_receivexlog.c. | Tom Lane | 18:11 |
Re: [COMMITTERS] pgsql: Move pqsignal() to libpgport. | Tom Lane | 18:13 |
Re: [COMMITTERS] pgsql: Move pqsignal() to libpgport. | Guillaume Lelarge | 18:17 |
pgsql: Fix inclusions in pgbench.c. | Tom Lane | 18:18 |
pgsql: Re-include pqsignal() in libpq. | Tom Lane | 19:45 |
pgsql: initdb needs pqsignal() even on Windows. | Tom Lane | 19:45 |
pgsql: Use pqsignal() in contrib programs rather than calling signal(2) | Tom Lane | 20:09 |
Thread | Author | Time |
---|---|---|
pgsql: Improve signal-handler lockout mechanism in timeout.c. | Tom Lane | 02:42 |
pgsql: Extend object-access hook machinery to support post-alter events | Robert Haas | 02:53 |
pgsql: Increase timeout delays in new timeouts isolation test. | Tom Lane | 03:01 |
pgsql: Remove PageSetTLI and rename pd_tli to pd_checksum | Simon Riggs | 13:50 |
pgsql: Add pageinspect--1.1.sql for checksum changes | Simon Riggs | 14:20 |
pgsql: Add pageinspect--1.0--1.sql for checksum changes | Simon Riggs | 14:40 |
pgsql: Improve documentation of EXTRACT(WEEK). | Tom Lane | 17:35 |
pgsql: Improve documentation of EXTRACT(WEEK). | Tom Lane | 17:35 |
pgsql: Improve documentation of EXTRACT(WEEK). | Tom Lane | 17:35 |
pgsql: Improve documentation of EXTRACT(WEEK). | Tom Lane | 17:35 |
pgsql: Improve documentation of EXTRACT(WEEK). | Tom Lane | 17:35 |
Re: pgsql: Correct tense in log message | Bruce Momjian | 20:08 |
pgsql: Add reliability docs about storage/memory corruptions. | Simon Riggs | 22:39 |
Thread | Author | Time |
---|---|---|
pgsql: Correction that 2pc state files use CRC-32. | Simon Riggs | 08:52 |
pgsql: Clarify assumption of filesystem metadata integrity. | Simon Riggs | 08:58 |
pgsql: Use ORDER BY on matview definitions were needed for stable plans | Kevin Grittner | 15:35 |
Thread | Author | Time |
---|---|---|
pgsql: Bump up timeout delays some more in timeouts isolation test. | Tom Lane | 17:54 |
pgsql: Allow extracting machine-readable object identity | Alvaro Herrera | 21:20 |
Thread | Author | Time |
---|---|---|
pgsql: Fix "element <@ range" cost estimation. | Heikki Linnakangas | 09:23 |
Re: [COMMITTERS] pgsql: Fix "element <@ range" cost estimation. | Kevin Grittner | 15:20 |
pgsql: Eliminate trivial whitespace inconsistency in docs sample code. | Kevin Grittner | 15:37 |
Re: [COMMITTERS] pgsql: Fix "element <@ range" cost estimation. | Heikki Linnakangas | 16:14 |
Re: [COMMITTERS] pgsql: Fix "element <@ range" cost estimation. | Kevin Grittner | 18:15 |
Re: [COMMITTERS] pgsql: Fix "element <@ range" cost estimation. | Dimitri Fontaine | 20:27 |
pgsql: Redo postgres_fdw's planner code so it can handle parameterized | Tom Lane | 23:44 |
Thread | Author | Time |
---|---|---|
pgsql: Avoid retrieving dummy NULL columns in postgres_fdw. | Tom Lane | 04:31 |
pgsql: Change commit_delay to be SUSET for 9.3+ | Simon Riggs | 12:05 |
pgsql: Silence compiler warnings about unused values. | Andrew Dunstan | 13:16 |
pgsql: Allow I/O reliability checks using 16-bit checksums | Simon Riggs | 13:57 |
pgsql: Add new README file for pages/checksums | Simon Riggs | 14:22 |
pgsql: Update commit_delay documentation. | Tom Lane | 15:39 |
pgsql: Suppress uninitialized-variable warning in new checksum code. | Tom Lane | 16:27 |
pgsql: Fix problems with incomplete attempt to prohibit OIDS with MVs. | Kevin Grittner | 18:28 |
pgsql: Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyl | Tom Lane | 19:23 |
pgsql: Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyl | Tom Lane | 19:23 |
pgsql: Document cross-version compatibility issues for contrib/postgres | Tom Lane | 21:22 |
Thread | Author | Time |
---|---|---|
npgsql - Npgsql2: Implements DateTime canonical functions for | fxjr | 16:08 |
pgsql: Don't put <indexterm> before <term> in <varlistentry> items. | Tom Lane | 18:07 |
pgsql: Don't put <indexterm> before <term> in <varlistentry> items. | Tom Lane | 18:07 |
pgsql: Don't put <indexterm> before <term> in <varlistentry> items. | Tom Lane | 18:07 |
pgsql: Don't put <indexterm> before <term> in <varlistentry> items. | Tom Lane | 18:07 |
pgsql: Don't put <indexterm> before <term> in <varlistentry> items. | Tom Lane | 18:07 |
pgsql: Avoid renaming data directory during MSVC upgrade testing. | Andrew Dunstan | 20:31 |
pgsql: Avoid renaming data directory during MSVC upgrade testing. | Andrew Dunstan | 20:31 |
pgsql: Semi-automatically detect changes in timezone abbreviations. | Tom Lane | 23:18 |