summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-20Fix a few typos in JIT comments and READMEREL_13_STABLEDavid Rowley
2020-08-20Revise REINDEX CONCURRENTLY recovery instructionsAlvaro Herrera
2020-08-19Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane
2020-08-18Avoid non-constant format string argument to fprintf().Heikki Linnakangas
2020-08-17Disable autovacuum for BRIN test tableAlvaro Herrera
2020-08-17Doc: fix description of UNION/CASE/etc type unification.Tom Lane
2020-08-17Fix printing last progress report line in client programs.Heikki Linnakangas
2020-08-17doc: Fix description about bgwriter and checkpoint in HA sectionMichael Paquier
2020-08-15Doc: various improvements for pg_basebackup reference page.Tom Lane
2020-08-15Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-08-14pg_dump: fix dependencies on FKs to partitioned tablesAlvaro Herrera
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-08-14Fix typo in test comment.Heikki Linnakangas
2020-08-14Doc: improve examples for json_populate_record() and related functions.Tom Lane
2020-08-13Handle new HOT chains in index-build table scansAlvaro Herrera
2020-08-12BRIN: Handle concurrent desummarization properlyAlvaro Herrera
2020-08-10Stamp 13beta3.REL_13_BETA3Tom Lane
2020-08-10Document clashes between logical replication and untrusted users.Noah Misch
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-08-10Translation updatesPeter Eisentraut
2020-08-09Doc: update v13 release notes for changes through today.Tom Lane
2020-08-09Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane
2020-08-08walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera
2020-08-07Add list of acknowledgments to release notesPeter Eisentraut
2020-08-07Fix yet another issue with step generation in partition pruning.Etsuro Fujita
2020-08-06amcheck: Sanitize metapage's allequalimage field.Peter Geoghegan
2020-08-06Fix bogus EXPLAIN output for Hash AggregateDavid Rowley
2020-08-05doc: clarify "state" table reference in tutorialBruce Momjian
2020-08-05Fix matching of sub-partitions when a partitioned plan is stale.Tom Lane
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-08-04Make new SSL TAP test for channel_binding more robustMichael Paquier
2020-08-03doc: PG 13 relnotes: hash_mem_multiplier can restore old behav.Bruce Momjian
2020-08-03Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.Tom Lane
2020-08-03Doc: fix obsolete info about allowed range of TZ offsets in timetz.Tom Lane
2020-08-03Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane
2020-08-03Fix rare failure in LDAP tests.Thomas Munro
2020-08-02Fix minor issues in psql's new \dAc and related commands.Tom Lane
2020-08-02Use int64 instead of long in incremental sort codeDavid Rowley
2020-07-31Restore lost amcheck TOAST test coverage.Peter Geoghegan
2020-07-31Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.Tom Lane
2020-07-31Fix recently-introduced performance problem in ts_headline().Tom Lane
2020-07-30Doc: fix high availability solutions comparison.Tatsuo Ishii
2020-07-30Use pg_bitutils for HyperLogLog.Jeff Davis
2020-07-30doc: Mention index references in pg_inheritsMichael Paquier
2020-07-29Add hash_mem_multiplier GUC.Peter Geoghegan
2020-07-29HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis
2020-07-29Rename another "hash_mem" local variable.Peter Geoghegan