Commit Graph

34918 Commits (3b91fe185a71c05ac4528f93a39ba27232acc9e0)
 

Author SHA1 Message Date
Tom Lane 3b91fe185a Update time zone abbreviation lists for changes missed since 2006. 13 years ago
Tom Lane 6960277270 Semi-automatically detect changes in timezone abbreviations. 13 years ago
Andrew Dunstan b7f8465cc6 Avoid renaming data directory during MSVC upgrade testing. 13 years ago
Tom Lane cdc67938c0 Don't put <indexterm> before <term> in <varlistentry> items. 13 years ago
Tom Lane 5b86fedfb5 Document cross-version compatibility issues for contrib/postgres_fdw. 13 years ago
Tom Lane 8a3b6772ae Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely. 13 years ago
Kevin Grittner 549dae0352 Fix problems with incomplete attempt to prohibit OIDS with MVs. 13 years ago
Tom Lane 4912385b56 Suppress uninitialized-variable warning in new checksum code. 13 years ago
Tom Lane 82b945c097 Update commit_delay documentation. 13 years ago
Simon Riggs 9df56f6d91 Add new README file for pages/checksums 13 years ago
Simon Riggs 96ef3b8ff1 Allow I/O reliability checks using 16-bit checksums 13 years ago
Andrew Dunstan e4a05c7512 Silence compiler warnings about unused values. 13 years ago
Simon Riggs 13fe298ca0 Change commit_delay to be SUSET for 9.3+ 13 years ago
Tom Lane e690b95150 Avoid retrieving dummy NULL columns in postgres_fdw. 13 years ago
Tom Lane 9cbc4b80dd Redo postgres_fdw's planner code so it can handle parameterized paths. 13 years ago
Kevin Grittner 08af1a0a2a Eliminate trivial whitespace inconsistency in docs sample code. 13 years ago
Heikki Linnakangas f897c4744f Fix "element <@ range" cost estimation. 13 years ago
Alvaro Herrera f8348ea32e Allow extracting machine-readable object identity 13 years ago
Tom Lane a7921f71a3 Bump up timeout delays some more in timeouts isolation test. 13 years ago
Kevin Grittner 241139ae4b Use ORDER BY on matview definitions were needed for stable plans. 13 years ago
Simon Riggs 1a091002cf Clarify assumption of filesystem metadata integrity. 13 years ago
Simon Riggs 8c3b87ca10 Correction that 2pc state files use CRC-32. 13 years ago
Simon Riggs 2266db392c Add reliability docs about storage/memory corruptions. 13 years ago
Tom Lane e39feb1006 Improve documentation of EXTRACT(WEEK). 13 years ago
Simon Riggs e016b72411 Add pageinspect--1.0--1.sql for checksum changes 13 years ago
Simon Riggs ef04cb745f Add pageinspect--1.1.sql for checksum changes 13 years ago
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum 13 years ago
Tom Lane 4c855750fc Increase timeout delays in new timeouts isolation test. 13 years ago
Robert Haas 05f3f9c7b2 Extend object-access hook machinery to support post-alter events. 13 years ago
Tom Lane 6ac7facdd3 Improve signal-handler lockout mechanism in timeout.c. 13 years ago
Tom Lane 3c07fbf40b Use pqsignal() in contrib programs rather than calling signal(2) directly. 13 years ago
Tom Lane b1fae823ee Re-include pqsignal() in libpq. 13 years ago
Tom Lane e2a203a190 initdb needs pqsignal() even on Windows. 13 years ago
Tom Lane 8c41cb695c Fix inclusions in pgbench.c. 13 years ago
Tom Lane c68b5eff13 Fix inclusions in pg_receivexlog.c. 13 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 13 years ago
Tom Lane d43837d030 Add lock_timeout configuration parameter. 13 years ago
Peter Eisentraut d2bef5f7db pg_resetxlog: Capitalize placeholder in --help output 13 years ago
Peter Eisentraut ea1aee88e3 pg_controldata: Undo message spelling change 13 years ago
Tom Lane 70ec2f8f43 Improve the documentation about commit_delay. 13 years ago
Tom Lane dcafdbcde1 Improve error reporting in code that checks for buffer refcount leaks. 13 years ago
Tom Lane 73e7025bd8 Extend format() to handle field width and left/right alignment. 13 years ago
Tom Lane 1a1832eb08 Avoid inserting no-op Limit plan nodes. 13 years ago
Kevin Grittner fb60e7296c Revert unnecessary change in MV call to checkRuleResultList(). 13 years ago
Kevin Grittner 8d7ff13ed5 Add regression test for MV join to view. 13 years ago
Heikki Linnakangas f7559c0101 Also update psqlscan.l with the UESCAPE error rule changes. 13 years ago
Tom Lane c2754991ba Minor fixes for hstore_to_json_loose(). 13 years ago
Tom Lane 4387cf956b Avoid inserting Result nodes that only compute identity projections. 13 years ago
Heikki Linnakangas a5ff502fce Change the way UESCAPE is lexed, to reduce the size of the flex tables. 13 years ago
Heikki Linnakangas 59d0bf9dca Add cost estimation of range @> and <@ operators. 13 years ago