summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-07-02Refine memory allocation in ICU conversionsPeter Eisentraut
2017-07-01Reduce delay for last logicalrep feedback message when master goes idle.Tom Lane
2017-07-01Shorten timeouts while waiting for logicalrep worker slot attach/detach.Tom Lane
2017-07-01Fix UPDATE of GENERATED ALWAYS identity columnsPeter Eisentraut
2017-06-30Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-30Fix race conditions and missed wakeups in syncrep worker signaling.Tom Lane
2017-06-30Fix typo in commentPeter Eisentraut
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-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-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-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-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-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-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-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-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane
2017-06-21Prevent table partitions from being turned into views.Dean Rasheed
2017-06-21Fix typo in comment.Heikki Linnakangas
2017-06-20Fix typo in code commentPeter Eisentraut