summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-10-27Remove obsolete nbtree LP_DEAD item comments.Peter Geoghegan
2021-10-27Grant memory views to pg_read_all_stats.Jeff Davis
2021-10-27Fix typos in commentsDaniel Gustafsson
2021-10-27Fix ordering of items in nbtree error message.Peter Geoghegan
2021-10-27Further harden nbtree posting split code.Peter Geoghegan
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-26Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis
2021-10-26Improve HINT message that FDW reports when there are no valid options.Fujii Masao
2021-10-26Ensure that slots are zeroed before useDaniel Gustafsson
2021-10-25Reject huge_pages=on if shared_memory_type=sysv.Thomas Munro
2021-10-25Initialize variable to placate compiler.Robert Haas
2021-10-25Report progress of startup operations that take a long time.Robert Haas
2021-10-25Add enable_timeout_every() to fire the same timeout repeatedly.Robert Haas
2021-10-25Remove useless code from CreateReplicationSlot.Robert Haas
2021-10-25StartupXLOG: Don't repeatedly disable/enable local xlog insertion.Robert Haas
2021-10-25StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters.Robert Haas
2021-10-25Clarify the logic in a few places in the new balanced merge code.Heikki Linnakangas
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-21Remove unused wait events.Amit Kapila
2021-10-21Fix corruption of pg_shdepend when copying deps from template databaseMichael Paquier
2021-10-19Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera
2021-10-19Fix assignment to array of domain over composite.Tom Lane
2021-10-19Remove bogus assertion in transformExpressionList().Tom Lane
2021-10-19Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier
2021-10-18Invalidate partitions of table being attached/detachedAlvaro Herrera
2021-10-18Fix parallel sort, broken by the balanced merge patch.Heikki Linnakangas
2021-10-18Fix duplicate typedef LogicalTape.Heikki Linnakangas
2021-10-18Fix format modifier used in elog.Heikki Linnakangas
2021-10-18Replace polyphase merge algorithm with a simple balanced k-way merge.Heikki Linnakangas
2021-10-18Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas
2021-10-18Reset properly snapshot export state during transaction abortMichael Paquier
2021-10-15Remove obsolete nbtree deduplication comments.Peter Geoghegan
2021-10-14shm_mq: Update mq_bytes_written less often.Robert Haas
2021-10-14Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().Jeff Davis
2021-10-14Fix planner error with pulling up subquery expressions into function RTEs.Tom Lane
2021-10-14Postpone some end-of-recovery operations related to allowing WAL.Robert Haas
2021-10-13Refactor some end-of-recovery code out of StartupXLOG().Robert Haas
2021-10-13Fix use-after-free with multirange types in CREATE TYPEMichael Paquier
2021-10-12Refactor basebackup.c's _tarWriteDir() function.Robert Haas
2021-10-12Make autovacuum launcher more responsive to pg_log_backend_memory_contexts().Fujii Masao
2021-10-11Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.Tom Lane
2021-10-11Clean up more code using "(expr) ? true : false"Michael Paquier
2021-10-08Refactor fallback to stderr for csvlog to handle better WIN32 service caseMichael Paquier
2021-10-07Add missing word to comment in joinrels.c.Etsuro Fujita
2021-10-07Fix compilation warning in syslogger.cMichael Paquier
2021-10-07Improve order in filePeter Eisentraut
2021-10-07Refactor per-destination file rotation in logging collectorMichael Paquier
2021-10-06Fix corner-case loss of precision in numeric_power().Dean Rasheed