index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
Age
Commit message (
Expand
)
Author
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-11-24
Move isolation test index-killtuples to src/test/modules/index/
Michael Paquier
2025-11-23
Issue a NOTICE if a created function depends on any temp objects.
Tom Lane
2025-11-16
Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update.
Dean Rasheed
2025-10-16
Fix EPQ crash from missing partition directory in EState
Amit Langote
2025-10-08
Add stats_reset to pg_stat_user_functions
Michael Paquier
2025-09-25
Add minimal sleep to stats isolation test functions.
Tom Lane
2025-09-19
Fix EPQ crash from missing partition pruning state in EState
Amit Langote
2025-09-17
Add missing EPQ recheck for TID Range Scan
David Rowley
2025-09-17
Add missing EPQ recheck for TID Scan
David Rowley
2025-09-11
Add test for temporal referential integrity
Álvaro Herrera
2025-09-11
Fill testing gap for possible referential integrity violation
Álvaro Herrera
2025-09-05
Fix concurrent update issue with MERGE.
Dean Rasheed
2025-08-29
Fix typo in isolation test spec
Daniel Gustafsson
2025-08-27
Put back intra-grant-inplace.spec test coverage
Peter Eisentraut
2025-08-18
Remove md5() call from isolation test for CLUSTER and TOAST
Michael Paquier
2025-08-17
Add isolation test for TOAST value reuse during CLUSTER
Michael Paquier
2025-08-13
Add very basic test for kill_prior_tuples
Andres Freund
2025-07-18
Fix concurrent update trigger issues with MERGE in a CTE.
Dean Rasheed
2025-04-23
Change the names generated for child foreign key constraints.
Tom Lane
2025-04-09
Fix performance issue in deadlock-parallel isolation test.
Tom Lane
2025-04-02
Add test for HeapBitmapScan's broken skip_fetch optimization
Andres Freund
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-15
Proper object locking for GRANT/REVOKE
Peter Eisentraut
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
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-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-09
Remove obsolete RECHECK keyword completely
Peter Eisentraut
2024-08-02
Include bison header files into implementation files
Peter Eisentraut
2024-07-25
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-06-28
Remove configuration-dependent output from new inplace-inval test.
Noah Misch
2024-06-27
Improve test coverage for changes to inplace-updated catalogs.
Noah Misch
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-15
Grammar fixes for split/merge partitions code
Alexander Korotkov
2024-04-07
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-07
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-26
Add EvalPlanQual delete returning isolation test
Alexander Korotkov
2024-03-18
dblink/isolationtester/fe_utils: Use new cancel API
Alvaro Herrera
2024-03-14
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-07
Fix handling of self-modified tuples in MERGE.
Dean Rasheed
[next]