summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-12Remove unnecessary smgropen() callsHeikki Linnakangas
2024-02-11Use heap_inplace_update() to unset pg_database.dathasloginevtAlexander Korotkov
2024-02-11Remove obsolete script related to MSVC build systemPeter Eisentraut
2024-02-11Fix gai_strerror() thread-safety on Windows.Thomas Munro
2024-02-11Use extensible buffers to assemble command linesPeter Eisentraut
2024-02-10Disallow jsonpath methods involving TZ in immutable functionsAndrew Dunstan
2024-02-09Remove race condition in pg_get_expr().Tom Lane
2024-02-09Avoid concurrent calls to bindtextdomain().Tom Lane
2024-02-09Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane
2024-02-09Refactor pipe_read_line to return the full lineDaniel Gustafsson
2024-02-09Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()Alexander Korotkov
2024-02-09Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut
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