Commit Graph

59567 Commits (022564f60ca5cade8fd663906f3ee514573b4b5e)
 

Author SHA1 Message Date
Peter Eisentraut 9e43ab3dd7 Remove useless unconstify 1 year ago
Amit Langote bbd4c058a8 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE 1 year ago
Amit Langote ee75a03f37 SQL/JSON: Fix JSON_TABLE() column deparsing 1 year ago
Amit Langote 4d7e24e0f4 Revert recent SQL/JSON related commits 1 year ago
Amit Langote 3a97460970 SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps 1 year ago
Amit Langote 565caaa79a SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE 1 year ago
Amit Langote 68222851d5 SQL/JSON: Fix JSON_TABLE() column deparsing 1 year ago
Amit Langote 3422f5f93f Update comment about ExprState.escontext 1 year ago
Jeff Davis 7829f85a62 Be more careful with error paths in pg_set_regex_collation(). 1 year ago
Tom Lane fadff3fc94 Prevent mis-encoding of "trailing junk after numeric literal" errors. 1 year ago
Daniel Gustafsson 85837b8037 Fix handling of NULL return value in typarray lookup 1 year ago
Peter Eisentraut 4af123ad45 Fix misleading error message context 1 year ago
Michael Paquier 1b373aed20 Add callback for backend initialization in pgstats 1 year ago
Michael Paquier 341e9a05e7 Fix two NULL pointer dereferences when reading custom pgstats from file 1 year ago
Michael Paquier 5735521ac2 Check availability of module injection_points in TAP tests 1 year ago
David Rowley 908a968612 Optimize WindowAgg's use of tuplestores 1 year ago
David Rowley 19b861f880 Speedup WindowAgg code by moving uncommon code out-of-line 1 year ago
Jeff Davis 06421b0843 Remove lc_collate_is_c(). 1 year ago
Tom Lane 83eb481d52 Remove test-case workarounds for ancient libedit versions. 1 year ago
Noah Misch ddfc556a64 Revert "Optimize pg_visibility with read streams." 1 year ago
Peter Eisentraut 82b07eba9e Remove a couple of strerror() calls 1 year ago
Michael Paquier a68159ff2b Unify some error messages to ease work of translators 1 year ago
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