aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix flags of some GUCs and improve some descriptionsMichael Paquier2021-11-30
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-30
* Fix typosMichael Paquier2021-11-30
* vacuumlazy.c: Rename dead_tuples to dead_items.Peter Geoghegan2021-11-29
* Centralize timestamp computation of control file on updatesMichael Paquier2021-11-29
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* vacuumlazy.c: prefer the term "cleanup lock".Peter Geoghegan2021-11-27
* Update high level vacuumlazy.c comments.Peter Geoghegan2021-11-27
* Go back to considering HOT on pages marked full.Peter Geoghegan2021-11-26
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26
* Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson2021-11-26
* Update commentsPeter Eisentraut2021-11-26
* Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier2021-11-25
* Replace straggling uses of ReadRecPtr/EndRecPtr.Andres Freund2021-11-24
* xlog.c: Remove global variables ReadRecPtr and EndRecPtr.Robert Haas2021-11-24
* Fix corner-case failure to detect improper timeline switch.Robert Haas2021-11-24
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Rename SnapBuild* macros in slot.c.Amit Kapila2021-11-24
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-24
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-24
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Add SQL functions to monitor the directory contents of replication slotsMichael Paquier2021-11-23
* Be more specific about OOM in XLogReaderAllocateAlvaro Herrera2021-11-22
* autovacuum: Improve wording in a couple placesAlvaro Herrera2021-11-22
* Add missing words in commentAlvaro Herrera2021-11-22
* Add ABI extra field to fmgr magic blockPeter Eisentraut2021-11-22
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-22
* Remove lazy_scan_heap parallel VACUUM comment block.Peter Geoghegan2021-11-21
* Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane2021-11-20
* Initialize backend status reporting during bootstrap.Andres Freund2021-11-19
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-17
* Add a planner support function for starts_with().Tom Lane2021-11-17
* Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane2021-11-17
* Improve publication error messagesDaniel Gustafsson2021-11-17
* Remove global variable "LastRec" in xlog.cMichael Paquier2021-11-17
* Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas2021-11-16
* Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila2021-11-16
* Fix thinko in bbsink_throttle_manifest_contents.Robert Haas2021-11-15
* Explain pruning pgstats accounting subtleties.Peter Geoghegan2021-11-12
* Fix memory overrun when querying pg_stat_slruMichael Paquier2021-11-12
* Report any XLogReadRecord() error in XlogReadTwoPhaseData().Noah Misch2021-11-11
* Update heap_page_prune() free space map comments.Peter Geoghegan2021-11-11
* Update another obsolete reference in vacuumlazy.c.Peter Geoghegan2021-11-11
* Improve performance of pgarch_readyXlog() with many status files.Robert Haas2021-11-11
* Restore lock level to set vacuum flagsAlvaro Herrera2021-11-11
* Doc: improve protocol spec for logical replication Type messages.Tom Lane2021-11-10
* Fix thinko in assertion in basebackup.c.Robert Haas2021-11-10
* More cleanup of 'ThisTimeLineID'.Robert Haas2021-11-10
* Improve error messages for some callers of XLogReadRecord()Michael Paquier2021-11-10