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