summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-27If a C23 compiler is detected, try asking for C17.origin/REL_10_STABLEThomas Munro
2024-06-26Remove redundant perl version checksAndrew Dunstan
2023-01-17AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane
2023-01-16Create common infrastructure for cross-version upgrade testing.Tom Lane
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-11-09Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier
2022-11-07Stamp 10.23.REL_10_23Tom Lane
2022-11-07Translation updatesPeter Eisentraut
2022-11-06Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.Tom Lane
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-01Update time zone data files to tzdata release 2022f.Tom Lane
2022-11-01pg_stat_statements: fetch stmt location/length before it disappears.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-20Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila
2022-10-17doc: move the mention of aggregate JSON functions up in sectionBruce Momjian
2022-10-17doc: warn pg_stat_reset() can cause vacuum/analyze problemsBruce Momjian
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-13Fix typo in CREATE PUBLICATION reference pageAlvaro Herrera
2022-10-12Doc: improve recommended systemd unit file.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-30doc: Fix PQsslAttribute docs for compressionDaniel Gustafsson
2022-09-28doc: clarify internal behavior of RECURSIVE CTE queriesBruce Momjian
2022-09-28revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"Bruce Momjian
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-25Add missing source files to pg_waldump/nls.mkAlvaro Herrera
2022-09-22docs: Fix snapshot name in SET TRANSACTION docs.Fujii Masao
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Disable -Wdeprecated-non-prototype in the back branches.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-15In back branches, fix conditions for pullup of FROM-less subqueries.Tom Lane
2022-09-14postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita
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-12doc: Fix link to FreeBSD documentation projectDaniel Gustafsson
2022-09-09Fix possible omission of variable storage markers in ECPG.Tom Lane
2022-09-09Reject bogus output from uuid_create(3).Tom Lane
2022-09-06Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane
2022-09-05Backpatch nbtree page deletion hardening.Peter Geoghegan
2022-09-02doc: simplify docs about analyze and inheritance/partitionsBruce Momjian
2022-09-02doc: clarify recursion internal behaviorBruce Momjian
2022-09-02Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane
2022-09-01Fix some possibly latent bugs in slab.cDavid Rowley