index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-27
*
pg_verifybackup: Verify tar-format backups.
Robert Haas
2024-09-27
*
Fix catalog data of new LO privilege functions
Michael Paquier
2024-09-27
*
Update oid for pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-26
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
*
Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.
Jeff Davis
2024-09-24
*
Tighten up make_libc_collator() and make_icu_collator().
Jeff Davis
2024-09-24
*
Remove pg_authid's TOAST table.
Nathan Bossart
2024-09-21
*
Increase the number of fast-path lock slots
Tomas Vondra
2024-09-21
*
Improve Asserts checking relation matching in parallel scans.
Tom Lane
2024-09-20
*
Move pg_wal_replay_wait() to xlogfuncs.c
Alexander Korotkov
2024-09-19
*
Add TOAST table to pg_index.
Nathan Bossart
2024-09-18
*
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-18
*
Allow ReadStream to be consumed as raw block numbers.
Thomas Munro
2024-09-18
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Add stratnum GiST support function
Peter Eisentraut
2024-09-17
*
Simplify checks for deterministic collations.
Jeff Davis
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
*
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
*
common/jsonapi: support libpq as a client
Peter Eisentraut
2024-09-11
*
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
*
Add PQfullProtocolVersion() to surface the precise protocol version.
Robert Haas
2024-09-09
*
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-09
*
Remove lc_ctype_is_c().
Jeff Davis
2024-09-06
*
Update comment about ExprState.escontext
Amit Langote
2024-09-06
*
Add callback for backend initialization in pgstats
Michael Paquier
2024-09-05
*
Optimize WindowAgg's use of tuplestores
David Rowley
2024-09-05
*
Remove lc_collate_is_c().
Jeff Davis
2024-09-04
*
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-04
*
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-04
*
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
*
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-03
*
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-09-02
*
More use of getpwuid_r() directly
Peter Eisentraut
2024-09-02
*
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
*
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-30
*
Rename pg_sequence_read_tuple() to pg_get_sequence_data()
Michael Paquier
2024-08-30
*
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
*
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-29
*
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-29
*
Add prefetching support on macOS
Peter Eisentraut
2024-08-28
[next]