index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix TestLib::slurp_file() with offset on windows.
Andres Freund
2021-10-04
*
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-10-03
*
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-10-01
*
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-30
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
Add missing $Test::Builder::Level settings
Peter Eisentraut
2021-09-23
*
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-22
*
Fix places in TestLib.pm in need of adaptation to the output of Msys perl
Michael Paquier
2021-09-22
*
Fix pull_varnos to cope with translated PlaceHolderVars.
Tom Lane
2021-09-17
*
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
Tom Lane
2021-09-16
*
Message style improvements
Peter Eisentraut
2021-09-16
*
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
*
Fix some anomalies with NO SCROLL cursors.
Tom Lane
2021-09-10
*
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
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-08
*
Fix portability issue in tests from commit ce773f230.
Tom Lane
2021-09-03
*
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-02
*
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
*
Don't print extra parens around expressions in extended stats
Tomas Vondra
2021-09-01
*
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-31
*
psql: Fix name quoting on extended statistics
Alvaro Herrera
2021-08-30
*
Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.
Noah Misch
2021-08-27
*
Avoid using ambiguous word "positive" in error message.
Fujii Masao
2021-08-25
*
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-24
*
Prevent regexp back-refs from sometimes matching when they shouldn't.
Tom Lane
2021-08-23
*
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
*
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-18
*
Fix use-after-free issue in regexp engine.
Tom Lane
2021-08-07
*
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-07
*
Don't elide casting to typmod -1.
Tom Lane
2021-08-06
*
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-06
*
Add missing message punctuation
Peter Eisentraut
2021-08-06
*
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-08-05
*
Fix corner-case errors and loss of precision in numeric_power().
Dean Rasheed
2021-07-31
*
Close yet another race condition in replication slot test code
Alvaro Herrera
2021-07-29
*
Make TestLib::perl2host more consistent and robust
Andrew Dunstan
2021-07-29
*
Disallow negative strides in date_bin()
John Naylor
2021-07-28
*
Fix bugs in polymorphic-argument resolution for multiranges.
Tom Lane
2021-07-27
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
psql \dX: check schema when listing statistics objects
Tomas Vondra
2021-07-26
*
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-24
*
Fix division by zero error in date_bin
John Naylor
2021-07-22
[next]