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
/
modules
Age
Commit message (
Expand
)
Author
2 days
Fix bogus extra arguments to query_safe in test
Heikki Linnakangas
2 days
Improve DDL deparsing test
Heikki Linnakangas
3 days
Fix failures with cross-version pg_upgrade tests
Michael Paquier
3 days
Fix two issues with recently-introduced nbtree test
Michael Paquier
3 days
Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
3 days
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
4 days
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
5 days
test_custom_stats: Test module for custom cumulative statistics
Michael Paquier
5 days
injection_points: Remove portions related to custom pgstats
Michael Paquier
7 days
Fix test to work with non-8kB block sizes
Heikki Linnakangas
7 days
Stabilize tests some more
Álvaro Herrera
9 days
Add test for multixid wraparound
Heikki Linnakangas
9 days
Set next multixid's offset when creating a new multixid
Heikki Linnakangas
9 days
Put back alternative-output expected files
Álvaro Herrera
10 days
Use more appropriate DatumGet* function
Peter Eisentraut
10 days
Fix amcheck's handling of half-dead B-tree pages
Heikki Linnakangas
10 days
Add a test for half-dead pages in B-tree indexes
Heikki Linnakangas
10 days
Fix amcheck's handling of incomplete root splits in B-tree
Heikki Linnakangas
10 days
Add a test for incomplete splits in B-tree indexes
Heikki Linnakangas
10 days
Show size of DSAs and dshashes in pg_dsm_registry_allocations.
Nathan Bossart
10 days
Avoid use of NOTICE to wait for snapshot invalidation
Álvaro Herrera
10 days
Fix ON CONFLICT with REINDEX CONCURRENTLY and partitions
Álvaro Herrera
10 days
Remove useless casting to same type
Peter Eisentraut
11 days
Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY
Álvaro Herrera
2025-11-27
Fix new test for CATCACHE_FORCE_RELEASE builds
Álvaro Herrera
2025-11-26
oauth_validator: Shorten JSON responses in test logs
Jacob Champion
2025-11-25
Improve test case stability
Álvaro Herrera
2025-11-24
Fix infer_arbiter_index during concurrent index operations
Álvaro Herrera
2025-11-24
Move isolation test index-killtuples to src/test/modules/index/
Michael Paquier
2025-11-18
Check for tabs in postgresql.conf.sample.
Nathan Bossart
2025-11-16
Add test for temporary file removal and WITH HOLD cursor
Michael Paquier
2025-11-14
Add test for postgresql.conf.sample line syntax
Daniel Gustafsson
2025-11-14
Revert "Drop unnamed portal immediately after execution to completion"
Michael Paquier
2025-11-12
test_dsa: Avoid leaking LWLock tranches.
Nathan Bossart
2025-11-12
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
2025-11-12
injection_points: Add tests for name limits
Michael Paquier
2025-11-10
injection_points: Add variant for injection_point_attach()
Michael Paquier
2025-11-06
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
2025-11-05
Drop unnamed portal immediately after execution to completion
Michael Paquier
2025-11-04
BRIN autosummarization may need a snapshot
Álvaro Herrera
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-27
Fix GUC check_hook validation for synchronized_standby_slots.
Amit Kapila
2025-10-25
Guard against division by zero in test_int128 module.
Dean Rasheed
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-10-16
Override log_error_verbosity to "default" in test 009_log_temp_files
Michael Paquier
2025-10-16
Add tests for logging of temporary file removal and statement
Michael Paquier
2025-10-09
test_bitmapset: Improve random function
Michael Paquier
2025-10-08
Add ExplainState argument to pg_plan_query() and planner().
Robert Haas
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-03
Tidy-up unneeded NULL parameter checks from SQL function
David Rowley
[next]