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-02-05
Fix YA incremental sort bug.
Tom Lane
2021-02-04
Add TABLESPACE option to REINDEX
Michael Paquier
2021-02-02
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-01-31
Throw error when assigning jsonb scalar instead of a composite object
Alexander Korotkov
2021-01-31
Filling array gaps during jsonb subscripting
Alexander Korotkov
2021-01-31
Implementation of subscripting for jsonb
Alexander Korotkov
2021-01-31
Fix parsing of complex morphs to tsquery
Alexander Korotkov
2021-01-30
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-30
Allow GRANTED BY clause in normal GRANT and REVOKE statements
Peter Eisentraut
2021-01-30
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Noah Misch
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-28
Remove bogus restriction from BEFORE UPDATE triggers
Alvaro Herrera
2021-01-28
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
Remove gratuitous uses of deprecated SELECT INTO
Peter Eisentraut
2021-01-25
Don't clobber the calling user's credentials cache in Kerberos test.
Tom Lane
2021-01-25
Fix ALTER PUBLICATION...DROP TABLE behavior.
Amit Kapila
2021-01-22
Avoid redundantly prefixing PQerrorMessage for a connection failure.
Tom Lane
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-20
psql \dX: list extended statistics objects
Tomas Vondra
2021-01-20
Add regression test for DROP OWNED BY with default ACLs
Michael Paquier
2021-01-20
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2021-01-18
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2021-01-17
Add missing array-enlargement logic to test_regex.c.
Tom Lane
2021-01-17
Revert "psql \dX: list extended statistics objects"
Tomas Vondra
2021-01-17
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-16
psql \dX: list extended statistics objects
Tomas Vondra
2021-01-16
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-15
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-14
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-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-11
Allow pg_regress.c wrappers to postprocess test result files.
Tom Lane
2021-01-08
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-01-07
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-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
[next]