summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-09Fix indentation of copyto.cMichael Paquier
2024-02-09Improve COPY TO performance when server and client encodings matchMichael Paquier
2024-02-08Apply pg_dump test cleanups to test_pg_dump as wellPeter Eisentraut
2024-02-08Fix gcc >= 10 warningAlexander Korotkov
2024-02-08Fix wrong logic in TransactionIdInRecentPast()Alexander Korotkov
2024-02-08Fix meson installation of xid_wraparound test.Masahiko Sawada
2024-02-08Fix warnings in cpluspluscheckJohn Naylor
2024-02-07Rename static function to avoid conflicting namesDaniel Gustafsson
2024-02-07Remove Start* macros in postmaster.c.Nathan Bossart
2024-02-07Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT relDavid Rowley
2024-02-07Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.Amit Kapila
2024-02-07Clean-ups for 776621a5e4 and 7329240437.Amit Kapila
2024-02-07Simplify signature of CopyAttributeOutCSV() in copyto.cMichael Paquier
2024-02-06Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"Michael Paquier
2024-02-06Change initial use of pg_atomic_write_u64 to initAlvaro Herrera
2024-02-06Use atomic access for SlruShared->latest_page_numberAlvaro Herrera
2024-02-06Further cosmetic review of hashfn_unstable.hJohn Naylor
2024-02-06Simplify initialization of incremental hash stateJohn Naylor
2024-02-05Fix meson installation of new generated filesPeter Eisentraut
2024-02-05Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas
2024-02-05Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security contextHeikki Linnakangas
2024-02-05Enhance libpqrcv APIs to support slot synchronization.Amit Kapila
2024-02-05Improve the comments in 004_subscription.pl.Amit Kapila
2024-02-05Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TOMichael Paquier
2024-02-05Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier
2024-02-04libpq: Change some static functions to externAlvaro Herrera
2024-02-04libpq: Add pqReleaseConnHosts functionAlvaro Herrera
2024-02-04pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIESMichael Paquier
2024-02-02Fix typo in commentsHeikki Linnakangas
2024-02-02Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().Tom Lane
2024-02-02Fix bug in bulk extending temp relation after failureHeikki Linnakangas
2024-02-02Allow Gather Merge in more cases for parallel DISTINCTDavid Rowley
2024-02-01Sync PG_VERSION file in CREATE DATABASE.Noah Misch
2024-02-01Handle interleavings between CREATE DATABASE steps and base backup.Noah Misch
2024-02-01Update time zone data files to tzdata release 2024a.Tom Lane
2024-02-01Avoid package qualification of $windows_osAndrew Dunstan
2024-02-01Continue my quest to make 002_blocks.pl pass reliably.Robert Haas
2024-02-01Fix stats_fetch_consistency with stats for fixed-numbered objectsMichael Paquier
2024-01-31Fix copy&paste typo in commentAlvaro Herrera
2024-01-31Exclude Threadsanitizer instrumentation in exit checkDaniel Gustafsson
2024-01-31Fix costing bug in MergeAppendDavid Rowley
2024-01-31Clean pg_walsummary's tmp_check directory.Tom Lane
2024-01-31In 002_blocks.pl, try to prevent a HOT update.Robert Haas
2024-01-31Update pg_walsummary copyright notices to 2024Alvaro Herrera
2024-01-31Revise pg_walsummary's 002_blocks test to avoid spurious failures.Robert Haas
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-31Remove some obsolete smgrcloseall() calls.Heikki Linnakangas
2024-01-31Add .gitignore to src/test/modules/gin/Michael Paquier
2024-01-31Add tests for int4_bool() in int.cMichael Paquier
2024-01-31Consider the "LIMIT 1" optimization with parallel DISTINCTDavid Rowley