summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-12Adjust tuplestore stats APIDavid Rowley
2024-09-12SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote
2024-09-11Remove incorrect Assert.Tom Lane
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-11Fix unique key checks in JSON object constructorsTomas Vondra
2024-09-11Update .gitignorePeter Eisentraut
2024-09-11Remove obsolete unconstify()Peter Eisentraut
2024-09-11common/jsonapi: support libpq as a clientPeter Eisentraut
2024-09-11Improve assertion in FindReplTupleInLocalRel().Amit Kapila
2024-09-10Use a hash table to de-duplicate column names in ruleutils.c.Tom Lane
2024-09-10Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane
2024-09-10Improve documentation and testing of jsonpath string() for datetimes.Tom Lane
2024-09-10Protect against small overread in SASLprep validationDaniel Gustafsson
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
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