summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 12.11.REL_12_11Tom Lane2022-05-095-20/+20
* Last-minute updates for release notes.Tom Lane2022-05-091-22/+59
* Fix core dump in transformValuesClause when there are no columns.Tom Lane2022-05-093-14/+19
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-095-56/+48
* In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch2022-05-093-19/+44
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-0910-50/+382
* Translation updatesPeter Eisentraut2022-05-0941-4936/+5081
* Disable 031_recovery_conflict.pl until after minor releases.Andres Freund2022-05-081-0/+1
* Release notes for 14.3, 13.7, 12.11, 11.16, 10.21.Tom Lane2022-05-081-0/+893
* Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl."Noah Misch2022-05-071-1/+5
* Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.Noah Misch2022-05-071-0/+7
* Temporarily skip recovery deadlock test in back branches.Andres Freund2022-05-061-0/+5
* Backpatch addition of pump_until() more completely.Andres Freund2022-05-061-36/+10
* Update time zone data files to tzdata release 2022a.Tom Lane2022-05-051-16/+18
* Revert "Fix timing issue in deadlock recovery conflict test."Andres Freund2022-05-041-11/+0
* Fix timing issue in deadlock recovery conflict test.Andres Freund2022-05-041-0/+11
* Backpatch 031_recovery_conflict.pl.Andres Freund2022-05-021-0/+371
* Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund2022-05-021-10/+12
* Backpatch addition of wait_for_log(), pump_until().Andres Freund2022-05-023-0/+67
* Fix typo in comment.Etsuro Fujita2022-05-021-1/+1
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-251-0/+5
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-216-11/+101
* Support new perl module namespace in stable branchesAndrew Dunstan2022-04-214-0/+113
* Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan2022-04-203-1/+23
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-205-0/+156
* Fix breakage in AlterFunction().Tom Lane2022-04-191-2/+3
* Fix the check to limit sync workers.Amit Kapila2022-04-191-4/+4
* Avoid invalid array reference in transformAlterTableStmt().Tom Lane2022-04-181-1/+1
* Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier2022-04-181-3/+25
* Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch2022-04-161-0/+1
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-1410-80/+114
* pageinspect: Fix handling of all-zero pagesMichael Paquier2022-04-1415-0/+154
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-133-15/+43
* Doc: tweak textsearch.sgml for SEO purposes.Tom Lane2022-04-121-2/+8
* Docs: avoid confusing use of the word "synchronized"David Rowley2022-04-131-2/+2
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-315-96/+222
* Add missing newline in one libpq error message.Tom Lane2022-03-311-1/+1
* doc: Fix typo in ANALYZE documentationDaniel Gustafsson2022-03-311-1/+1
* Fix typo in comment.Etsuro Fujita2022-03-301-1/+1
* Document autoanalyze limitations for partitioned tablesTomas Vondra2022-03-282-3/+58
* waldump: fix use-after-free in search_directory().Andres Freund2022-03-271-1/+1
* pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier2022-03-2712-23/+145
* Suppress compiler warning in relptr_store().Tom Lane2022-03-261-2/+15
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-253-29/+44
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-2411-29/+117
* Don't try to translate NULL in GetConfigOptionByNum().Andres Freund2022-03-231-1/+1
* Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund2022-03-231-1/+1
* configure: check for dlsym instead of dlopen.Andres Freund2022-03-232-13/+19
* pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera2022-03-231-1/+5
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-232-1/+8