aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Silence compiler warnings about unused values.Andrew Dunstan2013-03-22
* Change commit_delay to be SUSET for 9.3+Simon Riggs2013-03-22
* Avoid retrieving dummy NULL columns in postgres_fdw.Tom Lane2013-03-22
* Redo postgres_fdw's planner code so it can handle parameterized paths.Tom Lane2013-03-21
* Eliminate trivial whitespace inconsistency in docs sample code.Kevin Grittner2013-03-21
* Fix "element <@ range" cost estimation.Heikki Linnakangas2013-03-21
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-20
* Bump up timeout delays some more in timeouts isolation test.Tom Lane2013-03-20
* Use ORDER BY on matview definitions were needed for stable plans.Kevin Grittner2013-03-19
* Clarify assumption of filesystem metadata integrity.Simon Riggs2013-03-19
* Correction that 2pc state files use CRC-32.Simon Riggs2013-03-19
* Add reliability docs about storage/memory corruptions.Simon Riggs2013-03-18
* Improve documentation of EXTRACT(WEEK).Tom Lane2013-03-18
* Add pageinspect--1.0--1.sql for checksum changesSimon Riggs2013-03-18
* Add pageinspect--1.1.sql for checksum changesSimon Riggs2013-03-18
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Increase timeout delays in new timeouts isolation test.Tom Lane2013-03-17
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Improve signal-handler lockout mechanism in timeout.c.Tom Lane2013-03-17
* Use pqsignal() in contrib programs rather than calling signal(2) directly.Tom Lane2013-03-17
* Re-include pqsignal() in libpq.Tom Lane2013-03-17
* initdb needs pqsignal() even on Windows.Tom Lane2013-03-17
* Fix inclusions in pgbench.c.Tom Lane2013-03-17
* Fix inclusions in pg_receivexlog.c.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* pg_resetxlog: Capitalize placeholder in --help outputPeter Eisentraut2013-03-16
* pg_controldata: Undo message spelling changePeter Eisentraut2013-03-16
* Improve the documentation about commit_delay.Tom Lane2013-03-15
* Improve error reporting in code that checks for buffer refcount leaks.Tom Lane2013-03-15
* Extend format() to handle field width and left/right alignment.Tom Lane2013-03-14
* Avoid inserting no-op Limit plan nodes.Tom Lane2013-03-14
* Revert unnecessary change in MV call to checkRuleResultList().Kevin Grittner2013-03-14
* Add regression test for MV join to view.Kevin Grittner2013-03-14
* Also update psqlscan.l with the UESCAPE error rule changes.Heikki Linnakangas2013-03-14
* Minor fixes for hstore_to_json_loose().Tom Lane2013-03-14
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-14
* Change the way UESCAPE is lexed, to reduce the size of the flex tables.Heikki Linnakangas2013-03-14
* Add cost estimation of range @> and <@ operators.Heikki Linnakangas2013-03-14
* Add regression tests for XML mapping of domainsPeter Eisentraut2013-03-13
* Fix bug in dumping prior releases due to MV REFRESH dependency checking.Kevin Grittner2013-03-13
* Introduce less-bogus handling of collations in contrib/postgres_fdw.Tom Lane2013-03-13
* Fix documentation oversight.Tom Lane2013-03-12
* Fix contrib/postgres_fdw's handling of column defaults.Tom Lane2013-03-12
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-12
* Fix orthotypographical mistakeAlvaro Herrera2013-03-12
* Avoid row-processing-order dependency in postgres_fdw regression test.Tom Lane2013-03-12
* Fix postgres_fdw's issues with inconsistent interpretation of data values.Tom Lane2013-03-11
* Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.Tom Lane2013-03-11