index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
pg_upgrade: Parallelize contrib/isn check.
Nathan Bossart
2024-09-16
*
pg_upgrade: Parallelize data type checks.
Nathan Bossart
2024-09-16
*
pg_upgrade: Parallelize retrieving extension updates.
Nathan Bossart
2024-09-16
*
pg_upgrade: Parallelize retrieving loadable libraries.
Nathan Bossart
2024-09-16
*
pg_upgrade: Parallelize subscription check.
Nathan Bossart
2024-09-16
*
pg_upgrade: Parallelize retrieving relation information.
Nathan Bossart
2024-09-16
*
Introduce framework for parallelizing various pg_upgrade tasks.
Nathan Bossart
2024-09-16
*
scripts: add Perl script to add links to release notes
Bruce Momjian
2024-09-16
*
Perl scripts: revert 43ce181059d
Bruce Momjian
2024-09-15
*
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-15
*
Perl scripts: eliminate "Useless interpolation" warnings
Bruce Momjian
2024-09-15
*
Run regression tests with timezone America/Los_Angeles.
Tom Lane
2024-09-14
*
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-09-13
*
Remove separate locale_is_c arguments
Peter Eisentraut
2024-09-13
*
Prohibit altering invalidated replication slots.
Amit Kapila
2024-09-13
*
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
*
Remove redundant check for default collation.
Jeff Davis
2024-09-12
*
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
*
Add has_largeobject_privilege function.
Fujii Masao
2024-09-12
*
Deduplicate code in LargeObjectExists and myLargeObjectExists.
Fujii Masao
2024-09-12
*
Remove hardcoded hash opclass function signature exceptions
Peter Eisentraut
2024-09-12
*
Remove old RULE privilege completely.
Fujii Masao
2024-09-12
*
Don't overwrite scan key in systable_beginscan()
Peter Eisentraut
2024-09-12
*
Move logic related to WAL replay of Heap/Heap2 into its own file
Michael Paquier
2024-09-12
*
Adjust tuplestore stats API
David Rowley
2024-09-12
*
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
Amit Langote
2024-09-12
*
Remove incorrect Assert.
Tom Lane
2024-09-11
*
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-11
*
Fix unique key checks in JSON object constructors
Tomas Vondra
2024-09-11
*
Update .gitignore
Peter Eisentraut
2024-09-11
*
Remove obsolete unconstify()
Peter Eisentraut
2024-09-11
*
common/jsonapi: support libpq as a client
Peter Eisentraut
2024-09-11
*
Improve assertion in FindReplTupleInLocalRel().
Amit Kapila
2024-09-11
*
Use a hash table to de-duplicate column names in ruleutils.c.
Tom Lane
2024-09-10
*
Fix some whitespace issues in XMLSERIALIZE(... INDENT).
Tom Lane
2024-09-10
*
Improve documentation and testing of jsonpath string() for datetimes.
Tom Lane
2024-09-10
*
Protect against small overread in SASLprep validation
Daniel Gustafsson
2024-09-10
*
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-10
*
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()
Michael Paquier
2024-09-10
*
Add WAL usage reporting to ANALYZE VERBOSE output.
Masahiko Sawada
2024-09-09
*
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-09
*
Add PQfullProtocolVersion() to surface the precise protocol version.
Robert Haas
2024-09-09
*
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
2024-09-09
*
SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps
Amit Langote
2024-09-09
*
Fix order of parameters in a cost_sort call
Richard Guo
2024-09-09
*
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-09
*
Avoid core dump after getpwuid_r failure.
Tom Lane
2024-09-08
*
Update extension lookup routines to use the syscache
Michael Paquier
2024-09-07
[next]