index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
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-04
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-02
Update copyright for 2021
Bruce Momjian
2020-12-30
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-29
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-27
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-25
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-23
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-22
Increase timeout in 021_row_visibility.pl.
Tom Lane
2020-12-21
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-20
Multirange datatypes
Alexander Korotkov
2020-12-19
Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Tom Lane
2020-12-18
Add a couple of missed .gitignore entries.
Tom Lane
2020-12-16
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-13
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-13
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-11
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-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-08
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-07
Add a couple of regression test cases related to array subscripting.
Tom Lane
2020-12-05
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-12-03
Improve estimation of OR clauses using extended statistics.
Dean Rasheed
2020-12-03
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-02
Add GSS information to connection authorized log message
Stephen Frost
2020-12-02
Track total number of WAL records, FPIs and bytes generated in the cluster.
Fujii Masao
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-30
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-28
Clean up after tests in src/test/locale/.
Tom Lane
2020-11-27
Use standard SIGTERM signal handler die() in test_shm_mq worker.
Fujii Masao
[next]