index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-16
*
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Stabilize timeline switch regression test.
Fujii Masao
2021-01-14
*
Ensure that a standby is able to follow a primary on a newer timeline.
Fujii Masao
2021-01-14
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Allow pg_regress.c wrappers to postprocess test result files.
Tom Lane
2021-01-11
*
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-01-08
*
Fix bogus link in test comments.
Tom Lane
2021-01-06
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
*
Add a test module for the regular expression package.
Tom Lane
2021-01-06
*
Revert unstable test cases from commit 7d80441d2.
Tom Lane
2021-01-05
*
Allow psql's \dt and \di to show TOAST tables and their indexes.
Tom Lane
2021-01-05
*
Fix numeric_power() when the exponent is INT_MIN.
Dean Rasheed
2021-01-05
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.
Tom Lane
2021-01-04
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Fix selectivity estimation @> (anymultirange, anyrange) operator
Alexander Korotkov
2020-12-30
*
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-12-30
*
Add support of multirange matching to the existing range GiST indexes
Alexander Korotkov
2020-12-29
*
Implement operators for checking if the range contains a multirange
Alexander Korotkov
2020-12-29
*
Fix bugs in comparison functions for multirange_bsearch_match()
Alexander Korotkov
2020-12-29
*
Second attempt to stabilize 05c02589.
Jeff Davis
2020-12-27
*
Stabilize test introduced in 05c02589, per buildfarm.
Jeff Davis
2020-12-27
*
Fix bug #16784 in Disk-based Hash Aggregation.
Jeff Davis
2020-12-26
*
remove missing reference to crypto test from patch 978f869b99
Bruce Momjian
2020-12-25
*
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-25
*
Add key management system
Bruce Momjian
2020-12-25
*
Avoid time-of-day-dependent failure in log rotation test.
Tom Lane
2020-12-24
*
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-23
*
Increase timeout in 021_row_visibility.pl.
Tom Lane
2020-12-22
*
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
*
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
*
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Consider unsorted paths in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Tom Lane
2020-12-19
*
Add a couple of missed .gitignore entries.
Tom Lane
2020-12-18
*
Fix varchar_2.out to match reality in cs_CZ locale.
Tom Lane
2020-12-15
*
Clean up ancient test style
Peter Eisentraut
2020-12-15
*
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-12
*
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-12
*
Allow ALTER TYPE to update an existing type's typsubscript value.
Tom Lane
2020-12-11
*
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-11
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Improve estimation of ANDs under ORs using extended statistics.
Dean Rasheed
2020-12-08
*
Improve estimation of OR clauses using multiple extended statistics.
Dean Rasheed
2020-12-08
*
Add a couple of regression test cases related to array subscripting.
Tom Lane
2020-12-07
[next]