summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-21Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila
2022-10-21Fix executing invalidation messages generated by subtransactions during decod...Amit Kapila
2022-10-20Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila
2022-10-19Track LLVM 15 changes.Thomas Munro
2022-10-17Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-10-11Harden pmsignal.c against clobbered shared memory.Tom Lane
2022-10-11Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane
2022-10-11Ensure all perl test modules are installedAlvaro Herrera
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-25Add missing source files to pg_waldump/nls.mkAlvaro Herrera
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-19Future-proof the recursion inside ExecShutdownNode().Tom Lane
2022-09-17Make check_usermap() parameter names consistent.Peter Geoghegan
2022-09-16Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane
2022-09-15In back branches, fix conditions for pullup of FROM-less subqueries.Tom Lane
2022-09-14Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier
2022-09-14Expand palloc/pg_malloc API for more type safetyPeter Eisentraut
2022-09-09Fix possible omission of variable storage markers in ECPG.Tom Lane
2022-09-06Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane
2022-09-05Backpatch nbtree page deletion hardening.Peter Geoghegan
2022-09-02Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane
2022-09-01Fix some possibly latent bugs in slab.cDavid Rowley
2022-09-01Port regress-python3-mangle.mk to Solaris "sed", redux.Tom Lane
2022-08-31Prevent long-term memory leakage in autovacuum launcher.Tom Lane
2022-08-31In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane
2022-08-30On NetBSD, force dynamic symbol resolution at postmaster start.Tom Lane
2022-08-29Prevent WAL corruption after a standby promotion.Robert Haas
2022-08-27Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane
2022-08-26Fix typo in comment.Etsuro Fujita
2022-08-24Defend against stack overrun in a few more places.Tom Lane
2022-08-23Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane
2022-08-23Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila
2022-08-18Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane
2022-08-15Add missing bad-PGconn guards in libpq entry points.Tom Lane
2022-08-15Fix outdated --help message for postgres -fMichael Paquier
2022-08-14Preserve memory context of VarStringSortSupport buffers.Tom Lane
2022-08-13Catch stack overflow when recursing in transformFromClauseItem().Tom Lane
2022-08-13Add missing fields to _outConstraint()Peter Eisentraut
2022-08-12pg_upgrade: Fix some minor code issuesPeter Eisentraut
2022-08-12Fix _outConstraint() for "identity" constraintsPeter Eisentraut
2022-08-12Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-10Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane
2022-08-08Stamp 11.17.REL_11_17Tom Lane
2022-08-08Stabilize output of new regression test.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-08Translation updatesAlvaro Herrera
2022-08-07Remove unportable use of timezone in recent testAlvaro Herrera