summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-29Improve psql tab completion for views, FDWs, sequences and transformsMichael Paquier
2021-11-28vacuumlazy.c: prefer the term "cleanup lock".Peter Geoghegan
2021-11-27Update high level vacuumlazy.c comments.Peter Geoghegan
2021-11-26Harden be-gssapi-common.h for headerscheckAlvaro Herrera
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-26Add test for REVOKE ADMIN OPTIONDaniel Gustafsson
2021-11-26Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson
2021-11-26Update commentsPeter Eisentraut
2021-11-25Remove unneeded Python includesPeter Eisentraut
2021-11-25Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier
2021-11-25Fix fstat() emulation on Windows with standard streamsMichael 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-24Remove useless LZ4 system call on failure when writing file headerMichael Paquier
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Add support for Visual Studio 2022 in build scriptsMichael Paquier
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-22Adjust pg_dump's priority ordering for casts.Tom Lane
2021-11-22Fix pg_dump --inserts mode for generated columns with dropped columns.Tom Lane
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-21pg_receivewal, pg_recvlogical: allow canceling initial password prompt.Tom Lane
2021-11-21Doc: update some things relevant to minimum Test::More version.Tom Lane
2021-11-20Require version 0.98 of Test::More for TAP testsAndrew Dunstan
2021-11-20Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane
2021-11-19Allow psql's other uses of simple_prompt() to be interrupted by ^C.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-19Improve psql tab completion for transforms, domains and sequencesMichael Paquier
2021-11-18Fix quoting of ACL item in table for upgrade binary compatibility checksMichael Paquier
2021-11-18Add table to regression tests for binary-compatibility checks in pg_upgradeMichael Paquier
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-17Clean up error handling in pg_basebackup's walmethods.c.Tom Lane
2021-11-17Handle close() failures more robustly in pg_dump and pg_basebackup.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-17Fix incorrect format placeholdersPeter Eisentraut
2021-11-17Remove global variable "LastRec" in xlog.cMichael Paquier
2021-11-16Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera