Commit Graph

59345 Commits (b4db64270e0c18f72c9c7bf214c809949875a85a)
 

Author SHA1 Message Date
Michael Paquier b4db64270e Apply more quoting to GUC names in messages 1 year ago
Amit Kapila 6c2b5edecc Collect statistics about conflicts in logical replication. 1 year ago
Richard Guo 9626068f13 Avoid unnecessary post-sort projection 1 year ago
Richard Guo 4f1124548f Check the validity of commutators for merge/hash clauses 1 year ago
Michael Paquier 08b9b9e043 Fix inconsistent LWLock tranche name "CommitTsSLRU" 1 year ago
Michael Paquier 2cdcae9da6 Avoid installcheck failure in TAP tests using injection_points 1 year ago
Jeff Davis 12d3345c0d Remember last collation to speed up collation cache. 1 year ago
Michael Paquier 516ff05539 Simplify makefiles exporting twice enable_injection_points 1 year ago
Thomas Munro 813fde73d4 Standardize "read-ahead advice" terminology. 1 year ago
Noah Misch 1c61fd8b52 Fix stack variable scope from previous commit. 1 year ago
Noah Misch ed1b1ee59f Optimize pg_visibility with read streams. 1 year ago
Noah Misch c582b75851 Add block_range_read_stream_cb(), to deduplicate code. 1 year ago
Daniel Gustafsson ba7625a7a5 Use library functions to edit config in SSL tests 1 year ago
Daniel Gustafsson e5f1f0a4f2 Test for PG_TEST_EXTRA separately in SSL tests 1 year ago
Daniel Gustafsson 31a98934d1 Fix typos in code comments and test data 1 year ago
Peter Eisentraut 2b5f57977f Add const qualifiers to XLogRegister*() functions 1 year ago
Michael Paquier 4236825197 Fix typos and grammar in code comments and docs 1 year ago
Michael Paquier c7cd2d6ed0 Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder 1 year ago
Daniel Gustafsson 94eec79633 doc: Consistently use result set in documentation 1 year ago
Peter Eisentraut 2befd22790 Fix rarely-run test for message wording change 1 year ago
Daniel Gustafsson c3333dbc0c Only perform pg_strong_random init when required 1 year ago
Daniel Gustafsson a70e01d430 Remove support for OpenSSL older than 1.1.0 1 year ago
Daniel Gustafsson 6ebeeae296 Cache typarray for fast lookups in binary upgrade mode 1 year ago
Peter Eisentraut 4d5111b3f1 More use of getpwuid_r() directly 1 year ago
Michael Paquier 23138284cd Rename enum labels of PG_Locale_Strategy 1 year ago
Thomas Munro 4effd0844d Fix unfairness in all-cached parallel seq scan. 1 year ago
Thomas Munro ecd56459cf Stabilize 039_end_of_wal test. 1 year ago
Masahiko Sawada d7613ea72f Clarify restrict_nonsystem_relation_kind description. 1 year ago
Tom Lane 0e5c823806 Make postgres_fdw's query_cancel test less flaky. 1 year ago
Tom Lane cb8e50a4a0 Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. 1 year ago
Tom Lane 3409b4db63 Remove one memoize test case added by commit 069d0ff02. 1 year ago
Michael Paquier c39afc38cf Define PG_LOGICAL_DIR for path pg_logical/ in data folder 1 year ago
Michael Paquier 2065ddf5e3 Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder 1 year ago
Michael Paquier a83a944e9f Rename pg_sequence_read_tuple() to pg_get_sequence_data() 1 year ago
Tom Lane 43f2e7634d Fix mis-deparsing of ORDER BY lists when there is a name conflict. 1 year ago
Peter Eisentraut edee0c621d Message style improvements 1 year ago
Peter Eisentraut 894be11adf Put generated_stored test objects in a schema 1 year ago
Peter Eisentraut b9ed496925 Rename regress test generated to generated_stored 1 year ago
Peter Eisentraut 4d68a04324 Disallow USING clause when altering type of generated column 1 year ago
Heikki Linnakangas 478846e768 Rename some shared memory initialization routines 1 year ago
Heikki Linnakangas fbce7dfc77 Refactor lock manager initialization to make it a bit less special 1 year ago
Michael Paquier 9f87da1cff Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.c 1 year ago
Peter Eisentraut d7fe02fb9e Fixup for prefetching support on macOS 1 year ago
Amit Kapila 640178c92e Rename the conflict types for the origin differ cases. 1 year ago
Amit Kapila 9d90e2bdaf Doc: Fix the ambiguity in the description of failover slots. 1 year ago
Peter Eisentraut 6654bb9204 Add prefetching support on macOS 1 year ago
Peter Eisentraut 2e6a8047f0 Message style improvements 1 year ago
Peter Eisentraut dc26ff2f22 Fix misplaced translator comments 1 year ago
Masahiko Sawada 7229ebe011 Fix identation. 1 year ago
Masahiko Sawada 52f1d6730b Fix memory counter update in ReorderBuffer. 1 year ago