summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AdjustUpgrade.pm should zap test_ext_cine, too.REL_10_STABLETom Lane2023-01-171-1/+2
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-163-51/+581
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-171-8/+4
* Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier2022-11-093-12/+12
* Stamp 10.23.REL_10_23Tom Lane2022-11-076-21/+21
* Translation updatesPeter Eisentraut2022-11-0729-6356/+7284
* Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.Tom Lane2022-11-061-0/+804
* Avoid crash after function syntax error in a replication worker.Tom Lane2022-11-031-5/+15
* Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane2022-11-021-23/+45
* Update time zone data files to tzdata release 2022f.Tom Lane2022-11-011-507/+266
* pg_stat_statements: fetch stmt location/length before it disappears.Tom Lane2022-11-011-2/+11
* Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier2022-10-261-5/+8
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-212-20/+34
* Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila2022-10-211-0/+2
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-204-0/+78
* doc: move the mention of aggregate JSON functions up in sectionBruce Momjian2022-10-171-9/+6
* doc: warn pg_stat_reset() can cause vacuum/analyze problemsBruce Momjian2022-10-171-0/+11
* Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane2022-10-171-0/+12
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-162-6/+6
* Fix typo in CREATE PUBLICATION reference pageAlvaro Herrera2022-10-131-3/+3
* Doc: improve recommended systemd unit file.Tom Lane2022-10-121-0/+2
* Harden pmsignal.c against clobbered shared memory.Tom Lane2022-10-111-12/+43
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-113-26/+97
* Ensure all perl test modules are installedAlvaro Herrera2022-10-111-1/+5
* doc: Fix PQsslAttribute docs for compressionDaniel Gustafsson2022-09-301-3/+1
* doc: clarify internal behavior of RECURSIVE CTE queriesBruce Momjian2022-09-281-1/+1
* revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"Bruce Momjian2022-09-281-4/+1
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-283-7/+7
* Add missing source files to pg_waldump/nls.mkAlvaro Herrera2022-09-251-3/+3
* docs: Fix snapshot name in SET TRANSACTION docs.Fujii Masao2022-09-221-1/+1
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-212-5/+1
* Disable -Wdeprecated-non-prototype in the back branches.Tom Lane2022-09-202-0/+48
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-205-6/+8
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-191-1/+8
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-171-1/+1
* In back branches, fix conditions for pullup of FROM-less subqueries.Tom Lane2022-09-153-20/+80
* postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita2022-09-143-0/+150
* Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier2022-09-141-4/+6
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-142-0/+50
* doc: Fix link to FreeBSD documentation projectDaniel Gustafsson2022-09-121-1/+1
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-096-123/+151
* Reject bogus output from uuid_create(3).Tom Lane2022-09-093-2/+14
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-068-83/+119
* Backpatch nbtree page deletion hardening.Peter Geoghegan2022-09-051-2/+19
* doc: simplify docs about analyze and inheritance/partitionsBruce Momjian2022-09-021-15/+7
* doc: clarify recursion internal behaviorBruce Momjian2022-09-021-3/+2
* Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane2022-09-023-20/+54
* Fix some possibly latent bugs in slab.cDavid Rowley2022-09-011-7/+9
* doc: in create statistics docs, mention analyze for parent infoBruce Momjian2022-08-311-1/+3
* doc: mention "bloom" as a possible index access methodBruce Momjian2022-08-312-15/+5