index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
*
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
*
Fix incorrectly reported stats kind in "can't happen" ERROR
David Rowley
2024-03-05
*
Fix integer underflow in shared memory debugging
Daniel Gustafsson
2024-02-29
*
Fix mis-rounding and overflow hazards in date_bin().
Tom Lane
2024-02-28
*
Promote assertion about !ReindexIsProcessingIndex to runtime error.
Tom Lane
2024-02-25
*
Avoid dangling-pointer problem with partitionwise joins under GEQO.
Tom Lane
2024-02-23
*
Fix mistake in SQL features list
Peter Eisentraut
2024-02-23
*
MERGE ... DO NOTHING: require SELECT privileges
Alvaro Herrera
2024-02-21
*
Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()
Michael Paquier
2024-02-20
*
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-02-20
*
Doc: improve a couple of comments in postgresql.conf.sample.
Tom Lane
2024-02-15
*
Fix 'mmap' DSM implementation with allocations larger than 4 GB
Heikki Linnakangas
2024-02-13
*
Use a safer outfuncs/readfuncs representation for BitStrings.
Tom Lane
2024-02-13
*
Skip .DS_Store files in server side utils
Daniel Gustafsson
2024-02-13
*
Remove race condition in pg_get_expr().
Tom Lane
2024-02-09
*
Fix wrong logic in TransactionIdInRecentPast()
Alexander Korotkov
2024-02-09
*
Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN
Peter Eisentraut
2024-02-09
*
Translation updates
Peter Eisentraut
2024-02-05
*
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2024-02-05
*
Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context
Heikki Linnakangas
2024-02-05
*
Fix typo in comments
Heikki Linnakangas
2024-02-03
*
Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().
Tom Lane
2024-02-02
*
Sync PG_VERSION file in CREATE DATABASE.
Noah Misch
2024-02-01
*
Handle interleavings between CREATE DATABASE steps and base backup.
Noah Misch
2024-02-01
*
Apply band-aid fix for an oversight in reparameterize_path_by_child.
Tom Lane
2024-02-01
*
Fix stats_fetch_consistency with stats for fixed-numbered objects
Michael Paquier
2024-02-01
*
Fix various issues with ALTER TEXT SEARCH CONFIGURATION
Michael Paquier
2024-01-31
*
Doc: mention foreign keys can reference unique indexes
David Rowley
2024-01-30
*
Fix incompatibilities with libxml2 >= 2.12.0.
Tom Lane
2024-01-29
*
Fix locking when fixing an incomplete split of a GIN internal page
Heikki Linnakangas
2024-01-29
*
Add more LOG messages when starting and ending recovery from a backup
Michael Paquier
2024-01-29
*
Fix DROP ROLE when specifying duplicated roles
Michael Paquier
2024-01-29
*
Compare varnullingrels too in assign_param_for_var().
Tom Lane
2024-01-26
*
Detect Julian-date overflow in timestamp[tz]_pl_interval.
Tom Lane
2024-01-26
*
Track LLVM 18 changes.
Thomas Munro
2024-01-25
*
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2024-01-24
*
Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"
Heikki Linnakangas
2024-01-23
*
Re-disallow Memoize for parameterized nested loops with join filters
David Rowley
2024-01-22
*
Improve handling of dropped partitioned indexes for REINDEX INDEX
Michael Paquier
2024-01-18
*
Add try_index_open(), conditional variant of index_open()
Michael Paquier
2024-01-18
*
Fix incorrect comment on how BackendStatusArray is indexed
Heikki Linnakangas
2024-01-17
*
Close socket in case of errors in setting non-blocking
Daniel Gustafsson
2024-01-17
*
Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers.
Tom Lane
2024-01-14
*
Re-pgindent catcache.c after previous commit.
Tom Lane
2024-01-13
*
Cope with catcache entries becoming stale during detoasting.
Tom Lane
2024-01-13
*
Fix memory leak in connection string validation.
Jeff Davis
2024-01-12
*
Re-validate connection string in libpqrcv_connect().
Jeff Davis
2024-01-12
*
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2024-01-11
*
Restore initdb's old behavior of always setting the lc_xxx GUCs.
Tom Lane
2024-01-10
[next]