aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Handle default NULL insertion a little better.Tom Lane2025-01-29
* Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane2025-01-29
* At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch2025-01-25
* Avoid using timezone Asia/Manila in regression tests.Tom Lane2025-01-20
* Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.Tom Lane2025-01-14
* Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas2025-01-14
* Provide 64-bit ftruncate() and lseek() on Windows.Thomas Munro2025-01-09
* Restore smgrtruncate() prototype in back-branches.Thomas Munro2025-01-08
* Exclude parallel workers from connection privilege/limit checks.Tom Lane2024-12-28
* In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch2024-12-28
* Fix corruption when relation truncation fails.Thomas Munro2024-12-20
* Backpatch critical performance fixes to pgarch.cÁlvaro Herrera2024-12-12
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane2024-12-07
* Fix NULLIF()'s handling of read-write expanded objects.Tom Lane2024-11-25
* Assume that <stdbool.h> conforms to the C standard.Thomas Munro2024-11-25
* Undo unintentional ABI break in struct ResultRelInfo.Tom Lane2024-11-16
* Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane2024-11-15
* Fix improper interactions between session_authorization and role.Tom Lane2024-11-11
* Replace pgwin32_is_junction() with lstat().Thomas Munro2024-11-08
* Provide lstat() for Windows.Thomas Munro2024-11-08
* Add missing include guard to win32ntdll.h.Thomas Munro2024-11-08
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2024-11-08
* Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro2024-11-06
* Revert "For inplace update, send nontransactional invalidations."Noah Misch2024-11-02
* Unpin buffer before inplace update waits for an XID to end.Noah Misch2024-10-29
* doc: Add better description for rewrite functions in event triggersMichael Paquier2024-10-29
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* At end of recovery, reset all sinval-managed caches.Noah Misch2024-10-25
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Fix data loss at inplace update after heap_update().Noah Misch2024-09-24
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Update comment in portal.h.Etsuro Fujita2024-08-01
* Fix macro placement in pg_config.h.inDaniel Gustafsson2024-07-26
* Disable all TLS session ticketsDaniel Gustafsson2024-07-26
* Ensure vacuum removes all visibly dead tuples older than OldestXminMelanie Plageman2024-07-19
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Cope with <regex.h> name clashes.Thomas Munro2024-07-06
* Remove comment about xl_heap_inplace "AT END OF STRUCT".Noah Misch2024-06-27
* Cope with inplace update making catcache stale during TOAST fetch.Noah Misch2024-06-27
* Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch2024-06-27
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane2024-06-17
* Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane2024-05-18
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* simplehash: Free collisions array in SH_STATAndres Freund2024-04-07
* Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()Alexander Korotkov2024-04-03
* Avoid deadlock during orphan temp table removal.Tom Lane2024-04-02
* Fix confusion about the return rowtype of SQL-language procedures.Tom Lane2024-03-12