summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 14.3.REL_14_3Tom Lane2022-05-092-10/+10
* Last-minute updates for release notes.Tom Lane2022-05-091-23/+60
* Fix core dump in transformValuesClause when there are no columns.Tom Lane2022-05-093-12/+18
* 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-48/+378
* Translation updatesPeter Eisentraut2022-05-0932-12063/+12366
* 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-21/+1
* 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-062-73/+18
* First-draft release notes for 14.3.Tom Lane2022-05-051-0/+1224
* 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/+10
* Backpatch addition of wait_for_log(), pump_until().Andres Freund2022-05-023-0/+67
* Fix typo in comment.Etsuro Fujita2022-05-021-1/+1
* Disable asynchronous execution if using gating Result nodes.Etsuro Fujita2022-04-283-6/+44
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-251-0/+5
* Remove some recently-added pg_dump test cases.Robert Haas2022-04-251-32/+2
* Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane2022-04-233-3/+36
* 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/+119
* postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita2022-04-213-4/+53
* 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
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-2011-219/+1799
* Stabilize streaming tests in test_decoding.Amit Kapila2022-04-201-0/+1
* Fix breakage in AlterFunction().Tom Lane2022-04-191-2/+3
* Fix extract epoch from interval calculationPeter Eisentraut2022-04-192-6/+12
* Fix the check to limit sync workers.Amit Kapila2022-04-191-4/+4
* Avoid invalid array reference in transformAlterTableStmt().Tom Lane2022-04-181-1/+2
* 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/+109
* pageinspect: Fix handling of all-zero pagesMichael Paquier2022-04-1418-0/+190
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-133-15/+43
* Docs: wording improvement for compute_query_id = regressDavid Rowley2022-04-131-2/+2
* Docs: adjust pg_upgrade syntax to mark -B as optionalDavid Rowley2022-04-131-2/+1
* 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
* Suppress "variable 'pagesaving' set but not used" warning.Tom Lane2022-04-061-1/+1
* Remove race condition in 022_crash_temp_files.pl test.Tom Lane2022-04-051-5/+29
* Update some tests in 013_crash_restart.pl.Tom Lane2022-04-041-4/+4
* Doc: Remove MultiXact wraparound section link.Peter Geoghegan2022-04-021-2/+1
* Remove obsolete commentPeter Eisentraut2022-04-021-1/+0