summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-02-11Limit pgbench COPY FREEZE to ordinary relationsMelanie Plageman
2025-02-11Injection points for hash aggregation.Jeff Davis
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-11config: Rename "Asynchronous Behavior" to "I/O"Andres Freund
2025-02-11config: Split "Worker Processes" out of "Asynchronous Behavior"Andres Freund
2025-02-11Allow extension functions to participate in in-place updates.Tom Lane
2025-02-11Implement new optimization rule for updates of expanded variables.Tom Lane
2025-02-11Detect whether plpgsql assignment targets are "local" variables.Tom Lane
2025-02-11Preliminary refactoring of plpgsql expression construction.Tom Lane
2025-02-11Refactor pl_funcs.c to provide a usage-independent tree walker.Tom Lane
2025-02-11Replace AssertMacro() with Assert() when not in macroPeter Eisentraut
2025-02-10Fix indentation of comment in plannodes.hMichael Paquier
2025-02-10Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations.Tom Lane
2025-02-10Lock table in ShareUpdateExclusive when importing index stats.Jeff Davis
2025-02-10Fix type in test_escape testAndres Freund
2025-02-10Add test of various escape functionsAndres Freund
2025-02-10Fix handling of invalidly encoded data in escaping functionsAndres Freund
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-02-10Reformat node comments in plannodes.hMichael Paquier
2025-02-09Cache NO ACTION foreign keys separately from RESTRICT foreign keysPeter Eisentraut
2025-02-09Make TLS write functions' buffer arguments pointers constPeter Eisentraut
2025-02-09Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier
2025-02-07Fix pgbench performance issue induced by commit af35fe501.Tom Lane
2025-02-07Allow non-btree speculative insertion indexesPeter Eisentraut
2025-02-07Support non-btree indexes for foreign keysPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-02-07injection_points: Tweak more permutation in isolation test "basic"Michael Paquier
2025-02-07Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restartMichael Paquier
2025-02-06Disallow COPY FREEZE on foreign tables.Nathan Bossart
2025-02-06libpq: Handle asynchronous actions during SASLDaniel Gustafsson
2025-02-06Remove support for linking with libeay32 and ssleay32Daniel Gustafsson
2025-02-06Fix autovacuum_vacuum_max_threshold's GUC description.Nathan Bossart
2025-02-06injection_points: Re-enable permutation in isolation test "basic"Michael Paquier
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-02-05Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane
2025-02-05Avoid updating inactive_since for invalid replication slots.Amit Kapila
2025-02-04meson: Add missing dependencies for libpq testsAndres Freund
2025-02-04meson: Add missing dependencies to libpq_pipeline testAndres Freund
2025-02-04meson: Add test dependencies for test_json_parserAndres Freund
2025-02-04meson: Add pg_regress_ecpg to ecpg test dependenciesAndres Freund
2025-02-04pg_controldata: Fix possible errors on corrupted pg_controlAlexander Korotkov
2025-02-04Allow usage of match_orclause_to_indexcol() for joinsAlexander Korotkov
2025-02-04Revise the header comment for match_clause_to_indexcol()Alexander Korotkov
2025-02-04vacuumdb: Add missing PQfinish() calls to vacuum_one_database().Nathan Bossart
2025-02-04Add data for WAL in pg_stat_io and backend statisticsMichael Paquier
2025-02-03Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()Peter Eisentraut
2025-02-03Fix incorrect range in pg_regress comment.Tom Lane