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
2022-03-23
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-23
Try to stabilize vacuum test.
Thomas Munro
2022-03-22
Fix failures in SSL tests caused by out-of-tree keys and certificates
Michael Paquier
2022-03-21
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-03-21
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-03-18
Fix incorrect xmlschema output for types timetz and timestamptz.
Tom Lane
2022-03-17
Revert applying column aliases to the output of whole-row Vars.
Tom Lane
2022-03-16
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-03-05
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-04
Fix pg_regress to print the correct postmaster address on Windows.
Tom Lane
2022-02-21
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2022-02-20
Remove most msys special processing in TAP tests
Andrew Dunstan
2022-02-20
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-14
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-11
Don't use_physical_tlist for an IOS with non-returnable columns.
Tom Lane
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-27
On sparc64+ext4, suppress test failures from known WAL read failure.
Noah Misch
2022-01-22
Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.
Tom Lane
2022-01-20
Tighten TAP tests' tracking of postmaster state some more.
Tom Lane
2022-01-20
Try to stabilize reloptions test, again.
Thomas Munro
2022-01-19
TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.
Tom Lane
2022-01-18
Try to stabilize the reloptions test.
Thomas Munro
2022-01-18
Fix psql \d's query for identifying parent triggers.
Tom Lane
2022-01-15
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-13
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2022-01-06
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2022-01-01
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2021-12-30
Fix overly generic name in with.sql test.
Thomas Munro
2021-12-16
Ensure casting to typmod -1 generates a RelabelType.
Tom Lane
2021-12-13
isolationtester: append session name to application_name.
Andres Freund
2021-12-09
Fix double publish of child table's data.
Amit Kapila
2021-12-08
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-11-25
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-18
Fix quoting of ACL item in table for upgrade binary compatibility checks
Michael Paquier
2021-11-18
Add table to regression tests for binary-compatibility checks in pg_upgrade
Michael Paquier
2021-11-16
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-11-12
Fix memory overrun when querying pg_stat_slru
Michael Paquier
2021-11-11
Fix buffer overrun in unicode string normalization with empty input
Michael Paquier
2021-11-09
Fix instability in 026_overwrite_contrecord.pl test.
Tom Lane
2021-11-08
Fix typo
Alvaro Herrera
2021-11-03
Update alternative expected output file.
Heikki Linnakangas
2021-11-03
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-11-01
Preserve opclass parameters across REINDEX CONCURRENTLY
Michael Paquier
2021-10-28
Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.
Tom Lane
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-20
Protect against collation variations in test
Alvaro Herrera
2021-10-19
Ensure correct lock level is used in ALTER ... RENAME
Alvaro Herrera
[next]