aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix whitespacePeter Eisentraut2022-06-08
* Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane2022-06-07
* Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane2022-06-06
* Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier2022-06-06
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane2022-06-01
* Ensure ParseTzFile() closes the input file after failing.Tom Lane2022-05-31
* 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
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-20
* Backpatch regression tests added by 2d689babe3cbAlvaro Herrera2022-05-20
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-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 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
* 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
* Temporarily skip recovery deadlock test in back branches.Andres Freund2022-05-06
* Backpatch addition of pump_until() more completely.Andres Freund2022-05-06
* 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
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-25
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Support new perl module namespace in stable branchesAndrew Dunstan2022-04-21
* Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan2022-04-20
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-20
* Fix breakage in AlterFunction().Tom Lane2022-04-19
* Fix the check to limit sync workers.Amit Kapila2022-04-19
* Avoid invalid array reference in transformAlterTableStmt().Tom Lane2022-04-18
* Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier2022-04-18
* Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch2022-04-16
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Suppress "variable 'pagesaving' set but not used" warning.Tom Lane2022-04-06
* Remove obsolete commentPeter Eisentraut2022-04-02
* Add missing newline in one libpq error message.Tom Lane2022-03-31
* Fix typo in comment.Etsuro Fujita2022-03-30