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-10-19
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-18
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-15
Fix PostgresNode install_path sanity tests that fail on Windows
Andrew Dunstan
2021-10-14
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-10-14
Fix planner error with pulling up subquery expressions into function RTEs.
Tom Lane
2021-10-13
Change recently added test code for stability
Alvaro Herrera
2021-10-12
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-10
Doc: update testing recipe in src/test/perl/README.
Tom Lane
2021-10-07
Update test/perl/README to insist on Perl version >= 5.8.3, too.
Tom Lane
2021-10-06
Fix corner-case loss of precision in numeric_power().
Dean Rasheed
2021-10-06
Fix loop variable signedness
Peter Eisentraut
2021-10-04
Fix TestLib::slurp_file() with offset on windows.
Andres Freund
2021-10-03
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-10-01
Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Andres Freund
2021-10-01
Error out if SKIP LOCKED and WITH TIES are both specified
Alvaro Herrera
2021-10-01
Remove unstable, unnecessary test; fix typo
Alvaro Herrera
2021-09-30
Remove gratuitous environment dependency in 002_types.pl test.
Tom Lane
2021-09-30
Repair two portability oversights of new test
Alvaro Herrera
2021-09-29
psql: Add various tests
Peter Eisentraut
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-23
Add missing $Test::Builder::Level settings
Peter Eisentraut
2021-09-22
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-21
Fix places in TestLib.pm in need of adaptation to the output of Msys perl
Michael Paquier
2021-09-17
Fix pull_varnos to cope with translated PlaceHolderVars.
Tom Lane
2021-09-16
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
Tom Lane
2021-09-16
Message style improvements
Peter Eisentraut
2021-09-14
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-10
Fix some anomalies with NO SCROLL cursors.
Tom Lane
2021-09-10
Update src/test/kerberos to account for previous commit.
Noah Misch
2021-09-10
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-08
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
2021-09-08
Consistently use "superuser" instead of "super user"
Daniel Gustafsson
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-06
Remove some unused variables in TAP tests
Michael Paquier
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
Identify simple column references in extended statistics
Tomas Vondra
2021-09-01
Fix the random test failure in 001_rep_changes.
Amit Kapila
2021-09-01
Add PostgresNode::command_fails_like()
Michael Paquier
2021-08-31
Don't print extra parens around expressions in extended stats
Tomas Vondra
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-31
Fix missed lock acquisition while inlining new-style SQL functions.
Tom Lane
2021-08-30
psql: Fix name quoting on extended statistics
Alvaro Herrera
2021-08-28
Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.
Noah Misch
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-24
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-23
Prevent regexp back-refs from sometimes matching when they shouldn't.
Tom Lane
[next]