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
*
Stabilize 039_end_of_wal test.
Thomas Munro
2024-08-31
*
Disallow USING clause when altering type of generated column
Peter Eisentraut
2024-08-29
*
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
*
Teach RPM the package name provided in Perl alias packages.
Noah Misch
2024-08-07
*
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
*
Use DELETE instead of UPDATE to speed up vacuum test
Melanie Plageman
2024-07-29
*
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 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
*
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 privilege checks in pg_stats_ext and pg_stats_ext_exprs.
Nathan Bossart
2024-05-06
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
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
*
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-14
[next]