aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Ensure ParseTzFile() closes the input file after failing.Tom Lane2022-05-31
* Doc: fix mention of pg_dump's minimum supported server version.Tom Lane2022-05-31
* doc: Reword description of roles able to view track_activities's infoMichael Paquier2022-05-30
* Fix COPY FROM when database encoding is SQL_ASCII.Heikki Linnakangas2022-05-29
* Doc: fix missing/bogus documentation of range_intersect_agg().Tom Lane2022-05-29
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-28
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-26
* In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff.Robert Haas2022-05-26
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* doc: Mention pg_read_all_stats in description of track_activitiesMichael Paquier2022-05-21
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-20
* doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLYAlvaro Herrera2022-05-20
* Doc: clarify location of libpq's default service file on Windows.Tom Lane2022-05-19
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Fix incorrect comments for Memoize structDavid Rowley2022-05-19
* Update xml_1.out and xml_2.outAlvaro Herrera2022-05-18
* Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera2022-05-18
* Fix incorrect row estimates used for Memoize costingDavid Rowley2022-05-16
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-16
* Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane2022-05-12
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier2022-05-11
* configure: don't probe for libldap_r if libldap is 2.5 or newer.Tom Lane2022-05-10
* Stamp 14.3.REL_14_3Tom Lane2022-05-09
* Last-minute updates for release notes.Tom Lane2022-05-09
* Fix core dump in transformValuesClause when there are no columns.Tom Lane2022-05-09
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-09
* In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch2022-05-09
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Translation updatesPeter Eisentraut2022-05-09
* Disable 031_recovery_conflict.pl until after minor releases.Andres Freund2022-05-08
* Release notes for 14.3, 13.7, 12.11, 11.16, 10.21.Tom Lane2022-05-08
* Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl."Noah Misch2022-05-07
* Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.Noah Misch2022-05-07
* Temporarily skip recovery deadlock test in back branches.Andres Freund2022-05-06
* Backpatch addition of pump_until() more completely.Andres Freund2022-05-06
* First-draft release notes for 14.3.Tom Lane2022-05-05
* Update time zone data files to tzdata release 2022a.Tom Lane2022-05-05
* Revert "Fix timing issue in deadlock recovery conflict test."Andres Freund2022-05-04
* Fix timing issue in deadlock recovery conflict test.Andres Freund2022-05-04
* Backpatch 031_recovery_conflict.pl.Andres Freund2022-05-02
* Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund2022-05-02
* Backpatch addition of wait_for_log(), pump_until().Andres Freund2022-05-02
* Fix typo in comment.Etsuro Fujita2022-05-02
* Disable asynchronous execution if using gating Result nodes.Etsuro Fujita2022-04-28
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-25
* Remove some recently-added pg_dump test cases.Robert Haas2022-04-25
* Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane2022-04-23
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Support new perl module namespace in stable branchesAndrew Dunstan2022-04-21