aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Remove obsolete check in SIGTERM handler for the startup process.Nathan Bossart2024-02-14
* Centralize logic for restoring errno in signal handlers.Nathan Bossart2024-02-14
* Check that MyProcPid == getpid() in backend signal handlers.Nathan Bossart2024-02-14
* Allow pg_monitor to execute pg_current_logfile().Nathan Bossart2024-02-14
* Fix multiranges to behave more like dependent types.Tom Lane2024-02-14
* Fix BF introduced in commit ddd5f4f54a.Amit Kapila2024-02-14
* Add a slot synchronization function.Amit Kapila2024-02-14
* Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"Michael Paquier2024-02-14
* Improve comment about query_id_enabled in queryjumblefuncs.cMichael Paquier2024-02-14
* Catch overflow when rounding intervals in AdjustIntervalForTypmod.Tom Lane2024-02-13
* Fix 'mmap' DSM implementation with allocations larger than 4 GBHeikki Linnakangas2024-02-13
* Use a safer outfuncs/readfuncs representation for BitStrings.Tom Lane2024-02-13
* Skip .DS_Store files in server side utilsDaniel Gustafsson2024-02-13
* Use correct format placeholder for timeline IDsPeter Eisentraut2024-02-13
* Read WAL directly from WAL buffers.Jeff Davis2024-02-12
* Remove "#ifdef WIN32" guards from src/port/win32*.cHeikki Linnakangas2024-02-12
* Remove unnecessary smgropen() callsHeikki Linnakangas2024-02-12
* Use heap_inplace_update() to unset pg_database.dathasloginevtAlexander Korotkov2024-02-12
* Remove obsolete script related to MSVC build systemPeter Eisentraut2024-02-11
* Fix gai_strerror() thread-safety on Windows.Thomas Munro2024-02-12
* Use extensible buffers to assemble command linesPeter Eisentraut2024-02-11
* Disallow jsonpath methods involving TZ in immutable functionsAndrew Dunstan2024-02-10
* Remove race condition in pg_get_expr().Tom Lane2024-02-09
* Avoid concurrent calls to bindtextdomain().Tom Lane2024-02-09
* Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane2024-02-09
* Refactor pipe_read_line to return the full lineDaniel Gustafsson2024-02-09
* Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()Alexander Korotkov2024-02-09
* Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut2024-02-09
* Fix indentation of copyto.cMichael Paquier2024-02-09
* Improve COPY TO performance when server and client encodings matchMichael Paquier2024-02-09
* Apply pg_dump test cleanups to test_pg_dump as wellPeter Eisentraut2024-02-08
* Fix gcc >= 10 warningAlexander Korotkov2024-02-08
* Fix wrong logic in TransactionIdInRecentPast()Alexander Korotkov2024-02-08
* Fix meson installation of xid_wraparound test.Masahiko Sawada2024-02-08
* Fix warnings in cpluspluscheckJohn Naylor2024-02-08
* Rename static function to avoid conflicting namesDaniel Gustafsson2024-02-07
* Remove Start* macros in postmaster.c.Nathan Bossart2024-02-07
* Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT relDavid Rowley2024-02-07
* Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.Amit Kapila2024-02-07
* Clean-ups for 776621a5e4 and 7329240437.Amit Kapila2024-02-07
* Simplify signature of CopyAttributeOutCSV() in copyto.cMichael Paquier2024-02-07
* Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"Michael Paquier2024-02-07
* Change initial use of pg_atomic_write_u64 to initAlvaro Herrera2024-02-06
* Use atomic access for SlruShared->latest_page_numberAlvaro Herrera2024-02-06
* Further cosmetic review of hashfn_unstable.hJohn Naylor2024-02-06
* Simplify initialization of incremental hash stateJohn Naylor2024-02-06
* Fix meson installation of new generated filesPeter Eisentraut2024-02-05
* Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas2024-02-05
* Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security contextHeikki Linnakangas2024-02-05
* Enhance libpqrcv APIs to support slot synchronization.Amit Kapila2024-02-05