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
*
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
*
Fix broken regression test caused by 22c4e88eb
David Rowley
2021-08-23
*
Allow parallel DISTINCT
David Rowley
2021-08-22
*
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
*
Reduce assumptions about locale's behavior in new regex tests.
Tom Lane
2021-08-17
*
Improve regex compiler's arc moving/copying logic.
Tom Lane
2021-08-17
*
Remove unused regression test certificate server-ss
Daniel Gustafsson
2021-08-10
*
Let regexp_replace() make use of REG_NOSUB when feasible.
Tom Lane
2021-08-09
*
Avoid determining regexp subexpression matches, when possible.
Tom Lane
2021-08-09
*
Fix typo in 022_twophase_cascade.pl.
Amit Kapila
2021-08-09
*
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
*
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-08-04
*
Add assorted new regexp_xxx SQL functions.
Tom Lane
2021-08-03
*
Allow ordered partition scans in more cases
David Rowley
2021-08-03
*
Fix test failure in 021_twophase.pl.
Amit Kapila
2021-08-02
*
Silence perl warning about uninitialized value
Andrew Dunstan
2021-08-01
*
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
*
Remove unused directory from test/ssl .gitignore
Daniel Gustafsson
2021-07-29
*
Add a getter function for a PostgresNode install_path
Andrew Dunstan
2021-07-29
*
Add PostgresVersion.pm method to emit the major version string
Andrew Dunstan
2021-07-29
*
Remove the last vestiges of Exporter from PostgresNode
Andrew Dunstan
2021-07-29
*
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
*
Add adjust_conf method to PostgresNode
Andrew Dunstan
2021-07-29
*
Add -w back to the flags for pg_ctl (re)start in PostgresNode
Andrew Dunstan
2021-07-29
*
Disallow negative strides in date_bin()
John Naylor
2021-07-28
*
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-28
*
Fix bugs in polymorphic-argument resolution for multiranges.
Tom Lane
2021-07-27
*
Stabilize output of new regression test.
Tom Lane
2021-07-27
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-27
*
psql \dX: check schema when listing statistics objects
Tomas Vondra
2021-07-26
*
Allow numeric scale to be negative or greater than precision.
Dean Rasheed
2021-07-26
*
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-24
[next]