aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Update pg_config.h.in with libnuma changesDaniel Gustafsson2025-04-16
* pg_restore cleanupsAndrew Dunstan2025-04-16
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Add missing PGDLLIMPORT markingsPeter Eisentraut2025-04-11
* Fix race with synchronous_standby_names at startupMichael Paquier2025-04-11
* Rename global variable backing DSA areaDaniel Gustafsson2025-04-10
* Fix data loss in logical replication.Amit Kapila2025-04-10
* Cleanup of pg_numa.cTomas Vondra2025-04-09
* Fix a few oversights in the longer cancel keys patchHeikki Linnakangas2025-04-09
* Perform missed catversion bumpDaniel Gustafsson2025-04-09
* Rename argument in pg_get_process_memory_contexts().Daniel Gustafsson2025-04-08
* Introduce file_copy_method setting.Thomas Munro2025-04-08
* Add function to get memory context stats for processesDaniel Gustafsson2025-04-08
* Add pg_buffercache_evict_{relation,all} functionsAndres Freund2025-04-08
* Speedup child EquivalenceMember lookup in plannerDavid Rowley2025-04-08
* Introduce pg_shmem_allocations_numa viewTomas Vondra2025-04-07
* Add support for basic NUMA awarenessTomas Vondra2025-04-07
* aio: Make AIO more compatible with valgrindAndres Freund2025-04-07
* Fix erroneous construction of functions' dependencies on transforms.Tom Lane2025-04-07
* Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera2025-04-07
* Add local-address escape "%L" to log_line_prefix.Tom Lane2025-04-07
* Revert "Use workaround of __builtin_setjmp only on MINGW on MSVCRT"Andrew Dunstan2025-04-07
* Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut2025-04-06
* Compute CRC32C using AVX-512 instructions where availableJohn Naylor2025-04-06
* add new list type simple_oid_string_list to fe-utils/simple_listAndrew Dunstan2025-04-04
* Improve nbtree skip scan primitive scan scheduling.Peter Geoghegan2025-04-04
* Further optimize nbtree search scan key comparisons.Peter Geoghegan2025-04-04
* Add nbtree skip scan optimization.Peter Geoghegan2025-04-04
* Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriateAlexander Korotkov2025-04-04
* Extract make_SAOP_expr() function from match_orclause_to_indexcol()Alexander Korotkov2025-04-04
* Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao2025-04-04
* Use standard die() signal handler in walreceiverHeikki Linnakangas2025-04-04
* Convert PathKey to use CompareTypePeter Eisentraut2025-04-04
* Revert "Improve accounting for memory used by shared hash tables"Tomas Vondra2025-04-04
* Make derived clause lookup in EquivalenceClass more efficientAmit Langote2025-04-04
* Add missing declarations to pg_config.h.inDaniel Gustafsson2025-04-03
* libpq: Add support for dumping SSL key material to fileDaniel Gustafsson2025-04-03
* Update Unicode data to Unicode 16.0.0Peter Eisentraut2025-04-03
* Fix slot synchronization for two_phase enabled slots.Amit Kapila2025-04-03
* Remove HeapBitmapScan's skip_fetch optimizationAndres Freund2025-04-02
* Change SQL-language functions to use the plan cache.Tom Lane2025-04-02
* Add GiST and btree sortsupport routines for range typesHeikki Linnakangas2025-04-02
* Improve accounting for memory used by shared hash tablesTomas Vondra2025-04-02
* Make cancel request keys longerHeikki Linnakangas2025-04-02
* libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas2025-04-02
* Fix code commentPeter Eisentraut2025-04-02
* Add timingsafe_bcmp(), for constant-time memory comparisonHeikki Linnakangas2025-04-02
* Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut2025-04-02
* Get rid of WALBufMappingLockAlexander Korotkov2025-04-02
* Improve error message when standby does accept connections.Fujii Masao2025-04-02