aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix incorrect link in v10 release notes.Tom Lane2017-10-19
* Fix typoMagnus Hagander2017-10-19
* Fix typo in release notesMagnus Hagander2017-10-19
* Make release notes aware that --xlog-method was renamedAlvaro Herrera2017-10-18
* Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane2017-10-16
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-16
* Restore nodeAgg.c's ability to check for improperly-nested aggregates.Tom Lane2017-10-15
* Fix possible crash with Parallel Bitmap Heap Scan.Robert Haas2017-10-13
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-12
* Doc: fix typo in release notes.Tom Lane2017-10-12
* Infer functional dependency past RelabelTypeAlvaro Herrera2017-10-12
* Fix logical replication to fire BEFORE ROW DELETE triggers.Robert Haas2017-10-12
* Prevent sharing transition states between ordered-set aggregates.Tom Lane2017-10-11
* Prevent idle in transaction session timeout from sometimes being ignored.Andres Freund2017-10-11
* Doc: fix missing explanation of default object privileges.Tom Lane2017-10-11
* Fix mistakes in comments.Robert Haas2017-10-11
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-11
* Add missing clean step to src/test/modules/brin/Makefile.Tom Lane2017-10-10
* Increase distance between flush requests during bulk file copies.Tom Lane2017-10-08
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane2017-10-06
* Fix access-off-end-of-array in clog.c.Tom Lane2017-10-06
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Fix more user-visible elog() calls.Robert Haas2017-10-05
* Fix race condition with unprotected use of a latch pointer variable.Tom Lane2017-10-03
* Fix coding rules violations in walreceiver.cAlvaro Herrera2017-10-03
* Stamp 10.0.REL_10_0Tom Lane2017-10-02
* Translation updatesPeter Eisentraut2017-10-02
* Expand collation documentationPeter Eisentraut2017-10-02
* Update v10 release notes, and set the official release date.Tom Lane2017-10-01
* Use a longer connection timeout in pg_isready test.Tom Lane2017-10-01
* Add list of acknowledgments to release notesPeter Eisentraut2017-10-01
* Fix busy-wait in pgbench, with --rate.Heikki Linnakangas2017-10-01
* Fix inadequate locking during get_rel_oids().Tom Lane2017-09-29
* pgbench: If we fail to send a command to the server, fail.Robert Haas2017-09-29
* psql: Update \d sequence displayPeter Eisentraut2017-09-29
* Fix freezing of a dead HOT-updated tupleAlvaro Herrera2017-09-28
* Fix behavior when converting a float infinity to numeric.Tom Lane2017-09-27
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Improve the CREATE POLICY documentation.Dean Rasheed2017-09-27
* Don't recommend "DROP SCHEMA information_schema CASCADE".Noah Misch2017-09-26
* Improve wording of error message added in commit 714805010.Tom Lane2017-09-26
* Fix failure-to-read-man-page in commit 899bd785c.Tom Lane2017-09-26
* Remove heuristic same-transaction test from check_safe_enum_use().Tom Lane2017-09-26
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-26
* Handle heap rewrites better in logical replicationPeter Eisentraut2017-09-26
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25
* Support building with Visual Studio 2017Andrew Dunstan2017-09-25
* Allow ICU to use SortSupport on Windows with UTF-8Peter Eisentraut2017-09-24
* doc: Expand user documentation on SCRAMPeter Eisentraut2017-09-24