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
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
/
isolation
Age
Commit message (
Expand
)
Author
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-28
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-06
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-06
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-25
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
2024-02-28
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-25
Remove flaky isolation tests for timeouts
Alexander Korotkov
2024-02-16
Remove remaining references to timeouts-long
Alexander Korotkov
2024-02-16
Remove timeouts-long.out
Alexander Korotkov
2024-02-16
Followup fixes for transaction_timeout
Alexander Korotkov
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-02-11
Use extensible buffers to assemble command lines
Peter Eisentraut
2024-01-26
Make spelling of cancelled/cancellation consistent
Alvaro Herrera
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-24
Speed up pg_regress server readiness testing.
Daniel Gustafsson
2023-09-30
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-08-10
Remove test from commit fa2e874946.
Jeff Davis
2023-08-09
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-04
Remove incidental md5() function uses from several tests
Peter Eisentraut
2023-06-22
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
[next]