summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-30Check for error during PQendcopy.Tom Lane
2017-06-30Fix walsender to exit promptly if client requests shutdown.Tom Lane
2017-06-30Prohibit creating ICU collation with different ctypePeter Eisentraut
2017-06-30Add missing period to comment.Robert Haas
2017-06-30Copy collencoding in CREATE COLLATION / FROMPeter Eisentraut
2017-06-29Eat XIDs more efficiently in recovery TAP test.Tom Lane
2017-06-28Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.Tom Lane
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-28Fix transition tables for ON CONFLICT.Andrew Gierth
2017-06-28Fix transition tables for wCTEs.Andrew Gierth
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-28Do not require 'public' to exist for pg_dump -cStephen Frost
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane
2017-06-26Reduce wal_retrieve_retry_interval in applicable TAP tests.Tom Lane
2017-06-26Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane
2017-06-26Ignore old stats file timestamps when starting the stats collector.Tom Lane
2017-06-26Reduce pg_ctl's reaction time when waiting for postmaster start/stop.Tom Lane
2017-06-26Improve wait logic in TAP tests for streaming replication.Tom Lane
2017-06-26Avoid useless "x = ANY(ARRAY[])" test for empty partition list.Tom Lane
2017-06-26Minor code review for parse_phrase_operator().Tom Lane
2017-06-24Further hacking on ICU collation creation and usage.Tom Lane
2017-06-24Fix typo in comment in SerializeSnapshotSimon Riggs
2017-06-24Revert 1f30295eab65eddaa88528876ab66e7095f4bb65Simon Riggs
2017-06-23Fix incorrect buffer-length argument to uloc_getDisplayName().Tom Lane
2017-06-23Fix replication with replica identity fullPeter Eisentraut
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane
2017-06-23Improve replication lag interpolation after idle periodSimon Riggs
2017-06-23Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane
2017-06-23Add testing to detect errors of omission in "pin" dependency creation.Tom Lane
2017-06-22Fix typos in README.dependenciesAlvaro Herrera
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-22Document partitioned_rels in create_modifytable_path header comment.Robert Haas
2017-06-22Fix autovacuum launcher attachment to its DSAAlvaro Herrera
2017-06-22Update out-of-date comment in vacuumlazy.cRobert Haas
2017-06-22Fix IF NOT EXISTS in CREATE STATISTICSAlvaro Herrera
2017-06-22psql: Restore alphabetical order in words_after_create.Robert Haas
2017-06-22Update comment to account for table partitioning.Robert Haas
2017-06-22Fix typo in commentMagnus Hagander
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
2017-06-21Manually un-break a few URLs that pgindent used to insist on splitting.Tom Lane
2017-06-21Remove entab and associated detritus.Tom Lane
2017-06-21Reformat comments about ResultRelInfoPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Restart logical replication launcher when killedPeter Eisentraut
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-21Adjust pgindent script to use pg_bsd_indent 2.0.Tom Lane
2017-06-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane