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
*
Disallow USING clause when altering type of generated column
Peter Eisentraut
2024-08-29
*
Don't advance origin during apply failure.
Amit Kapila
2024-08-21
*
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
*
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-09
*
Refuse ATTACH of a table referenced by a foreign key
Alvaro Herrera
2024-08-08
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
*
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-31
*
Add accidentally omitted test to meson build file
Melanie Plageman
2024-07-29
*
Use DELETE instead of UPDATE to speed up vacuum test
Melanie Plageman
2024-07-29
*
Fix incorrect return value for pg_size_pretty(bigint)
David Rowley
2024-07-28
*
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-07-24
*
Detect integer overflow in array_set_slice().
Nathan Bossart
2024-07-23
*
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-07-20
*
Add overflow checks to money type.
Nathan Bossart
2024-07-19
*
Test that vacuum removes tuples older than OldestXmin
Melanie Plageman
2024-07-19
*
Avoid error in recovery test if history file is not yet present
Andrew Dunstan
2024-07-17
*
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 right-anti-joins when the inner relation is proven unique
Richard Guo
2024-07-08
*
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
*
Fix PL/pgSQL's handling of integer ranges containing underscores.
Dean Rasheed
2024-06-04
*
Improve stability of subscription/029_on_error.pl
Michael Paquier
2024-05-24
*
Fix input of ISO "extended" time format for types time and timetz.
Tom Lane
2024-05-22
*
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
*
Re-forbid underscore in positional parameters
Peter Eisentraut
2024-05-15
*
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 type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
[next]