index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix whitespace
Peter Eisentraut
2022-06-08
*
Fix off-by-one loop termination condition in pg_stat_get_subscription().
Tom Lane
2022-06-07
*
Don't fail on libpq-generated error reports in ecpg_raise_backend().
Tom Lane
2022-06-06
*
Fix psql's single transaction mode on client-side errors with -c/-f switches
Michael Paquier
2022-06-06
*
Silence compiler warnings from some older compilers.
Tom Lane
2022-06-01
*
Fix pl/perl test case so it will still work under Perl 5.36.
Tom Lane
2022-06-01
*
Ensure ParseTzFile() closes the input file after failing.
Tom Lane
2022-05-31
*
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-28
*
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-26
*
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-21
*
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-20
*
Backpatch regression tests added by 2d689babe3cb
Alvaro Herrera
2022-05-20
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Update xml_1.out and xml_2.out
Alvaro Herrera
2022-05-18
*
Check column list length in XMLTABLE/JSON_TABLE alias
Alvaro Herrera
2022-05-18
*
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-05-16
*
Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.
Tom Lane
2022-05-12
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Improve setup of environment values for commands in MSVC's vcregress.pl
Michael Paquier
2022-05-11
*
Fix core dump in transformValuesClause when there are no columns.
Tom Lane
2022-05-09
*
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
*
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-05-09
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Translation updates
Peter Eisentraut
2022-05-09
*
Disable 031_recovery_conflict.pl until after minor releases.
Andres Freund
2022-05-08
*
Temporarily skip recovery deadlock test in back branches.
Andres Freund
2022-05-06
*
Backpatch addition of pump_until() more completely.
Andres Freund
2022-05-06
*
Update time zone data files to tzdata release 2022a.
Tom Lane
2022-05-05
*
Revert "Fix timing issue in deadlock recovery conflict test."
Andres Freund
2022-05-04
*
Fix timing issue in deadlock recovery conflict test.
Andres Freund
2022-05-04
*
Backpatch 031_recovery_conflict.pl.
Andres Freund
2022-05-02
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
*
Backpatch addition of wait_for_log(), pump_until().
Andres Freund
2022-05-02
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
*
Inhibit mingw CRT's auto-globbing of command line arguments
Andrew Dunstan
2022-04-25
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Support new perl module namespace in stable branches
Andrew Dunstan
2022-04-21
*
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
*
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
*
Fix breakage in AlterFunction().
Tom Lane
2022-04-19
*
Fix the check to limit sync workers.
Amit Kapila
2022-04-19
*
Avoid invalid array reference in transformAlterTableStmt().
Tom Lane
2022-04-18
*
Fix race in TAP test 002_archiving.pl when restoring history file
Michael Paquier
2022-04-18
*
Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
Noah Misch
2022-04-16
*
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-14
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
Suppress "variable 'pagesaving' set but not used" warning.
Tom Lane
2022-04-06
*
Remove obsolete comment
Peter Eisentraut
2022-04-02
*
Add missing newline in one libpq error message.
Tom Lane
2022-03-31
*
Fix typo in comment.
Etsuro Fujita
2022-03-30
[next]