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
2020-09-10
Add more tests for EXTRACT of date type
Peter Eisentraut
2020-09-10
Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.
Noah Misch
2020-09-09
Add some more numeric test coverage
Peter Eisentraut
2020-09-08
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
Remove isolation test reindex-partitions
Michael Paquier
2020-09-08
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-07
Add additional tests to test streaming of in-progress transactions.
Amit Kapila
2020-09-06
Remove arbitrary line length limits in pg_regress (plain and ECPG).
Tom Lane
2020-09-05
Switch to multi-inserts when registering dependencies for many code paths
Michael Paquier
2020-09-05
Extend SQL function tests lightly
Peter Eisentraut
2020-09-05
Make new authentication test case more robust.
Tom Lane
2020-09-04
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-09-04
Fix rare deadlock failure in create_am regression test.
Tom Lane
2020-09-03
Avoid lockup of a parallel worker when reporting a long error message.
Tom Lane
2020-09-03
Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.
Tom Lane
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-02
Add string_to_table() function.
Tom Lane
2020-09-02
Add access method names to \d[i|m|t]+ in psql
Michael Paquier
2020-09-02
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-01
Improve test coverage of ginvacuum.c.
Tom Lane
2020-09-01
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
Teach libpq to handle arbitrary-length lines in .pgpass files.
Tom Lane
2020-08-27
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-26
Add regression test for pg_backend_memory_contexts.
Fujii Masao
2020-08-22
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.
Tom Lane
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
Fix explain regression test failure.
Fujii Masao
2020-08-21
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-19
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-18
Fix use-after-release issue in PL/Sample
Michael Paquier
2020-08-18
Add PL/Sample to src/test/modules/
Michael Paquier
2020-08-17
Disable autovacuum for BRIN test table
Alvaro Herrera
2020-08-16
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
Fix typo in test comment.
Heikki Linnakangas
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-07
Support testing of cases where table schemas change after planning.
Tom Lane
2020-08-07
Fix yet another issue with step generation in partition pruning.
Etsuro Fujita
2020-08-04
Make new SSL TAP test for channel_binding more robust
Michael Paquier
2020-08-03
Fix rare failure in LDAP tests.
Thomas Munro
2020-07-31
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-28
Fix some issues with step generation in partition pruning.
Etsuro Fujita
2020-07-25
Mark built-in coercion functions as leakproof where possible.
Tom Lane
2020-07-24
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-07-21
Fix some corner cases for window ranges with infinite offsets.
Tom Lane
2020-07-20
Make floating-point "NaN / 0" return NaN instead of raising an error.
Tom Lane
2020-07-20
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
[next]