aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLYMichael Paquier2020-08-30
* doc: Rework tables for built-in operator classes of index AMsMichael Paquier2020-08-28
* doc: Update cracklib URLPeter Eisentraut2020-08-28
* passwordcheck: Log cracklib diagnosticsPeter Eisentraut2020-08-28
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* Fix comment in procarray.cMichael Paquier2020-08-27
* Suppress compiler warning in non-cassert builds.Tom Lane2020-08-26
* Add regression tests for REPLICA IDENTITY with dropped indexesMichael Paquier2020-08-26
* Add additional information in the vacuum error context.Amit Kapila2020-08-26
* Extend the BufFile interface.Amit Kapila2020-08-26
* Add regression test for pg_backend_memory_contexts.Fujii Masao2020-08-26
* Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.Fujii Masao2020-08-26
* Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao2020-08-26
* Fixup some misusages of bms_num_members()David Rowley2020-08-26
* docs: client certificates are always sent to the serverBruce Momjian2020-08-25
* doc: Fix up title casePeter Eisentraut2020-08-25
* doc: Fix some markups for support functions of index AMsMichael Paquier2020-08-24
* Improve the vacuum error context phase information.Amit Kapila2020-08-24
* Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane2020-08-22
* Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.Tom Lane2020-08-22
* doc: Fix format, incorrect structure names and markup inconsistenciesMichael Paquier2020-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 explain regression test failure.Fujii Masao2020-08-22
* Rework EXPLAIN for planner's buffer usage.Fujii Masao2020-08-21
* Fix typos in comments.Fujii Masao2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21
* Revert "Make vacuum a bit more verbose to debug BF failure."Andres Freund2020-08-20
* Revise REINDEX CONCURRENTLY recovery instructionsAlvaro Herrera2020-08-20
* Acquire ProcArrayLock exclusively in ProcArrayClearTransaction.Andres Freund2020-08-19
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Add pg_backend_memory_contexts system view.Fujii Masao2020-08-19
* Fix race condition in snapshot caching when 2PC is used.Andres Freund2020-08-18
* Avoid non-constant format string argument to fprintf().Heikki Linnakangas2020-08-18
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-17
* Fix use-after-release issue in PL/SampleMichael Paquier2020-08-18
* Add PL/Sample to src/test/modules/Michael Paquier2020-08-18
* Disable autovacuum for BRIN test tableAlvaro Herrera2020-08-17
* Doc: fix description of UNION/CASE/etc type unification.Tom Lane2020-08-17
* Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas2020-08-17
* Make xact.h usable in frontend.Heikki Linnakangas2020-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
* Fix use of wrong index in ComputeXidHorizons().Andres Freund2020-08-16
* Make vacuum a bit more verbose to debug BF failure.Andres Freund2020-08-16
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* Doc: various improvements for pg_basebackup reference page.Tom Lane2020-08-15
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Remove no-longer-usable hstore--1.0--1.1.sql update script.Tom Lane2020-08-15