aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Stamp 12.10.REL_12_10Tom Lane2022-02-07
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier2021-12-22
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-26
* Stamp 12.9.REL_12_9Tom Lane2021-11-08
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* 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 12.8.REL_12_8Tom 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
* Remove unnecessary declaration in win32_port.hMichael Paquier2021-06-08
* Add fallback implementation for setenv()Michael Paquier2021-06-01
* 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 12.7.REL_12_7Tom 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
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro2021-02-15
* pg_attribute_no_sanitize_alignment() macroTom Lane2021-02-13
* Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier2021-02-10
* Stamp 12.6.REL_12_6Tom 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
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16