summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-11-06Disallow making an empty lexeme via array_to_tsvector().Tom Lane
2021-11-06Second attempt to silence SSL compile failures on hamerkop.Tom Lane
2021-11-06Reset lastOverflowedXid on standby when neededAlexander Korotkov
2021-11-06Update obsolete reference in vacuumlazy.c.Peter Geoghegan
2021-11-06Fix handling of NaN values in BRIN minmax multiTomas Vondra
2021-11-05Update obsolete heap pruning comments.Peter Geoghegan
2021-11-05Change ThisTimeLineID from a global variable to a local variable.Robert Haas
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-11-05Don't set ThisTimeLineID when there's no reason to do so.Robert Haas
2021-11-05Avoid crash in rare case of concurrent DROPAlvaro Herrera
2021-11-05Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas
2021-11-05Add hardening to catch invalid TIDs in indexes.Peter Geoghegan
2021-11-05Add various assertions to heap pruning code.Peter Geoghegan
2021-11-03Fix snapshot reference leak if lo_export fails.Heikki Linnakangas
2021-11-03Fix parallel amvacuumcleanup safety bug.Peter Geoghegan
2021-11-02Blind attempt to silence SSL compile failures on hamerkop.Tom Lane
2021-11-02Don't overlook indexes during parallel VACUUM.Peter Geoghegan
2021-11-02Ensure consistent logical replication of datetime and float8 values.Tom Lane
2021-11-02Fix variable lifespan in ExecInitCoerceToDomain().Tom Lane
2021-11-02Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane
2021-11-02Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section.Amit Kapila
2021-11-02Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila
2021-11-01Replace unicode characters in comments with asciiDaniel Gustafsson
2021-11-01Avoid some other O(N^2) hazards in list manipulation.Tom Lane
2021-11-01Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera
2021-11-01Preserve opclass parameters across REINDEX CONCURRENTLYMichael Paquier
2021-10-31Avoid O(N^2) behavior when the standby process releases many locks.Tom Lane
2021-10-29Fix race condition in startup progress reporting.Robert Haas
2021-10-29When fetching WAL for a basebackup, report errors with a sensible TLI.Robert Haas
2021-10-29Demote pg_unreachable() in heapam to an assertion.Peter Geoghegan
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