aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: improve description of subscripting of arraysBruce Momjian2020-08-31
* docs: improve 'capitals' inheritance exampleBruce Momjian2020-08-31
* doc: clarify the useful features of proceduresBruce Momjian2020-08-31
* Fix docs bug stating file_fdw requires absolute pathsMagnus Hagander2020-08-31
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-30
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* docs: client certificates are always sent to the serverBruce Momjian2020-08-25
* doc: Fix up title casePeter Eisentraut2020-08-25
* Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane2020-08-22
* docs: improve description of how to handle multiple databasesBruce Momjian2020-08-21
* docs: add COMMENT examples for new features, rename rtreeBruce Momjian2020-08-21
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21
* Revise REINDEX CONCURRENTLY recovery instructionsAlvaro Herrera2020-08-20
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Avoid non-constant format string argument to fprintf().Heikki Linnakangas2020-08-18
* Disable autovacuum for BRIN test tableAlvaro Herrera2020-08-17
* Doc: fix description of UNION/CASE/etc type unification.Tom Lane2020-08-17
* Fix printing last progress report line in client programs.Heikki Linnakangas2020-08-17
* doc: Fix description about bgwriter and checkpoint in HA sectionMichael Paquier2020-08-17
* Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.Noah Misch2020-08-15
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* pg_dump: fix dependencies on FKs to partitioned tablesAlvaro Herrera2020-08-14
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* Fix typo in test comment.Heikki Linnakangas2020-08-14
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* BRIN: Handle concurrent desummarization properlyAlvaro Herrera2020-08-12
* Stamp 12.4.REL_12_4Tom Lane2020-08-10
* Last-minute updates for release notes.Tom Lane2020-08-10
* Document clashes between logical replication and untrusted users.Noah Misch2020-08-10
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-10
* Translation updatesPeter Eisentraut2020-08-10
* Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane2020-08-09
* Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23.Tom Lane2020-08-08
* walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera2020-08-08
* Fix yet another issue with step generation in partition pruning.Etsuro Fujita2020-08-07
* First-draft release notes for 12.4.Tom Lane2020-08-06
* Fix typo.Robert Haas2020-08-06
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2020-08-06
* doc: clarify "state" table reference in tutorialBruce Momjian2020-08-05
* Fix matching of sub-partitions when a partitioned plan is stale.Tom Lane2020-08-05
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-04
* Doc: fix obsolete info about allowed range of TZ offsets in timetz.Tom Lane2020-08-03
* Fix rare failure in LDAP tests.Thomas Munro2020-08-03
* Restore lost amcheck TOAST test coverage.Peter Geoghegan2020-07-31
* Fix recently-introduced performance problem in ts_headline().Tom Lane2020-07-31
* Doc: fix high availability solutions comparison.Tatsuo Ishii2020-07-31