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-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-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-19
TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.
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-13
backpatch "Set application_name per-test in isolation and ecpg tests."
Andres Freund
2021-11-25
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-16
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
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-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-19
Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.
Andres Freund
2021-10-19
Fix assignment to array of domain over composite.
Tom Lane
2021-10-18
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-13
Change recently added test code for stability
Alvaro Herrera
2021-10-06
Fix corner-case loss of precision in numeric_power().
Dean Rasheed
2021-10-04
Fix TestLib::slurp_file() with offset on windows.
Andres Freund
2021-09-30
Remove gratuitous environment dependency in 002_types.pl test.
Tom Lane
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-21
Fix places in TestLib.pm in need of adaptation to the output of Msys perl
Michael Paquier
2021-09-20
Don't elide casting to typmod -1.
Tom Lane
2021-09-10
Fix some anomalies with NO SCROLL cursors.
Tom Lane
2021-09-08
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
2021-09-08
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-03
Fix portability issue in tests from commit ce773f230.
Tom Lane
2021-09-02
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-01
Fix the random test failure in 001_rep_changes.
Amit Kapila
2021-08-31
Rename the role in stats_ext to have regress_ prefix
Tomas Vondra
2021-08-31
Fix lookup error in extended stats ownership check
Tomas Vondra
2021-08-25
Avoid using ambiguous word "positive" in error message.
Fujii Masao
2021-08-24
Fix regexp misbehavior with capturing parens inside "{0}".
Tom Lane
2021-08-23
Prevent regexp back-refs from sometimes matching when they shouldn't.
Tom Lane
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-18
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-07
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-06
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-05
Improve numeric_power() tests for large integer powers.
Dean Rasheed
[next]