aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* pg_upgrade: Add --swap for faster file transfer.Nathan Bossart2025-03-25
* initdb: Add --no-sync-data-files.Nathan Bossart2025-03-25
* Stats: use schemaname/relname instead of regclass.Jeff Davis2025-03-25
* libpq: Deprecate pg_int64.Thomas Munro2025-03-25
* Add support for custom_query_jumble as a node field attributeMichael Paquier2025-03-25
* Remove 'additional' pointer from TupleHashEntryData.Jeff Davis2025-03-24
* Add ExecCopySlotMinimalTupleExtra().Jeff Davis2025-03-24
* Create accessor functions for TupleHashEntry.Jeff Davis2025-03-24
* HashAgg: use Bump allocator for hash TupleHashTable entries.Jeff Davis2025-03-24
* Expand comment for isset_offset.Nathan Bossart2025-03-24
* Detect and Log multiple_unique_conflicts type conflict.Amit Kapila2025-03-24
* Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier2025-03-24
* aio: Change prefix of PgAioResultStatus values to PGAIO_RS_Andres Freund2025-03-22
* Improve nbtree array primitive scan scheduling.Peter Geoghegan2025-03-22
* Add GUC option to control maximum active replication origins.Masahiko Sawada2025-03-21
* Place "extern" declaration in the right part of pg_class.h.Tom Lane2025-03-21
* Support buffer forwarding in StartReadBuffers().Thomas Munro2025-03-21
* Add an additional hook for EXPLAIN option validation.Robert Haas2025-03-20
* Add vacuum_truncate configuration parameter.Nathan Bossart2025-03-20
* extension_control_pathPeter Eisentraut2025-03-19
* Ensure first ModifyTable rel initialized if all are prunedAmit Langote2025-03-19
* Increase io_combine_limit range to 1MB.Thomas Munro2025-03-19
* Introduce io_max_combine_limit.Thomas Munro2025-03-19
* Introduce squashing of constant lists in query jumblingÁlvaro Herrera2025-03-18
* aio: Add io_method=workerAndres Freund2025-03-18
* aio: Infrastructure for io_method=workerAndres Freund2025-03-18
* Fix headerscheck warning.Jeff Davis2025-03-18
* Add some new hooks so extensions can add details to EXPLAIN.Robert Haas2025-03-18
* Increase default maintenance_io_concurrency to 16Melanie Plageman2025-03-18
* Fix indentation again.Robert Haas2025-03-18
* Make it possible for loadable modules to add EXPLAIN options.Robert Haas2025-03-18
* Add some opfamily support functions to lsyscache.cPeter Eisentraut2025-03-18
* Use correct variable name in publicationcmds.c.Amit Kapila2025-03-18
* aio: Add core asynchronous I/O infrastructureAndres Freund2025-03-17
* aio: Basic subsystem initializationAndres Freund2025-03-17
* Revert "Add redo LSN to pgstats files"Michael Paquier2025-03-17
* localbuf: Introduce StartLocalBufferIO()Andres Freund2025-03-15
* localbuf: Introduce FlushLocalBuffer()Andres Freund2025-03-15
* localbuf: Introduce TerminateLocalBufferIO()Andres Freund2025-03-15
* Optimization for lower(), upper(), casefold() functions.Jeff Davis2025-03-15
* Remove table AM callback scan_bitmap_next_blockMelanie Plageman2025-03-15
* BitmapHeapScan uses the read stream APIMelanie Plageman2025-03-15
* Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman2025-03-15
* Doc: remove obsolete comment.Tom Lane2025-03-14
* Add GUC option to log lock acquisition failures.Fujii Masao2025-03-14
* Simplify and generalize PrepareSortSupportFromIndexRel()Peter Eisentraut2025-03-14
* Swap order of extern/static and pg_nodiscardPeter Eisentraut2025-03-14
* Improve buffer manager API for backend pin limits.Thomas Munro2025-03-14
* Add reverse(bytea).Nathan Bossart2025-03-13
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13