summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-01-03Refactor: separate function to find all objects depending on a columnPeter Eisentraut
2024-01-02Minor fixes for search path cache code.Tom Lane
2024-01-02Remove Lock suffix from WALSummarizerLock in wait_event_names.txtRobert Haas
2024-01-02jsonpath_exec: fix typo "absense" -> "absence"Robert Haas
2024-01-02gist: fix typo "split(t)ed" -> "split"Robert Haas
2024-01-02tsquery: fix typo "rewrited" -> "rewritten"Robert Haas
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2024-01-02Add WALSummarizerLock to wait_event_names.txtRobert Haas
2024-01-02Replace the relid in some missing fields during SJEAlexander Korotkov
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2024-01-01Turn AT_PASS_* macros into an enumPeter Eisentraut
2023-12-30Fix parallel BRIN builds with synchronized scansTomas Vondra
2023-12-30Minor cleanup of the BRIN parallel build codeTomas Vondra
2023-12-30Don't send "cannot connect" errors on invalid startup packetHeikki Linnakangas
2023-12-30Add GUC backtrace_on_internal_errorPeter Eisentraut
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-28Fix variable name and commentPeter Eisentraut
2023-12-27Improve the implementation of information_schema._pg_expandarray().Tom Lane
2023-12-27Fix incorrect format placeholdersPeter Eisentraut
2023-12-27Fix incorrect data type choices in some read and write calls.Tom Lane
2023-12-27Initialize variable to placate compiler.Robert Haas
2023-12-27Improvements and fixes for e0b1ee17dcAlexander Korotkov
2023-12-27Remove BTScanOpaqueData.firstPageAlexander Korotkov
2023-12-27Fix typo and case in messagesJohn Naylor
2023-12-27Make replace_relid() leave argument unmodifiedAlexander Korotkov
2023-12-27REALLOCATE_BITMAPSETS manual compile-time optionAlexander Korotkov
2023-12-27Add asserts to bimapset manipulation functionsAlexander Korotkov
2023-12-26Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.Tom Lane
2023-12-26Remove unused macroPeter Eisentraut
2023-12-24Fix a comment for remove_self_joins_recurse()Alexander Korotkov
2023-12-24Don't constrain self-join removal due to PHVsAlexander Korotkov
2023-12-24Handle PlaceHolderVar case in replace_varno_walkerAlexander Korotkov
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-12-22Set all variable-length fields of pg_attribute to null on column dropPeter Eisentraut
2023-12-21Replace nonsense comment with a relevant one.Robert Haas
2023-12-21Fix numerous typos in incremental backup commits.Robert Haas
2023-12-21Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane
2023-12-21Fix BEFORE ROW trigger handling in cross-partition MERGE update.Dean Rasheed
2023-12-21Fix prologue of get_partition_ancestors()Peter Eisentraut
2023-12-21Show isCatalogRel in several rmgr descriptions.Masahiko Sawada
2023-12-20Add support for incremental backup.Robert Haas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-20Additional write barrier in AdvanceXLInsertBuffer().Jeff Davis
2023-12-20Use 64-bit atomics for xlblocks array elements.Jeff Davis
2023-12-20Remove MSVC scriptsMichael Paquier
2023-12-19Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.Robert Haas
2023-12-19Prevent integer overflow when forming tuple width estimates.Tom Lane
2023-12-19Simplify newNode() by removing special casesHeikki Linnakangas
2023-12-19pgoutput: Raise an error for missing protocol version parameter.Amit Kapila
2023-12-18compute_bitmap_pages' loop_count parameter should be double not int.Tom Lane