Commit Graph

43029 Commits (898d24ae2ad7195869c558eb6c126ff6a90474e8)
 

Author SHA1 Message Date
Peter Eisentraut 898d24ae2a PL/Python: Fix hint about returning composite type from Python 9 years ago
Peter Eisentraut b295cc3b9a Fix typo in comment 9 years ago
Tom Lane 1f201a818a Fix race conditions and missed wakeups in syncrep worker signaling. 9 years ago
Peter Eisentraut 1db49c3b6d Fix typo in comment 9 years ago
Peter Eisentraut da8f26ec4e Fix typo in comment 9 years ago
Peter Eisentraut 1acc04e404 Remove outdated comment 9 years ago
Peter Eisentraut 4260c05c6d Update code comments for pg_xlog -> pg_wal 9 years ago
Tom Lane 609fa63db6 Check for error during PQendcopy. 9 years ago
Tom Lane fca85f8ef1 Fix walsender to exit promptly if client requests shutdown. 9 years ago
Peter Eisentraut 13a57710db Prohibit creating ICU collation with different ctype 9 years ago
Robert Haas 7d4a1838ef Add missing period to comment. 9 years ago
Peter Eisentraut 54baa48139 Copy collencoding in CREATE COLLATION / FROM 9 years ago
Tom Lane 08aed6604d Eat XIDs more efficiently in recovery TAP test. 9 years ago
Tom Lane 1ae8536545 Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer. 9 years ago
Tom Lane f13ea95f9e Change pg_ctl to detect server-ready by watching status in postmaster.pid. 9 years ago
Andrew Gierth 8c55244ae3 Fix transition tables for ON CONFLICT. 9 years ago
Andrew Gierth c46c0e5202 Fix transition tables for wCTEs. 9 years ago
Andrew Gierth 501ed02cf6 Fix transition tables for partition/inheritance. 9 years ago
Tom Lane 99255d73c0 Second try at fixing tcp_keepalives_idle option on Solaris. 9 years ago
Stephen Frost 4500edc7e9 Do not require 'public' to exist for pg_dump -c 9 years ago
Tom Lane f0256c774d Support tcp_keepalives_idle option on Solaris. 9 years ago
Tom Lane 9c7dc89282 Re-allow SRFs and window functions within sub-selects within aggregates. 9 years ago
Tom Lane 2710ccd782 Reduce wal_retrieve_retry_interval in applicable TAP tests. 9 years ago
Tom Lane e5d494d78c Don't lose walreceiver start requests due to race condition in postmaster. 9 years ago
Tom Lane ad1b5c842b Ignore old stats file timestamps when starting the stats collector. 9 years ago
Tom Lane c61559ec3a Reduce pg_ctl's reaction time when waiting for postmaster start/stop. 9 years ago
Tom Lane 5c77690f6f Improve wait logic in TAP tests for streaming replication. 9 years ago
Tom Lane 5efccc1cb4 Avoid useless "x = ANY(ARRAY[])" test for empty partition list. 9 years ago
Tom Lane 00c5e511b9 Minor code review for parse_phrase_operator(). 9 years ago
Magnus Hagander 59cd3987af Consistently use () for function calls in release notes 9 years ago
Tom Lane de0c60b7d3 Doc: minor improvements for collation-related man pages. 9 years ago
Tom Lane ddb5fdc068 Further hacking on ICU collation creation and usage. 9 years ago
Simon Riggs a15b47df35 Fix typo in comment in SerializeSnapshot 9 years ago
Simon Riggs 829f12e269 Revert 1f30295eab 9 years ago
Tom Lane d1fcc62298 Fix incorrect buffer-length argument to uloc_getDisplayName(). 9 years ago
Peter Eisentraut 08859bb5c2 Fix replication with replica identity full 9 years ago
Tom Lane 0b13b2a771 Rethink behavior of pg_import_system_collations(). 9 years ago
Simon Riggs 9ea3c64124 Improve replication lag interpolation after idle period 9 years ago
Simon Riggs a79122b061 Minor corrections to high availability docs 9 years ago
Tom Lane b6159202c9 Fix memory leakage in ICU encoding conversion, and other code review. 9 years ago
Tom Lane 8be8510cf8 Add testing to detect errors of omission in "pin" dependency creation. 9 years ago
Alvaro Herrera da2322883b Fix typos in README.dependencies 9 years ago
Alvaro Herrera 82c1507e30 Fix typo in comment 9 years ago
Robert Haas 6af9f1bd4b Document partitioned_rels in create_modifytable_path header comment. 9 years ago
Alvaro Herrera a4f06606a3 Fix autovacuum launcher attachment to its DSA 9 years ago
Robert Haas 2a6db5eba6 Update out-of-date comment in vacuumlazy.c 9 years ago
Alvaro Herrera 5dfd564b10 Fix IF NOT EXISTS in CREATE STATISTICS 9 years ago
Robert Haas 2c77903b2b postgres_fdw: Move function prototype to correct section. 9 years ago
Robert Haas da6bf13075 psql: Restore alphabetical order in words_after_create. 9 years ago
Robert Haas 1300276042 Update comment to account for table partitioning. 9 years ago