aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund2021-09-13
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Add RISC-V spinlock support in s_lock.h.Tom Lane2021-08-13
* Fix incorrect hash table resizing code in simplehash.hDavid Rowley2021-08-13
* Stamp 11.13.REL_11_13Tom Lane2021-08-09
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-09
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-02
* Fix ABI break introduced by commit 4daa140a2f.Amit Kapila2021-06-24
* Fix decoding of speculative aborts.Amit Kapila2021-06-15
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane2021-05-14
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Stamp 11.12.REL_11_12Tom Lane2021-05-10
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-10
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane2021-03-18
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-18
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-17
* Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro2021-02-15
* pg_attribute_no_sanitize_alignment() macroTom Lane2021-02-13
* Stamp 11.11.REL_11_11Tom Lane2021-02-08
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-24
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Stamp 11.10.REL_11_10Tom Lane2020-11-09
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-15
* doc: improve description of synchronous_commit modesBruce Momjian2020-10-15
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2020-10-15
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-04
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-31
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21