Commit Graph

55315 Commits (e753ae6397fe16db8e8e5b3e34ca6d53b4eded61)
 

Author SHA1 Message Date
Michael Paquier e753ae6397 Add tests for regex replacement with \1 in pg_ident.conf to 0003_peer.pl 3 years ago
Michael Paquier 58597edea1 doc: Simplify description of functions for pg_walinspect 3 years ago
Thomas Munro f1821b58fc Fix WaitEventSetWait() buffer overrun. 3 years ago
Alexander Korotkov 3161ae86ce Fix jsonpath existense checking of missing variables 3 years ago
Peter Eisentraut c8ad4d8166 Constify the arguments of ilist.c/h functions 3 years ago
Peter Eisentraut 881fa869c6 Code cleanup 3 years ago
Michael Paquier 8607630d74 Rename some variables related to ident files in hba.{c,h} 3 years ago
Michael Paquier bfd2542001 Fix incorrect comment in hba.h 3 years ago
Michael Paquier 5ad165d2c0 Acquire spinlock when updating 2PC slot data during logical decoding creation 3 years ago
Tom Lane f0e6d6d3c9 Revert "Get rid of the "new" and "old" entries in a view's rangetable." 3 years ago
Thomas Munro 5a26c7b310 Refactor DetermineSleepTime() to use milliseconds. 3 years ago
Thomas Munro 7389aad636 Use WaitEventSet API for postmaster's event loop. 3 years ago
Tom Lane d93d68aeea Doc: fix silly thinko in 8bf6ec3ba. 3 years ago
Peter Geoghegan d30b499997 Make lazy_vacuum_heap_rel match lazy_scan_heap. 3 years ago
Peter Geoghegan 8c233cf86b vacuumlazy.c: Tweak local variable name. 3 years ago
Peter Geoghegan 50767705ed Rename and relocate freeze plan dedup routines. 3 years ago
Tom Lane 1b4d280ea1 Get rid of the "new" and "old" entries in a view's rangetable. 3 years ago
Michael Paquier 2ff5ca86e8 Add support for tab completion after ALTER EXTENSION ADD|DROP in psql 3 years ago
Peter Geoghegan af3855cb77 Improve TransactionIdDidAbort() documentation. 3 years ago
Tom Lane 8bf6ec3ba3 Improve handling of inherited GENERATED expressions. 3 years ago
Tom Lane d0d9683287 Don't leave roles behind after core regression tests. 3 years ago
Peter Eisentraut c971a5b27a Fix MSVC build 3 years ago
Peter Eisentraut c96de2ce17 Common function for percent placeholder replacement 3 years ago
Michael Paquier 5f6401f81c Fix typos in code and comments 3 years ago
Michael Paquier 69fb29d1af Remove function declarations from headers for some undefined functions 3 years ago
David Rowley 3c6fc58209 Have the planner consider Incremental Sort for DISTINCT 3 years ago
Robert Haas e5b8a4c098 Add new GUC createrole_self_grant. 3 years ago
Robert Haas cf5eb37c5e Restrict the privileges of CREATEROLE users. 3 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