summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-22Document cross-version compatibility issues for contrib/postgres_fdw.Tom Lane
2013-03-22Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely.Tom Lane
2013-03-22Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner
2013-03-22Suppress uninitialized-variable warning in new checksum code.Tom Lane
2013-03-22Update commit_delay documentation.Tom Lane
2013-03-22Add new README file for pages/checksumsSimon Riggs
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-22Silence compiler warnings about unused values.Andrew Dunstan
2013-03-22Change commit_delay to be SUSET for 9.3+Simon Riggs
2013-03-22Avoid retrieving dummy NULL columns in postgres_fdw.Tom Lane
2013-03-21Redo postgres_fdw's planner code so it can handle parameterized paths.Tom Lane
2013-03-21Eliminate trivial whitespace inconsistency in docs sample code.Kevin Grittner
2013-03-21Fix "element <@ range" cost estimation.Heikki Linnakangas
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-03-20Bump up timeout delays some more in timeouts isolation test.Tom Lane
2013-03-19Use ORDER BY on matview definitions were needed for stable plans.Kevin Grittner
2013-03-19Clarify assumption of filesystem metadata integrity.Simon Riggs
2013-03-19Correction that 2pc state files use CRC-32.Simon Riggs
2013-03-18Add reliability docs about storage/memory corruptions.Simon Riggs
2013-03-18Improve documentation of EXTRACT(WEEK).Tom Lane
2013-03-18Add pageinspect--1.0--1.sql for checksum changesSimon Riggs
2013-03-18Add pageinspect--1.1.sql for checksum changesSimon Riggs
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-03-18Increase timeout delays in new timeouts isolation test.Tom Lane
2013-03-18Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-18Improve signal-handler lockout mechanism in timeout.c.Tom Lane
2013-03-17Use pqsignal() in contrib programs rather than calling signal(2) directly.Tom Lane
2013-03-17Re-include pqsignal() in libpq.Tom Lane
2013-03-17initdb needs pqsignal() even on Windows.Tom Lane
2013-03-17Fix inclusions in pgbench.c.Tom Lane
2013-03-17Fix inclusions in pg_receivexlog.c.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-03-17pg_resetxlog: Capitalize placeholder in --help outputPeter Eisentraut
2013-03-17pg_controldata: Undo message spelling changePeter Eisentraut
2013-03-15Improve the documentation about commit_delay.Tom Lane
2013-03-15Improve error reporting in code that checks for buffer refcount leaks.Tom Lane
2013-03-15Extend format() to handle field width and left/right alignment.Tom Lane
2013-03-14Avoid inserting no-op Limit plan nodes.Tom Lane
2013-03-14Revert unnecessary change in MV call to checkRuleResultList().Kevin Grittner
2013-03-14Add regression test for MV join to view.Kevin Grittner
2013-03-14Also update psqlscan.l with the UESCAPE error rule changes.Heikki Linnakangas
2013-03-14Minor fixes for hstore_to_json_loose().Tom Lane
2013-03-14Avoid inserting Result nodes that only compute identity projections.Tom Lane
2013-03-14Change the way UESCAPE is lexed, to reduce the size of the flex tables.Heikki Linnakangas
2013-03-14Add cost estimation of range @> and <@ operators.Heikki Linnakangas
2013-03-14Add regression tests for XML mapping of domainsPeter Eisentraut
2013-03-14Fix bug in dumping prior releases due to MV REFRESH dependency checking.Kevin Grittner
2013-03-13Introduce less-bogus handling of collations in contrib/postgres_fdw.Tom Lane
2013-03-12Fix documentation oversight.Tom Lane