Commit Graph

55275 Commits (216a784829c2c5f03ab0c43e009126cbb819e9b2)
 

Author SHA1 Message Date
Amit Kapila 216a784829 Perform apply of large transactions by parallel workers. 3 years ago
Tom Lane 5687e7810f Doc: improve commentary about providing our own definitions of M_PI. 3 years ago
Alexander Korotkov cd9479af2a Improve GIN cost estimation 3 years ago
Alexander Korotkov eb5c4e953b Extract the multiplier for CPU process cost of index page into a macro 3 years ago
Tomas Vondra 57d11ef028 Check relkind before using TABLESAMPLE in postgres_fdw 3 years ago
Dean Rasheed d913928c9c psql: Add support for \dpS and \zS. 3 years ago
Amit Kapila 2b6df05461 Remove the streaming files for incomplete xacts after restart. 3 years ago
David Rowley a14a583292 Add additional regression tests for select_active_windows 3 years ago
Tom Lane c6e1f62e2c Wake up a subscription's replication worker processes after DDL. 3 years ago
Tom Lane 4c032dd804 Check for two_phase change at end of process_syncing_tables_for_apply. 3 years ago
Andrew Dunstan b1665bf01e Allow hyphens in ltree labels 3 years ago
Tom Lane a46a7011b2 Add options to control whether VACUUM runs vac_update_datfrozenxid. 3 years ago
Tom Lane cd4b2334db Invalidate pgoutput's replication-decisions cache upon schema rename. 3 years ago
Tomas Vondra 211d80c065 Fix stale comment about sample_frac adjustment 3 years ago
Peter Eisentraut 4037c5e2fe Fix typo 3 years ago
Dean Rasheed e7a59094b3 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. 3 years ago
Dean Rasheed a3bc631ea9 Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE. 3 years ago
Thomas Munro 72aea955d4 Fix pg_truncate() on Windows. 3 years ago
Thomas Munro f2857af485 Use unnamed POSIX semaphores on Cygwin. 3 years ago
Robert Haas 39cffe95f2 Pass down current user ID to AddRoleMems and DelRoleMems. 3 years ago
Robert Haas 25bb03166b Refactor permissions-checking for role grants. 3 years ago
Tom Lane 3f7836ff65 Fix calculation of which GENERATED columns need to be updated. 3 years ago
Alexander Korotkov 529da086ba Remove extra regress check arguments from test_pg_db_role_setting 3 years ago
Alexander Korotkov afdd9f7f0e meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
David Rowley b82557ecc2 Fix some compiler warnings in aset.c and generation.c 3 years ago
Peter Geoghegan eb5ad4ff05 Check that xmax didn't commit in freeze check. 3 years ago
Peter Geoghegan 5212d447fa Update obsolete multixact.c comments. 3 years ago
Tom Lane 5f53b42cfd During pg_dump startup, acquire table locks in batches. 3 years ago
David Rowley b23837dde4 Fix typo in memutils_memorychunk.h 3 years ago
Robert Haas 1c77873727 Improve documentation of the CREATEROLE attibute. 3 years ago
Peter Geoghegan 54afdcd618 vacuumlazy.c: Save get_database_name() in vacrel. 3 years ago
Peter Geoghegan 79d4bf4eff Delay commit status checks until freezing executes. 3 years ago
Peter Geoghegan b37a083239 Refine the definition of page-level freezing. 3 years ago
Peter Eisentraut bf03cfd162 Windows support in pg_import_system_collations 3 years ago
Michael Paquier 33ab0a2a52 Fix typos in comments, code and documentation 3 years ago
Tom Lane 92957ed98c Avoid reference to nonexistent array element in ExecInitAgg(). 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Geoghegan 325bc54eed Adjust VACUUM hastup LP_REDIRECT comments. 3 years ago
Peter Geoghegan 6daeeb1f91 Avoid special XID snapshotConflictHorizon values. 3 years ago
Tom Lane 1fd3dd2048 Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
Peter Eisentraut e351f85418 Push lpp variable closer to usage in heapgetpage() 3 years ago
Peter Eisentraut 72e0ff2677 doc: Re-order Table 28.2 "Collected Statistics Views" 3 years ago
Tom Lane 2ceea5adb0 Accept "+infinity" in date and timestamp[tz] input. 3 years ago
Tom Lane d747dc85ae In plpgsql, don't preassign portal names to bound cursor variables. 3 years ago
Thomas Munro 14d63dd252 ci: Change macOS builds from Intel to ARM. 3 years ago
Tomas Vondra 8ad51b5f44 Sample postgres_fdw tables remotely during ANALYZE 3 years ago
Tomas Vondra 02699bc1fd Fix assert in BRIN build_distances 3 years ago
Michael Paquier 7aa81c61ec Fix precision handling for some COERCE_SQL_SYNTAX functions 3 years ago
Peter Eisentraut 1f605b82ba Change argument of appendBinaryStringInfo from char * to void * 3 years ago
Peter Eisentraut 33a33f0ba4 Use appendStringInfoString instead of appendBinaryStringInfo where possible 3 years ago