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
*
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2024-11-08
*
Monkey-patch LLVM code to fix ARM relocation bug.
Thomas Munro
2024-11-06
*
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-11-02
*
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-29
*
doc: Add better description for rewrite functions in event triggers
Michael Paquier
2024-10-29
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
At end of recovery, reset all sinval-managed caches.
Noah Misch
2024-10-25
*
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 adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Update comment in portal.h.
Etsuro Fujita
2024-08-01
*
Fix macro placement in pg_config.h.in
Daniel Gustafsson
2024-07-26
*
Disable all TLS session tickets
Daniel Gustafsson
2024-07-26
*
Ensure vacuum removes all visibly dead tuples older than OldestXmin
Melanie Plageman
2024-07-19
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Cope with <regex.h> name clashes.
Thomas Munro
2024-07-06
*
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Noah Misch
2024-06-27
*
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-27
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-06-17
*
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2024-05-18
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
simplehash: Free collisions array in SH_STAT
Andres Freund
2024-04-07
*
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Alexander Korotkov
2024-04-03
*
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-04-02
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
*
Add try_index_open(), conditional variant of index_open()
Michael Paquier
2024-01-18
*
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2024-01-18
*
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
llvmjit: Use explicit LLVMContextRef for inlining
Daniel Gustafsson
2023-11-17
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Fix fallback implementation for pg_atomic_test_set_flag().
Nathan Bossart
2023-11-15
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-09
*
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
*
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-19
*
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
*
windows: msvc: Define STDIN/OUT/ERR_FILENO.
Nathan Bossart
2023-10-17
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-14
*
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Update comments on CustomPath struct.
Etsuro Fujita
2023-08-03
[next]