summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-26doc: Mention possible ephemeral discrepancies in pg_stat_activityMichael Paquier
2025-03-26aio: Rename pgaio_io_prep_* to pgaio_io_start_*Andres Freund
2025-03-26aio: Pass result of local callbacks to ->report_returnAndres Freund
2025-03-26aio: Be more paranoid about interruptsAndres Freund
2025-03-26pg_overexplain: SET jit=off when running tests.Robert Haas
2025-03-26Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa05512Robert Haas
2025-03-26pg_overexplain: Additional EXPLAIN options for debugging.Robert Haas
2025-03-26Keep the decompressed filter in brin_bloom_unionTomas Vondra
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-26Move GSSAPI includes into its own headerDaniel Gustafsson
2025-03-26psql: Make test robust against locale variationsDaniel Gustafsson
2025-03-26dblink: SCRAM authentication pass-throughPeter Eisentraut
2025-03-26Add support for gamma() and lgamma() functions.Dean Rasheed
2025-03-26Fix integer-overflow problem in scram_SaltedPassword()Richard Guo
2025-03-26Use relation name instead of OID in query jumbling for RangeTblEntryMichael Paquier
2025-03-26postgres_fdw: Fix tests on some Windows variantsPeter Eisentraut
2025-03-26Add pg_dump --with-{schema|data|statistics} options.Jeff Davis
2025-03-26Fix two issues with custom_query_jumble in gen_node_support.plMichael Paquier
2025-03-26Fix order of -I switches for building pg_regress.o.Tom Lane
2025-03-25pg_stat_statements: Add more tests with temp tables and namespacesMichael Paquier
2025-03-25pg_upgrade: Add --swap for faster file transfer.Nathan Bossart
2025-03-25pg_dump: Add --sequence-data.Nathan Bossart
2025-03-25initdb: Add --no-sync-data-files.Nathan Bossart
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-25Minor doc update for commit 99f8f3fbbc.Jeff Davis
2025-03-25psql: Make default \watch interval configurableDaniel Gustafsson
2025-03-25pg_basebackup: Add missing PQclear in error pathDaniel Gustafsson
2025-03-25refactor: Pass relation OID instead of Relation to createForeignKeyCheckTrigg...Peter Eisentraut
2025-03-25refactor: Split ATExecAlterConstraintInternal()Peter Eisentraut
2025-03-25refactor: Move some code that updates pg_constraint to a separate functionPeter Eisentraut
2025-03-25Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITPeter Eisentraut
2025-03-25postgres_fdw: Remove redundant check in semijoin_target_ok()Alexander Korotkov
2025-03-25libpq: Deprecate pg_int64.Thomas Munro
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