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