summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-26Add regression test for pg_backend_memory_contexts.Fujii Masao
2020-08-26Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.Fujii Masao
2020-08-26Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao
2020-08-25Fixup some misusages of bms_num_members()David Rowley
2020-08-25docs: client certificates are always sent to the serverBruce Momjian
2020-08-25doc: Fix up title casePeter Eisentraut
2020-08-24doc: Fix some markups for support functions of index AMsMichael Paquier
2020-08-24Improve the vacuum error context phase information.Amit Kapila
2020-08-22Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane
2020-08-22Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.Tom Lane
2020-08-22doc: Fix format, incorrect structure names and markup inconsistenciesMichael Paquier
2020-08-22docs: improve description of how to handle multiple databasesBruce Momjian
2020-08-21docs: add COMMENT examples for new features, rename rtreeBruce Momjian
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-21Fix explain regression test failure.Fujii Masao
2020-08-21Rework EXPLAIN for planner's buffer usage.Fujii Masao
2020-08-21Fix typos in comments.Fujii Masao
2020-08-20Fix a few typos in JIT comments and READMEDavid Rowley
2020-08-20Revert "Make vacuum a bit more verbose to debug BF failure."Andres Freund
2020-08-20Revise REINDEX CONCURRENTLY recovery instructionsAlvaro Herrera
2020-08-20Acquire ProcArrayLock exclusively in ProcArrayClearTransaction.Andres Freund
2020-08-19Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane
2020-08-19Add pg_backend_memory_contexts system view.Fujii Masao
2020-08-18Fix race condition in snapshot caching when 2PC is used.Andres Freund
2020-08-18Avoid non-constant format string argument to fprintf().Heikki Linnakangas
2020-08-18snapshot scalability: cache snapshots using a xact completion counter.Andres Freund
2020-08-18Fix use-after-release issue in PL/SampleMichael Paquier
2020-08-18Add PL/Sample to src/test/modules/Michael Paquier
2020-08-17Disable autovacuum for BRIN test tableAlvaro Herrera
2020-08-17Doc: fix description of UNION/CASE/etc type unification.Tom Lane
2020-08-17Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas
2020-08-17Make xact.h usable in frontend.Heikki Linnakangas
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-16Fix use of wrong index in ComputeXidHorizons().Andres Freund
2020-08-16Make vacuum a bit more verbose to debug BF failure.Andres Freund
2020-08-16Correct several behavior descriptions in comments.Noah Misch
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-15Remove no-longer-usable hstore--1.0--1.1.sql update script.Tom Lane
2020-08-15Remove obsolete cygwin.h hackPeter Eisentraut
2020-08-15Remove obsolete HAVE_BUGGY_SOLARIS_STRTODPeter Eisentraut
2020-08-15Mark a few logical decoding related variables with PGDLLIMPORT.Amit Kapila
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-08-14snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund
2020-08-14snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund
2020-08-14snapshot scalability: Introduce dense array of in-progress xids.Andres Freund
2020-08-14pg_dump: fix dependencies on FKs to partitioned tablesAlvaro Herrera
2020-08-14Fix obsolete comment in xlogutils.c.Peter Geoghegan
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane