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
/
regress
Age
Commit message (
Expand
)
Author
2021-04-02
Add support for NullIfExpr in eval_const_expressions
Peter Eisentraut
2021-04-02
Attempt to fix unstable Result Cache regression tests
David Rowley
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
Improve stability of test with vacuum_truncate in reloptions.sql
Michael Paquier
2021-04-01
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-04-01
Make extract(timetz) tests a bit more interesting
Peter Eisentraut
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-31
Fix has_column_privilege function corner case
Joe Conway
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
Accept slightly-filled pages for tuples larger than fillfactor.
Noah Misch
2021-03-30
In messages, use singular nouns for -1, like we do for +1.
Bruce Momjian
2021-03-30
Add tests for date_part of epoch near upper bound of timestamp range
Peter Eisentraut
2021-03-30
Add upper boundary tests for timestamp and timestamptz types
Peter Eisentraut
2021-03-29
Clean up date_part tests a bit
Peter Eisentraut
2021-03-29
Add unistr function
Peter Eisentraut
2021-03-29
Reset standard_conforming_strings in strings test
Peter Eisentraut
2021-03-27
Stabilize stats_ext test with other collations
Tomas Vondra
2021-03-26
Extended statistics on expressions
Tomas Vondra
2021-03-26
Reduce duration of stats_ext regression tests
Tomas Vondra
2021-03-26
Fix ndistinct estimates with system attributes
Tomas Vondra
2021-03-26
Add "pg_database_owner" default role.
Noah Misch
2021-03-26
BRIN minmax-multi indexes
Tomas Vondra
2021-03-26
BRIN bloom indexes
Tomas Vondra
2021-03-25
Fix interaction of TOAST compression with expression indexes.
Robert Haas
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-24
Tidy up more loose ends related to configurable TOAST compression.
Robert Haas
2021-03-24
Add date_bin function
Peter Eisentraut
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-23
Avoid possible crash while finishing up a heap rewrite.
Tom Lane
2021-03-23
Add bit_count SQL function
Peter Eisentraut
2021-03-22
Error on invalid TOAST compression in CREATE or ALTER TABLE.
Robert Haas
2021-03-21
Make compression.sql regression test independent of default.
Tom Lane
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-18
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-17
Small error message improvement
Peter Eisentraut
2021-03-17
Fix transaction.sql tests in higher isolation levels.
Thomas Munro
2021-03-17
Enable parallelism in REFRESH MATERIALIZED VIEW.
Thomas Munro
2021-03-16
Add some basic tests for progress reporting of COPY
Michael Paquier
2021-03-15
Drop SERIALIZABLE workaround from parallel query tests.
Thomas Munro
2021-03-12
Forbid marking an identity column as nullable.
Tom Lane
2021-03-11
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
Avoid creating duplicate cached plans for inherited FK constraints.
Tom Lane
2021-03-10
Move tablespace path re-creation from the makefiles to pg_regress
Michael Paquier
2021-03-10
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-09
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
[next]