summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-09Remove redundant setting of tuplesort statusJohn Naylor
2023-01-09Fix the file mode of worker.c changed by the commit 216a784829.Amit Kapila
2023-01-09Allow left join removals and unique joins on partitioned tablesDavid Rowley
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-08Doc: improve commentary about providing our own definitions of M_PI.Tom Lane
2023-01-08Improve GIN cost estimationAlexander Korotkov
2023-01-08Extract the multiplier for CPU process cost of index page into a macroAlexander Korotkov
2023-01-07psql: Add support for \dpS and \zS.Dean Rasheed
2023-01-07Remove the streaming files for incomplete xacts after restart.Amit Kapila
2023-01-07Add additional regression tests for select_active_windowsDavid Rowley
2023-01-06Wake up a subscription's replication worker processes after DDL.Tom Lane
2023-01-06Check for two_phase change at end of process_syncing_tables_for_apply.Tom Lane
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-06Invalidate pgoutput's replication-decisions cache upon schema rename.Tom Lane
2023-01-06Fix typoPeter Eisentraut
2023-01-06Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.Dean Rasheed
2023-01-06Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE.Dean Rasheed
2023-01-06Fix pg_truncate() on Windows.Thomas Munro
2023-01-05Use unnamed POSIX semaphores on Cygwin.Thomas Munro
2023-01-05Pass down current user ID to AddRoleMems and DelRoleMems.Robert Haas
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-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-02Push lpp variable closer to usage in heapgetpage()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-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-28Add page-level freezing to VACUUM.Peter Geoghegan