aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: Change libpq function ids to mixed casePeter Eisentraut2019-07-26
* Fix LDAP test instability.Thomas Munro2019-07-26
* Add missing (COSTS OFF) to EXPLAIN added in previous commit.Andres Freund2019-07-25
* Fix slot type handling for Agg nodes performing internal sorts.Andres Freund2019-07-25
* Fix syntax error in commit 20e99cddd.Tom Lane2019-07-25
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Honor MSVC WindowsSDKVersion if setAndrew Dunstan2019-07-25
* Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane2019-07-25
* doc: Fix typoPeter Eisentraut2019-07-25
* Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund2019-07-24
* Fix failure with pgperlcritic from the TAP test of synchronous replicationMichael Paquier2019-07-25
* Fix infelicities in describeOneTableDetails' partitioned-table handling.Tom Lane2019-07-24
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Refactor checks for deleted GiST pages.Heikki Linnakangas2019-07-24
* Don't assume expr is available in pgbench testsAndrew Dunstan2019-07-24
* Doc: Clarify interactions of pg_receivewal with remote_applyMichael Paquier2019-07-24
* Improve stability of TAP test for synchronous replicationMichael Paquier2019-07-24
* Check that partitions are not in use when dropping constraintsAlvaro Herrera2019-07-23
* Improve psql's \d output for partitioned indexes.Tom Lane2019-07-23
* Improve psql's \d output for TOAST tables.Tom Lane2019-07-23
* Add CREATE DATABASE LOCALE optionPeter Eisentraut2019-07-23
* Remove more progname references in vacuumdb.cMichael Paquier2019-07-23
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Revert "initdb: Change authentication defaults"Peter Eisentraut2019-07-22
* initdb: Change authentication defaultsPeter Eisentraut2019-07-22
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-23
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Make better use of the new List implementation in a couple of placesDavid Rowley2019-07-22
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Adjust overly strict AssertDavid Rowley2019-07-22
* Remove no-longer-helpful reliance on fixed-size local array.Tom Lane2019-07-21
* Fix compilation warning of pg_basebackup with MinGWMichael Paquier2019-07-21
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-21
* Don't rely on estimates for amcheck Bloom filters.Peter Geoghegan2019-07-20
* Use column collation for extended statisticsTomas Vondra2019-07-20
* Rework examine_opclause_expression to use varonleftTomas Vondra2019-07-20
* pg_stat_statements: add missing check for pgss_enabled().Jeff Davis2019-07-19
* Silence compiler warning, hopefully.Tom Lane2019-07-19
* Doc: clarify when table rewrites happen with column addition and DEFAULTMichael Paquier2019-07-19
* Refactor parallelization processing code in src/bin/scripts/Michael Paquier2019-07-19
* Fix error in commit e6feef57.Jeff Davis2019-07-18
* Fix typo in mvdistinct.cMichael Paquier2019-07-19
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Further adjust SPITupleTable to provide a public row-count field.Tom Lane2019-07-18
* Simplify bitmap updates in multivariate MCV codeTomas Vondra2019-07-18
* Fix handling of NULLs in MCV items and constantsTomas Vondra2019-07-18
* Fix handling of opclauses in extended statisticsTomas Vondra2019-07-18
* Remove unnecessary TYPECACHE_GT_OPR lookupTomas Vondra2019-07-18
* tableam: comment improvements.Andres Freund2019-07-17