Commit Graph

59434 Commits (9db3018cf83b4be1dbcdca8274e97ea8645df49c)
 

Author SHA1 Message Date
Daniel Gustafsson 390b3cbbb2 Protect against small overread in SASLprep validation 1 year ago
Peter Eisentraut 56fead44dc Add amgettreeheight index AM API routine 1 year ago
Richard Guo f5050f795a Mark expressions nullable by grouping sets 1 year ago
Richard Guo 247dea89f7 Introduce an RTE for the grouping step 1 year ago
Michael Paquier fba49d5293 Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI() 1 year ago
Masahiko Sawada bb77752342 Add WAL usage reporting to ANALYZE VERBOSE output. 1 year ago
Tom Lane de239d01e7 Consistently use PageGetExactFreeSpace() in pgstattuple. 1 year ago
Tom Lane 218527d014 Don't bother checking the result of SPI_connect[_ext] anymore. 1 year ago
Robert Haas cdb6b0fdb0 Add PQfullProtocolVersion() to surface the precise protocol version. 1 year ago
Michael Paquier 5bbdfa8a18 Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions 1 year ago
Amit Langote dd8bea88ab SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps 1 year ago
Richard Guo 87b6c3c0b7 Fix order of parameters in a cost_sort call 1 year ago
Michael Paquier fc415edf8c Add callbacks to control flush of fixed-numbered stats 1 year ago
Tom Lane 2e62fa62d6 Avoid core dump after getpwuid_r failure. 1 year ago
Michael Paquier d8df7ac5c0 Update extension lookup routines to use the syscache 1 year ago
Jeff Davis 51edc4ca54 Remove lc_ctype_is_c(). 1 year ago
Tom Lane 129a2f6679 Fix incorrect pg_stat_io output on 32-bit machines. 1 year ago
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