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
*
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2024-05-18
*
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-14
*
Fix pg_sequence_last_value() for unlogged sequences on standbys.
Nathan Bossart
2024-05-13
*
Translation updates
Peter Eisentraut
2024-05-06
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Disallow converting a table to a view within an outer SQL command.
Tom Lane
2024-04-30
*
Close race condition between datfrozen and relfrozen updates.
Noah Misch
2024-04-29
*
Detect more overflows in timestamp[tz]_pl_interval.
Tom Lane
2024-04-28
*
Fix generation of EC join conditions at the wrong plan level.
Tom Lane
2024-04-16
*
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
*
Fix WaitEventSet resource leak in WaitLatchOrSocket().
Etsuro Fujita
2024-04-11
*
Fix illegal attribute propagation in LLVM JIT.
Thomas Munro
2024-04-10
*
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-04-02
*
Fix unnecessary use of moving-aggregate mode with non-moving frame.
Tom Lane
2024-03-27
*
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-26
*
Allow "make check"-style testing to work with musl C library.
Tom Lane
2024-03-26
*
Review wording on tablespaces w.r.t. partitioned tables
Alvaro Herrera
2024-03-20
*
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples
Heikki Linnakangas
2024-03-18
*
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-14
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
*
Disconnect if socket cannot be put into non-blocking mode
Heikki Linnakangas
2024-03-12
*
Backpatch missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-03-11
*
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-03-07
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
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
*
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 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
*
Revert "Skip .DS_Store files in server side utils"
Daniel Gustafsson
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
*
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
*
Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().
Tom Lane
2024-02-02
*
Apply band-aid fix for an oversight in reparameterize_path_by_child.
Tom Lane
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
*
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
*
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2024-01-18
[next]