summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-16pg_upgrade: Parallelize data type checks.Nathan Bossart
2024-09-16pg_upgrade: Parallelize retrieving extension updates.Nathan Bossart
2024-09-16pg_upgrade: Parallelize retrieving loadable libraries.Nathan Bossart
2024-09-16pg_upgrade: Parallelize subscription check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize retrieving relation information.Nathan Bossart
2024-09-16Introduce framework for parallelizing various pg_upgrade tasks.Nathan Bossart
2024-09-16scripts: add Perl script to add links to release notesBruce Momjian
2024-09-16Perl scripts: revert 43ce181059dBruce Momjian
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-09-15Perl scripts: eliminate "Useless interpolation" warningsBruce Momjian
2024-09-14Run regression tests with timezone America/Los_Angeles.Tom Lane
2024-09-13Allow _h_indexbuild() to be interrupted.Tom Lane
2024-09-13Remove separate locale_is_c argumentsPeter Eisentraut
2024-09-13Prohibit altering invalidated replication slots.Amit Kapila
2024-09-12Simplify checks for deterministic collations.Jeff Davis
2024-09-12Remove redundant check for default collation.Jeff Davis
2024-09-12Make jsonpath .string() be immutable for datetimes.Tom Lane
2024-09-12Add has_largeobject_privilege function.Fujii Masao
2024-09-12Deduplicate code in LargeObjectExists and myLargeObjectExists.Fujii Masao
2024-09-12Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut
2024-09-12Remove old RULE privilege completely.Fujii Masao
2024-09-12Don't overwrite scan key in systable_beginscan()Peter Eisentraut
2024-09-12Move logic related to WAL replay of Heap/Heap2 into its own fileMichael Paquier
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