summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-25Generalize index support in network support functionPeter Eisentraut
2025-03-25Add support for custom_query_jumble as a node field attributeMichael Paquier
2025-03-25Remove 'additional' pointer from TupleHashEntryData.Jeff Davis
2025-03-25Add ExecCopySlotMinimalTupleExtra().Jeff Davis
2025-03-25Create accessor functions for TupleHashEntry.Jeff Davis
2025-03-25HashAgg: use Bump allocator for hash TupleHashTable entries.Jeff Davis
2025-03-25Fix the typo in the test case added in 73eba5004a.Amit Kapila
2025-03-25Fix an oversight in 3abe9dc188.Amit Kapila
2025-03-25postgres_fdw: Avoid pulling up restrict infos from subqueriesAlexander Korotkov
2025-03-24Redefine max_files_per_process to control additionally opened filesAndres Freund
2025-03-24Expand comment for isset_offset.Nathan Bossart
2025-03-24Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman
2025-03-24Fix typoÁlvaro Herrera
2025-03-24Allow pg_recvlogical --drop-slot to work without --dbname.Fujii Masao
2025-03-24doc: Clarify required options for each action in pg_recvlogical.Fujii Masao
2025-03-24postgres_fdw: improve security checksPeter Eisentraut
2025-03-24psql: use consistent alias for pg_descriptionMagnus Hagander
2025-03-24psql: show default extension version in \dx outputMagnus Hagander
2025-03-24Add test case for when subscriber table is missing a columnHeikki Linnakangas
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-03-24Add tests for POSITION(bytea, bytea)David Rowley
2025-03-24Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier
2025-03-23psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.Tom Lane
2025-03-23Fix rare assertion failure in standby, if primary is restartedHeikki Linnakangas
2025-03-23Fix "make clean" for new TAP suite.Noah Misch
2025-03-22aio: Change prefix of PgAioResultStatus values to PGAIO_RS_Andres Freund
2025-03-22plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.Tom Lane
2025-03-22Improve nbtree array primitive scan scheduling.Peter Geoghegan
2025-03-21Use streaming read I/O in SP-GiST vacuumingMelanie Plageman
2025-03-21Fix ps display for IO workers.Thomas Munro
2025-03-21Revert inappropriate weakening of an Assert in plpgsql.Tom Lane
2025-03-21Add GUC option to control maximum active replication origins.Masahiko Sawada
2025-03-21Place "extern" declaration in the right part of pg_class.h.Tom Lane
2025-03-21Label the contents of pg_*_d.h files a little better.Tom Lane
2025-03-21Use streaming read I/O in GiST vacuumingMelanie Plageman
2025-03-21Assorted trivial cleanup of c5c239e26eMelanie Plageman
2025-03-21Fix plpgsql's handling of simple expressions in scrollable cursors.Tom Lane
2025-03-21Use streaming read I/O in btree vacuumingMelanie Plageman
2025-03-21Change one loop in ATRewriteTable to use 1-based attnumsÁlvaro Herrera
2025-03-21Support buffer forwarding in StartReadBuffers().Thomas Munro
2025-03-21Support buffer forwarding in read_stream.c.Thomas Munro
2025-03-21doc: Remove incorrect description about dropping replication slots.Fujii Masao
2025-03-21Simplify EXPLAIN code for MemoizeDavid Rowley
2025-03-20bufmgr: Improve stats when a buffer is read in concurrentlyAndres Freund
2025-03-20Show plperl version in the meson setup summary.Andrew Dunstan
2025-03-20smgr: Hold interrupts in most smgr functionsAndres Freund
2025-03-20Be more paranoid in configure's checks for CRC and POPCNT intrinsics.Tom Lane
2025-03-20Add an additional hook for EXPLAIN option validation.Robert Haas
2025-03-20Add test for pg_upgrade file transfer modes.Nathan Bossart
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart