aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane2017-07-12
* Fix variable and type name in comment.Heikki Linnakangas2017-07-12
* Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas2017-07-12
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-11
* Translation updatesAlvaro Herrera2017-07-10
* On Windows, retry process creation if we fail to reserve shared memory.Tom Lane2017-07-10
* Fix COPY's handling of transition tables with indexes.Andrew Gierth2017-07-10
* Avoid unreferenced-function warning on low-functionality platforms.Tom Lane2017-07-08
* Fix typoAlvaro Herrera2017-07-07
* Fix potential data corruption during freezeTeodor Sigaev2017-07-06
* Clarify the contract of partition_rbound_cmp().Dean Rasheed2017-07-06
* Simplify the logic checking new range partition bounds.Dean Rasheed2017-07-06
* Fix output of char node fieldsPeter Eisentraut2017-07-05
* Improve subscription lockingPeter Eisentraut2017-07-03
* Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas2017-07-03
* Refine memory allocation in ICU conversionsPeter Eisentraut2017-07-01
* Reduce delay for last logicalrep feedback message when master goes idle.Tom Lane2017-07-01
* Shorten timeouts while waiting for logicalrep worker slot attach/detach.Tom Lane2017-07-01
* Fix UPDATE of GENERATED ALWAYS identity columnsPeter Eisentraut2017-06-30
* Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera2017-06-30
* Fix typo in commentPeter Eisentraut2017-06-30
* Fix race conditions and missed wakeups in syncrep worker signaling.Tom Lane2017-06-30
* Fix typo in commentPeter Eisentraut2017-06-30
* Check for error during PQendcopy.Tom Lane2017-06-30
* Fix walsender to exit promptly if client requests shutdown.Tom Lane2017-06-30
* Prohibit creating ICU collation with different ctypePeter Eisentraut2017-06-30
* Add missing period to comment.Robert Haas2017-06-30
* Copy collencoding in CREATE COLLATION / FROMPeter Eisentraut2017-06-30
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Fix transition tables for ON CONFLICT.Andrew Gierth2017-06-28
* Fix transition tables for wCTEs.Andrew Gierth2017-06-28
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-28
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-27
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-27
* Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane2017-06-26
* Ignore old stats file timestamps when starting the stats collector.Tom Lane2017-06-26
* Avoid useless "x = ANY(ARRAY[])" test for empty partition list.Tom Lane2017-06-26
* Minor code review for parse_phrase_operator().Tom Lane2017-06-26
* Further hacking on ICU collation creation and usage.Tom Lane2017-06-24
* Fix typo in comment in SerializeSnapshotSimon Riggs2017-06-24
* Revert 1f30295eab65eddaa88528876ab66e7095f4bb65Simon Riggs2017-06-24
* Fix incorrect buffer-length argument to uloc_getDisplayName().Tom Lane2017-06-23
* Fix replication with replica identity fullPeter Eisentraut2017-06-23
* Rethink behavior of pg_import_system_collations().Tom Lane2017-06-23
* Improve replication lag interpolation after idle periodSimon Riggs2017-06-23
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-23
* Fix typos in README.dependenciesAlvaro Herrera2017-06-22
* Fix typo in commentAlvaro Herrera2017-06-22
* Document partitioned_rels in create_modifytable_path header comment.Robert Haas2017-06-22