summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-10Mark expressions nullable by grouping setsRichard Guo
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-09-09Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()Michael Paquier
2024-09-09Add WAL usage reporting to ANALYZE VERBOSE output.Masahiko Sawada
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-09Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas
2024-09-09Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier
2024-09-09SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote
2024-09-09Fix order of parameters in a cost_sort callRichard Guo
2024-09-09Add callbacks to control flush of fixed-numbered statsMichael Paquier
2024-09-08Avoid core dump after getpwuid_r failure.Tom Lane
2024-09-07Update extension lookup routines to use the syscacheMichael Paquier
2024-09-06Remove lc_ctype_is_c().Jeff Davis
2024-09-06Fix incorrect pg_stat_io output on 32-bit machines.Tom Lane
2024-09-06Remove useless unconstifyPeter Eisentraut
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-06Revert recent SQL/JSON related commitsAmit Langote
2024-09-06SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-06Update comment about ExprState.escontextAmit Langote
2024-09-05Be more careful with error paths in pg_set_regex_collation().Jeff Davis
2024-09-05Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane
2024-09-05Fix handling of NULL return value in typarray lookupDaniel Gustafsson
2024-09-05Fix misleading error message contextPeter Eisentraut
2024-09-05Add callback for backend initialization in pgstatsMichael Paquier
2024-09-05Fix two NULL pointer dereferences when reading custom pgstats from fileMichael Paquier
2024-09-05Check availability of module injection_points in TAP testsMichael Paquier
2024-09-05Optimize WindowAgg's use of tuplestoresDavid Rowley
2024-09-05Speedup WindowAgg code by moving uncommon code out-of-lineDavid Rowley
2024-09-04Remove lc_collate_is_c().Jeff Davis
2024-09-04Remove test-case workarounds for ancient libedit versions.Tom Lane
2024-09-04Remove a couple of strerror() callsPeter Eisentraut
2024-09-04Unify some error messages to ease work of translatorsMichael Paquier
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-09-04Avoid unnecessary post-sort projectionRichard Guo
2024-09-04Check the validity of commutators for merge/hash clausesRichard Guo
2024-09-04Fix inconsistent LWLock tranche name "CommitTsSLRU"Michael Paquier
2024-09-03Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier
2024-09-03Remember last collation to speed up collation cache.Jeff Davis
2024-09-03Simplify makefiles exporting twice enable_injection_pointsMichael Paquier
2024-09-03Standardize "read-ahead advice" terminology.Thomas Munro
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-09-03Use library functions to edit config in SSL testsDaniel Gustafsson
2024-09-03Test for PG_TEST_EXTRA separately in SSL testsDaniel Gustafsson
2024-09-03Fix typos in code comments and test dataDaniel Gustafsson
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier