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
*
Avoid unhelpful internal error for incorrect recursive-WITH queries.
Tom Lane
2024-07-14
*
Don't lose partitioned table reltuples=0 after relhassubclass=f.
Noah Misch
2024-07-13
*
Add ORDER BY to new test query
Alvaro Herrera
2024-07-12
*
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-12
*
Make our back branches compatible with libxml2 2.13.x.
Tom Lane
2024-07-10
*
Choose ports for test servers less likely to result in conflicts
Andrew Dunstan
2024-07-08
*
Force nodes for SSL tests to start in TCP mode
Andrew Dunstan
2024-07-08
*
Fix scale clamping in numeric round() and trunc().
Dean Rasheed
2024-07-08
*
Fix missing installation/uninstallation rules for BackgroundPsql.pm
Heikki Linnakangas
2024-07-01
*
Remove configuration-dependent output from new inplace-inval test.
Noah Misch
2024-06-28
*
Improve test coverage for changes to inplace-updated catalogs.
Noah Misch
2024-06-27
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
tests: Trim newline from result returned by BackgroundPsql->query
Heikki Linnakangas
2024-06-27
*
Backport BackgroundPsql perl test module
Heikki Linnakangas
2024-06-27
*
Don't throw an error if a queued AFTER trigger no longer exists.
Tom Lane
2024-06-20
*
Clean out column-level pg_init_privs entries when dropping tables.
Tom Lane
2024-06-14
*
Fix parsing of ignored operators in websearch_to_tsquery().
Tom Lane
2024-06-13
*
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-06-11
*
Tighten test_predtest's input checks, and improve error messages.
Tom Lane
2024-06-07
*
Fix failure with SQL-procedure polymorphic output arguments in v12.
Tom Lane
2024-06-06
*
Improve stability of subscription/029_on_error.pl
Michael Paquier
2024-05-24
*
Fix handling of extended expression statistics in CREATE TABLE LIKE.
Tom Lane
2024-05-22
*
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2024-05-18
*
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-14
*
Fix pg_sequence_last_value() for unlogged sequences on standbys.
Nathan Bossart
2024-05-13
*
Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.
Nathan Bossart
2024-05-06
*
Disable run condition optimization for some WindowFuncs
David Rowley
2024-05-01
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Detect more overflows in timestamp[tz]_pl_interval.
Tom Lane
2024-04-28
*
Fix generation of EC join conditions at the wrong plan level.
Tom Lane
2024-04-16
*
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
*
freespace: Don't return blocks past the end of the main fork.
Noah Misch
2024-04-13
*
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-04-10
*
Don't clobber test exit code at cleanup in LDAP/Kerberors tests
Heikki Linnakangas
2024-04-07
*
Improve check in LDAP test to find the OpenLDAP installation
Heikki Linnakangas
2024-04-07
*
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-26
*
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples
Heikki Linnakangas
2024-03-18
*
Fix EXPLAIN output for subplans in MERGE.
Dean Rasheed
2024-03-17
*
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-14
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
*
Fix incorrect accessing of pfree'd memory in Memoize
David Rowley
2024-03-11
*
Fix handling of self-modified tuples in MERGE.
Dean Rasheed
2024-03-07
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
*
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
*
Fix mis-rounding and overflow hazards in date_bin().
Tom Lane
2024-02-28
*
Back-patch test modifications that were done as part of b6df0798a5.
Amit Kapila
2024-02-26
*
MERGE ... DO NOTHING: require SELECT privileges
Alvaro Herrera
2024-02-21
*
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-02-20
*
Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN
Peter Eisentraut
2024-02-09
[next]