aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote2024-10-20
* 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
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* 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
* Use a hash table for catcache.c's CatCList objects.Tom Lane2024-03-22
* Fix confusion about the return rowtype of SQL-language procedures.Tom Lane2024-03-12
* Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier2024-03-07
* Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier2024-03-06
* Fix gai_strerror() thread-safety on Windows.Thomas Munro2024-02-12
* Sync PG_VERSION file in CREATE DATABASE.Noah Misch2024-02-01
* Move is_valid_ascii() to ascii.h.Nathan Bossart2024-01-29
* Add try_index_open(), conditional variant of index_open()Michael Paquier2024-01-18
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson2023-11-17
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Fix fallback implementation for pg_atomic_test_set_flag().Nathan Bossart2023-11-15
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed2023-11-09
* Detect integer overflow while computing new array dimensions.Tom Lane2023-11-06
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro2023-10-19
* jit: Support opaque pointers in LLVM 16.Thomas Munro2023-10-18
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14