aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Prevent deadlock in ginRedoDeletePage()Alexander Korotkov2018-12-13
* Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov2018-12-13
* Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane2018-12-12
* Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane2018-12-12
* Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier2018-12-12
* Fix test_rls_hooks to assign expression collations properly.Tom Lane2018-12-11
* Doc: improve documentation about ALTER LARGE OBJECT requirements.Tom Lane2018-12-11
* Raise some timeouts to 180s, in test code.Noah Misch2018-12-10
* Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane2018-12-10
* Doc: remove obsolete reference to recursive expression evaluation.Tom Lane2018-12-10
* Make TupleDescInitBuiltinEntry throw error for unsupported types.Tom Lane2018-12-10
* Add pg_dump test for empty OP classStephen Frost2018-12-10
* Add additional partition tests to pg_dumpStephen Frost2018-12-10
* Remove dead code in toast_fetch_datum_sliceStephen Frost2018-12-10
* Ensure cleanup of orphan archive status filesMichael Paquier2018-12-10
* Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier2018-12-09
* Doc: document that we expect CHECK constraint conditions to be immutable.Tom Lane2018-12-07
* Doc: remove obsolete statements about system OID columns in ALTER TABLE.Tom Lane2018-12-07
* In PQprint(), write HTML table trailer before closing the output pipe.Tom Lane2018-12-07
* Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane2018-12-07
* Clean up sloppy coding in publicationcmds.c's OpenTableList().Tom Lane2018-12-07
* Doc: make cross-reference to format() function more specific.Tom Lane2018-12-07
* Fix some errhint and errdetail strings missing a periodMichael Paquier2018-12-07
* Improve our response to invalid format strings, and detect more cases.Tom Lane2018-12-06
* Improve planner stats documentationStephen Frost2018-12-06
* Cleanup minor pg_dump memory leaksStephen Frost2018-12-06
* Cleanup comments in xlog compressionStephen Frost2018-12-06
* Change true/false to on/off.Tatsuo Ishii2018-12-06
* Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera2018-12-05
* Fix invalid value of synchronous_commit in description of flush_lagMichael Paquier2018-12-05
* Fix typoStephen Frost2018-12-04
* postgres_fdw: Improve cost and size estimation for aggregate pushdown.Etsuro Fujita2018-12-04
* Refactor documentation about privileges to centralize the info.Tom Lane2018-12-03
* Add some missing schema qualificationsMichael Paquier2018-12-03
* Add PGXS options to control TAP and isolation tests, take twoMichael Paquier2018-12-03
* Eliminate parallel-make hazard in ecpg/preproc.Tom Lane2018-12-01
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Add a --socketdir option to pg_upgrade.Tom Lane2018-12-01
* Fix tablespace path TAP test of pg_verify_checksums for msysMichael Paquier2018-12-01
* Silence compiler warningAlvaro Herrera2018-11-30
* Fix typo.Amit Kapila2018-11-30
* Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier2018-11-30
* Switch pg_verify_checksums back to a blacklistMichael Paquier2018-11-30
* Document handling of invalid/ambiguous timestamp input near DST boundaries.Tom Lane2018-11-29
* Add log_statement_sample_rate parameterAlvaro Herrera2018-11-29
* Ensure static libraries have correct mod time even if ranlib messes it up.Tom Lane2018-11-29
* doc: Add appendix detailing some limits of PostgreSQLPeter Eisentraut2018-11-29
* Add pg_partition_tree to documentation indexMichael Paquier2018-11-29
* Add support for NO_INSTALLCHECK in MSVC scriptsMichael Paquier2018-11-29