Commit Graph

55292 Commits (5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc)
 

Author SHA1 Message Date
Michael Paquier 5f6401f81c Fix typos in code and comments 2 years ago
Michael Paquier 69fb29d1af Remove function declarations from headers for some undefined functions 2 years ago
David Rowley 3c6fc58209 Have the planner consider Incremental Sort for DISTINCT 2 years ago
Robert Haas e5b8a4c098 Add new GUC createrole_self_grant. 2 years ago
Robert Haas cf5eb37c5e Restrict the privileges of CREATEROLE users. 2 years ago
Dean Rasheed f026c16a2c Fix MERGE's test for unreachable WHEN clauses. 3 years ago
Peter Eisentraut d952373a98 New header varatt.h split off from postgres.h 3 years ago
Amit Kapila cd06ccd78f Document the newly added wait events added by commit 216a784829. 3 years ago
Tom Lane 02d552c4f4 Round off random_normal() test results one more decimal place. 3 years ago
Amit Kapila f745739697 Fix the display of lock information for specktoken. 3 years ago
Tom Lane bd8d453e9b Remove pg_regress' never-documented "ignore" feature. 3 years ago
Tom Lane 09d517773f Upgrade the random.sql regression test. 3 years ago
Tom Lane 78ee60ed84 Doc: add XML ID attributes to <sectN> and <varlistentry> tags. 3 years ago
Tom Lane 38d81760c4 Invent random_normal() to provide normally-distributed random numbers. 3 years ago
John Naylor 2673ebf49a Remove redundant setting of tuplesort status 3 years ago
Amit Kapila c06caa0d62 Fix the file mode of worker.c changed by the commit 216a784829. 3 years ago
David Rowley 3c569049b7 Allow left join removals and unique joins on partitioned tables 3 years ago
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