summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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
2025-07-10injection_points: Add injection_points_list()Michael Paquier
2025-07-09Use pg_assume() to avoid compiler warning below exec_set_found()Andres Freund
2025-07-09Add pg_assume(expr) macroAndres Freund
2025-07-09Link libpq with libdl if the platform needs that.Tom Lane
2025-07-09Change wchar2char() and char2wchar() to accept a locale_t.Jeff Davis
2025-07-09Minor tweaks for pg_test_timing.Tom Lane
2025-07-09Introduce pg_dsm_registry_allocations view.Nathan Bossart
2025-07-09Fix tab-completion for COPY and \copy options.Masahiko Sawada
2025-07-09psql: Improve psql tab completion for GRANT/REVOKE on large objects.Fujii Masao
2025-07-09Hide ICU C++ APIs from pg_locale.hJohn Naylor
2025-07-09libpq: Add TAP test for nested service fileMichael Paquier
2025-07-09libpq: Remove PQservice()Michael Paquier
2025-07-08Fix low-probability memory leak in XMLSERIALIZE(... INDENT).Tom Lane
2025-07-08Change pg_test_timing to measure in nanoseconds not microseconds.Tom Lane
2025-07-08pg_walsummary: Improve stability of test checking statisticsMichael Paquier
2025-07-08aio: Combine io_uring memory mappings, if supportedAndres Freund
2025-07-08Consider explicit incremental sort for Append and MergeAppendRichard Guo
2025-07-07Adapt pg_upgrade test to pg_lsn output format differenceÁlvaro Herrera
2025-07-07Restore the ability to run pl/pgsql expression queries in parallel.Tom Lane
2025-07-07Refactor some repetitive SLRU codeÁlvaro Herrera
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-07-07Integrate FullTransactionIds deeper into two-phase codeMichael Paquier
2025-07-04Fix new pg_upgrade query not to rely on regnamespaceÁlvaro Herrera
2025-07-04pg_upgrade: Add missing newline in error messageÁlvaro Herrera
2025-07-04pg_upgrade: check for inconsistencies in not-null constraints w/inheritanceÁlvaro Herrera
2025-07-04Disable commit timestamps during bootstrapMichael Paquier
2025-07-04Speed up truncation of temporary relations.Fujii Masao
2025-07-03Simplify COALESCE() with one surviving argument.Tom Lane
2025-07-03Add cross-type comparisons to contrib/btree_gin.Tom Lane
2025-07-03Break out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
2025-07-03Obtain required table lock during cross-table updates, redux.Tom Lane