summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-18Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdwAlexander Korotkov
2025-07-17Add a test harness for the binary heap code.Nathan Bossart
2025-07-17Fix PQport to never return NULL unless the connection is NULL.Tom Lane
2025-07-17Remove assertion from PortalRunMultiÁlvaro Herrera
2025-07-17doc: Add note about how to use pg_overexplain.Nathan Bossart
2025-07-17Remove duplicate lineAmit Langote
2025-07-17Split regression tests for TOAST compression methods into two filesMichael Paquier
2025-07-17Fix inconsistent LWLock tranche names for MultiXact*Michael Paquier
2025-07-16doc: Add example file for COPYDaniel Gustafsson
2025-07-16Force LC_COLLATE to C in postmaster.Jeff Davis
2025-07-16Fix dumping of comments on invalid constraints on domainsÁlvaro Herrera
2025-07-16nbtree: Use only one notnullkey ScanKeyData.Peter Geoghegan
2025-07-16pg_dumpall: Skip global objects with --statistics-only or --no-schema.Jeff Davis
2025-07-16psql: Fix note on project naming in output of \copyright.Nathan Bossart
2025-07-16Refactor non-supported compression error message in toast_compression.cMichael Paquier
2025-07-16pgoutput: Initialize missing default for "origin" parameter.Fujii Masao
2025-07-15doc: Document default values for pgoutput options in protocol.sgml.Fujii Masao
2025-07-15doc: Fix confusing description of streaming option in START_REPLICATION.Fujii Masao
2025-07-15doc: Clarify that total_vacuum_time excludes VACUUM FULL.Fujii Masao
2025-07-15Doc: clarify description of regexp fields in pg_ident.conf.Tom Lane
2025-07-15Clarify the ra != rb case in compareJsonbContainers().Tom Lane
2025-07-15Silence uninitialized-value warnings in compareJsonbContainers().Tom Lane
2025-07-15Doc: clarify description of current-date/time functions.Tom Lane
2025-07-15psql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and FOREIGN SERVER.Fujii Masao
2025-07-15Fix comments in index.cMichael Paquier
2025-07-14amcheck: Improve error message for partitioned index target.Fujii Masao
2025-07-14psql: Add variable SERVICEFILEMichael Paquier
2025-07-13In username-map substitution, cope with more than one \1.Tom Lane
2025-07-13libpq: Add "servicefile" connection optionMichael Paquier
2025-07-12Remove XLogCtl->ckptFullXid.Nathan Bossart
2025-07-12Replace float8 with int in date2isoweek() and date2isoyear().Tom Lane
2025-07-12Remove long-unused TransactionIdIsActive()Andres Freund
2025-07-12aio: Fix configuration reload in IO workers.Thomas Munro
2025-07-12aio: Remove obsolete IO worker ID references.Thomas Munro
2025-07-12aio: Regularize IO worker internal naming.Thomas Munro
2025-07-12Fix stale idle flag when IO workers exit.Thomas Munro
2025-07-11Fix inconsistent quoting of role names in ACLs.Tom Lane
2025-07-11oauth: Run Autoconf tests with correct compiler flagsJacob Champion
2025-07-11Add FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
2025-07-11Add MODE option to CHECKPOINT command.Nathan Bossart
2025-07-11Add option list to CHECKPOINT command.Nathan Bossart
2025-07-11Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
2025-07-11Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.Nathan Bossart
2025-07-11Force LC_NUMERIC to C while running TAP tests.Tom Lane
2025-07-11Fix the handling of two GUCs during upgrade.Amit Kapila
2025-07-11Doc: fix outdated protocol version.Tatsuo Ishii
2025-07-10doc: Clarify meaning of "idle" in idle_replication_slot_timeout.Fujii Masao
2025-07-10Change unit of idle_replication_slot_timeout to seconds.Fujii Masao
2025-07-10Fix sslkeylogfile error handling loggingDaniel Gustafsson
2025-07-10pg_dump: Fix object-type sort priority for large objects.Nathan Bossart