summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-23Move extern declarations for EXEC_BACKEND to header filesPeter Eisentraut
2024-07-23Fix private struct field name to match the code using it.Noah Misch
2024-07-23Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier
2024-07-23ldapurl is supported with simple bindPeter Eisentraut
2024-07-23Get rid of a global variablePeter Eisentraut
2024-07-23Improve comments in slru.{c,h} about segment name formatMichael Paquier
2024-07-23Replace remaining strtok() with strtok_r()Peter Eisentraut
2024-07-23Windows replacement for strtok_r()Peter Eisentraut
2024-07-23Remove redundant code in create_gather_merge_pathRichard Guo
2024-07-23Fix rowcount estimate for gather (merge) pathsRichard Guo
2024-07-22Doc: improve description of plpgsql's FETCH and MOVE commands.Tom Lane
2024-07-22Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman
2024-07-22Initialize wal_level in the initial checkpoint record.Robert Haas
2024-07-22Remove grotty use of disable_cost for TID scan plans.Robert Haas
2024-07-22Add missing call to ConditionVariableCancelSleep().Robert Haas
2024-07-22Replace some strtok() with strsep()Peter Eisentraut
2024-07-22postgres_fdw: Split out the query_cancel test to its own fileAlvaro Herrera
2024-07-22Add port/ replacement for strsep()Peter Eisentraut
2024-07-22Fix unstable test in select_parallel.sqlRichard Guo
2024-07-22Add new error code for "file name too long"Michael Paquier
2024-07-20meson: Add dependency lookups via names used by cmakeAndres Freund
2024-07-20meson: Add support for detecting ossp-uuid without pkg-configAndres Freund
2024-07-20meson: Add support for detecting gss without pkg-configAndres Freund
2024-07-20meson: Add missing argument to gssapi.h checkAndres Freund
2024-07-20Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane
2024-07-20Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG.Noah Misch
2024-07-20Add a way to create read stream object by using SMgrRelation.Noah Misch
2024-07-20Refactor PinBufferForBlock() to remove checks about persistence.Noah Misch
2024-07-20Remove "smgr_persistence == 0" dead code.Noah Misch
2024-07-19Add overflow checks to money type.Nathan Bossart
2024-07-19Test that vacuum removes tuples older than OldestXminMelanie Plageman
2024-07-19Ensure vacuum removes all visibly dead tuples older than OldestXminMelanie Plageman
2024-07-19Move resowner from common JitContext to LLVM specificHeikki Linnakangas
2024-07-19Add more test coverage for jsonpath "$.*" with arraysMichael Paquier
2024-07-19postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita
2024-07-19Propagate query IDs of utility statements in functionsMichael Paquier
2024-07-18Improve pg_ctl's message for shutdown after recovery.Tom Lane
2024-07-18Doc: improve description of plpgsql's RAISE command.Tom Lane
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-07-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-17Doc: fix minor syntax error in example.Tom Lane
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-17Avoid error in recovery test if history file is not yet presentAndrew Dunstan
2024-07-17SQL/JSON: Rethink c2d93c3802bAmit Langote
2024-07-17Make write of pgstats file durable at shutdownMichael Paquier
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
2024-07-16Add a couple of recent commits to .git-blame-ignore-revs.Nathan Bossart
2024-07-16Adjust recently added test for pg_signal_autovacuum roleAndrew Dunstan
2024-07-16SQL/JSON: Fix a paragraph in JSON_TABLE documentationAmit Langote
2024-07-16Add tap test for pg_signal_autovacuum roleMichael Paquier