summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera
2021-07-09Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane
2021-07-02Don't try to print data type names in slot_store_error_callback().Tom Lane
2021-06-24Fix ABI break introduced by commit 4daa140a2f.Amit Kapila
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-06-08Remove unnecessary declaration in win32_port.hMichael Paquier
2021-06-01Add fallback implementation for setenv()Michael Paquier
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-14Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane
2021-05-12Rename the logical replication global "wrconn"Alvaro Herrera
2021-05-10Stamp 12.7.REL_12_7Tom Lane
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-05-10Prevent integer overflows in array subscripting calculations.Tom Lane
2021-04-13Redesign the caching done by get_cached_rowtype().Tom Lane
2021-03-23Use correct spelling of statistics kindTomas Vondra
2021-03-18Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane
2021-03-18Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro
2021-03-17Fix race in Parallel Hash Join batch cleanup.Thomas Munro
2021-02-15Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas
2021-02-15Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro
2021-02-13pg_attribute_no_sanitize_alignment() macroTom Lane
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
2021-02-08Stamp 12.6.REL_12_6Tom Lane
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-01-30Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch
2021-01-28Fix hash partition pruning with asymmetric partition sets.Tom Lane
2021-01-21Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-14Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera
2021-01-06Detect the deadlocks between backends and the startup process.Fujii Masao
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-24Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-09Stamp 12.5.REL_12_5Tom Lane
2020-11-08In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane
2020-11-02Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane
2020-11-02Extend PageIsVerified() to handle more custom optionsMichael Paquier
2020-11-01Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-10-15llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund
2020-10-15doc: improve description of synchronous_commit modesBruce Momjian
2020-10-15In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2020-09-16Fix bogus cache-invalidation logic in logical replication worker.Tom Lane
2020-09-04C comment: correct use of 64-"byte" cache line sizeBruce Momjian
2020-08-31C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-21Fix a few typos in JIT comments and READMEDavid Rowley
2020-08-19Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane