summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-05Refactor permissions-checking for role grants.Robert Haas
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-05Remove extra regress check arguments from test_pg_db_role_settingAlexander Korotkov
2023-01-05meson: Add 'running' test setup, as a replacement for installcheckAlexander Korotkov
2023-01-04Fix some compiler warnings in aset.c and generation.cDavid Rowley
2023-01-04Check that xmax didn't commit in freeze check.Peter Geoghegan
2023-01-04Update obsolete multixact.c comments.Peter Geoghegan
2023-01-03During pg_dump startup, acquire table locks in batches.Tom Lane
2023-01-03Fix typo in memutils_memorychunk.hDavid Rowley
2023-01-03Improve documentation of the CREATEROLE attibute.Robert Haas
2023-01-03vacuumlazy.c: Save get_database_name() in vacrel.Peter Geoghegan
2023-01-03Delay commit status checks until freezing executes.Peter Geoghegan
2023-01-03Refine the definition of page-level freezing.Peter Geoghegan
2023-01-03Windows support in pg_import_system_collationsPeter Eisentraut
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Avoid reference to nonexistent array element in ExecInitAgg().Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-02Adjust VACUUM hastup LP_REDIRECT comments.Peter Geoghegan
2023-01-02Avoid special XID snapshotConflictHorizon values.Peter Geoghegan
2023-01-02Add bt_multi_page_stats() function to contrib/pageinspect.Tom Lane
2023-01-02Push lpp variable closer to usage in heapgetpage()Peter Eisentraut
2023-01-02doc: Re-order Table 28.2 "Collected Statistics Views"Peter Eisentraut
2023-01-01Accept "+infinity" in date and timestamp[tz] input.Tom Lane
2023-01-01In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane
2022-12-31ci: Change macOS builds from Intel to ARM.Thomas Munro
2022-12-30Sample postgres_fdw tables remotely during ANALYZETomas Vondra
2022-12-30Fix assert in BRIN build_distancesTomas Vondra
2022-12-30Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier
2022-12-30Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut
2022-12-30Use appendStringInfoString instead of appendBinaryStringInfo where possiblePeter Eisentraut
2022-12-30Add const to BufFileWritePeter Eisentraut
2022-12-30Remove unnecessary castsPeter Eisentraut
2022-12-29perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2022-12-29Fix oversight in 7a05425d96Andrew Dunstan
2022-12-28Add page-level freezing to VACUUM.Peter Geoghegan
2022-12-28Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan
2022-12-28Convert contrib/intarray's bqarr_in() to report errors softlyAndrew Dunstan
2022-12-28Reorder some object files in makefilesPeter Eisentraut
2022-12-27Suppress uninitialized-variable warning from a61b1f748.Tom Lane
2022-12-27Convert hstore_in to report errors softly.Tom Lane
2022-12-27Remove new locale dependency in regproc regression test.Tom Lane
2022-12-27Simplify the implementations of the to_reg* functions.Tom Lane
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-27Convert tsqueryin and tsvectorin to report errors softly.Tom Lane
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
2022-12-27Remove overzealous MultiXact freeze assertion.Peter Geoghegan
2022-12-27Add custom filtering rules to the TAP tests of pg_upgradeMichael Paquier
2022-12-27Fix incorrect copy-pasto in error message of pg_waldump.cMichael Paquier
2022-12-26pg_waldump: Add --save-fullpage=PATH to save full page images from WAL recordsMichael Paquier
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila