summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-11-07Stamp 11.18.REL_11_18Tom Lane
2022-11-07Translation updatesPeter Eisentraut
2022-11-04Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita
2022-11-03Avoid crash after function syntax error in a replication worker.Tom Lane
2022-11-02Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane
2022-11-02Fix copy-and-pasteo in comment.Etsuro Fujita
2022-11-01Update time zone data files to tzdata release 2022f.Tom Lane
2022-10-26Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier
2022-10-21pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas
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