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
*
Handle default NULL insertion a little better.
Tom Lane
2025-01-29
*
Avoid breaking SJIS encoding while de-backslashing Windows paths.
Tom Lane
2025-01-29
*
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-25
*
Avoid using timezone Asia/Manila in regression tests.
Tom Lane
2025-01-20
*
Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.
Tom Lane
2025-01-14
*
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-14
*
Provide 64-bit ftruncate() and lseek() on Windows.
Thomas Munro
2025-01-09
*
Restore smgrtruncate() prototype in back-branches.
Thomas Munro
2025-01-08
*
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
*
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-28
*
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-20
*
Backpatch critical performance fixes to pgarch.c
Álvaro Herrera
2024-12-12
*
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
*
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-12-07
*
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
*
Assume that <stdbool.h> conforms to the C standard.
Thomas Munro
2024-11-25
*
Undo unintentional ABI break in struct ResultRelInfo.
Tom Lane
2024-11-16
*
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
2024-11-15
*
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-11
*
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2024-11-08
*
Provide lstat() for Windows.
Thomas Munro
2024-11-08
*
Add missing include guard to win32ntdll.h.
Thomas Munro
2024-11-08
*
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
[next]