index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2024-09-26
tests: Restrict pg_locks queries in advisory_locks.sql to current database
Andres Freund
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
Drop global objects after completed test
Daniel Gustafsson
2024-09-18
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-14
Run regression tests with timezone America/Los_Angeles.
Tom Lane
2024-08-31
Stabilize 039_end_of_wal test.
Thomas Munro
2024-08-29
Disallow USING clause when altering type of generated column
Peter Eisentraut
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-09
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-08
Refuse ATTACH of a table referenced by a foreign key
Alvaro Herrera
2024-08-07
Teach RPM the package name provided in Perl alias packages.
Noah Misch
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-01
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-24
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-07-24
Detect integer overflow in array_set_slice().
Nathan Bossart
2024-07-20
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-07-19
Add overflow checks to money type.
Nathan Bossart
2024-07-17
Avoid error in recovery test if history file is not yet present
Andrew Dunstan
2024-07-14
Avoid unhelpful internal error for incorrect recursive-WITH queries.
Tom Lane
2024-07-12
Add ORDER BY to new test query
Alvaro Herrera
2024-07-12
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-11
Make our back branches compatible with libxml2 2.13.x.
Tom Lane
2024-07-08
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-01
Fix missing installation/uninstallation rules for BackgroundPsql.pm
Heikki Linnakangas
2024-06-28
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-20
Don't throw an error if a queued AFTER trigger no longer exists.
Tom Lane
2024-06-14
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-11
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-06-07
Tighten test_predtest's input checks, and improve error messages.
Tom Lane
2024-06-06
Fix failure with SQL-procedure polymorphic output arguments in v12.
Tom Lane
2024-05-18
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2024-05-15
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-01
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-04-16
Fix generation of EC join conditions at the wrong plan level.
Tom Lane
2024-04-15
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-10
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-04-07
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-03-26
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-18
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples
Heikki Linnakangas
2024-03-14
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
[next]