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
2024-09-11
Update .gitignore
Peter Eisentraut
2024-09-11
common/jsonapi: support libpq as a client
Peter Eisentraut
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-09
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
2024-09-05
Fix two NULL pointer dereferences when reading custom pgstats from file
Michael Paquier
2024-09-05
Check availability of module injection_points in TAP tests
Michael Paquier
2024-09-03
Avoid installcheck failure in TAP tests using injection_points
Michael Paquier
2024-09-03
Simplify makefiles exporting twice enable_injection_points
Michael Paquier
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-02
Fix rarely-run test for message wording change
Peter Eisentraut
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-23
Rework new SLRU test with injection points
Michael Paquier
2024-08-23
injection_point: Add injection_points.stats
Michael Paquier
2024-08-23
injection_points: Add initialization of shmem state when loading module
Michael Paquier
2024-08-20
Remove _PG_fini()
Michael Paquier
2024-08-20
Add injection-point test for new multixact CV usage
Alvaro Herrera
2024-08-19
injection_points: Add stats for point caching and loading
Michael Paquier
2024-08-12
Fix a series of typos and outdated references
David Rowley
2024-08-06
Make nullSemAction const, add 'const' decorators to related functions
Heikki Linnakangas
2024-08-05
injection_points: Add some fixed-numbered statistics
Michael Paquier
2024-08-05
injection_points: Add some cumulative stats for injection points
Michael Paquier
2024-07-30
Stabilize xid_wraparound tests
Andrew Dunstan
2024-07-24
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-18
Add INJECTION_POINT_CACHED() to run injection points directly from cache
Michael Paquier
2024-07-16
Adjust recently added test for pg_signal_autovacuum role
Andrew Dunstan
2024-07-16
Add tap test for pg_signal_autovacuum role
Michael Paquier
2024-07-10
Use diff's --strip-trailing-cr flag where appropriate on Windows
Andrew Dunstan
2024-07-09
Prevent CRLF conversion of inputs in json_parser test module
Andrew Dunstan
2024-07-05
Support loading of injection points
Michael Paquier
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-07-02
Cleanup perl code from unused variables and routines
Michael Paquier
2024-06-28
Fix .gitignore for new injection suite.
Noah Misch
2024-06-28
Update modules/injection_points/.gitignore
Michael Paquier
2024-06-28
Add an injection_points isolation test suite.
Noah Misch
2024-06-28
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-17
Improve tracking of role dependencies of pg_init_privs entries.
Tom Lane
2024-06-16
Add Windows file version information to test_json_parser programs.
Noah Misch
2024-06-16
Remove use of %z in sscanf.
Noah Misch
2024-06-14
Clean out column-level pg_init_privs entries when dropping tables.
Tom Lane
2024-06-12
Fix segmentation fault in test_tidstore.
Masahiko Sawada
2024-06-07
Tighten test_predtest's input checks, and improve error messages.
Tom Lane
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-15
Make all Perl warnings fatal, catch-up
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-12
injection_points: Store runtime conditions in private area
Michael Paquier
2024-05-12
Introduce private data area for injection points
Michael Paquier
2024-05-09
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-05-09
Fix overread in JSON parsing errors for incomplete byte sequences
Michael Paquier
[next]