summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-27psql: Fix incorrect equality comparisonDaniel Gustafsson
2025-03-27pg_overexplain: Filter out actual row count from test result.Robert Haas
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera
2025-03-27Expand test a bitPeter Eisentraut
2025-03-27Provide thread-safe pg_localeconv_r().Peter Eisentraut
2025-03-27Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERITÁlvaro Herrera
2025-03-27libpq: Add TAP tests for service files and namesMichael Paquier
2025-03-27Optimize Query jumbleDavid Rowley
2025-03-27Fix query jumbling to account for NULL nodesDavid Rowley
2025-03-27doc: Correct description of values used in FSM for indexesMichael Paquier
2025-03-26aio: Add io_method=io_uringAndres Freund
2025-03-26aio: Add liburing dependencyAndres Freund
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