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
/
contrib
/
pageinspect
Age
Commit message (
Expand
)
Author
3 days
Split some long Makefile lists
Michael Paquier
2025-12-15
pageinspect: use index_close() for GiST index relation
Michael Paquier
2025-12-09
Clean up int64-related format strings
Peter Eisentraut
2025-12-05
Use more palloc_object() and palloc_array() in contrib/
Michael Paquier
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-05
Fix mixups of FooGetDatum() vs. DatumGetFoo()
Peter Eisentraut
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-04-19
Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-02-12
Remove unnecessary (char *) casts [checksum]
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-23
Convert macros to static inline functions (htup_details.h, itup.h)
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-29
contrib/pageinspect: Use SQL-standard function bodies.
Tom Lane
2024-12-21
Optimize alignment calculations in tuple form/deform
David Rowley
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-17
Detect version mismatch in brin_page_items
Tomas Vondra
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-09-13
Fix contrib/pageinspect's test for sequences.
Nathan Bossart
2024-09-12
Reintroduce support for sequences in pgstattuple and pageinspect.
Nathan Bossart
2024-08-16
Remove incidental md5() function use from test
Peter Eisentraut
2024-07-02
Use TupleDescAttr macro consistently
David Rowley
2024-04-17
Stabilize test of BRIN parallel create
Tomas Vondra
2024-04-17
Revert "Stabilize test of BRIN parallel create"
Tomas Vondra
2024-04-16
Stabilize test of BRIN parallel create
Tomas Vondra
2024-04-14
Add regression test for BRIN parallel builds
Tomas Vondra
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-02-23
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-19
pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes
Michael Paquier
2023-12-08
Add empty BRIN ranges during CREATE INDEX
Tomas Vondra
2023-05-19
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-19
Show empty BRIN ranges in brin_page_items
Tomas Vondra
2023-03-02
pageinspect: Fix crash with gist_page_items()
Michael Paquier
2023-02-13
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2023-01-02
Add bt_multi_page_stats() function to contrib/pageinspect.
Tom Lane
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-21
Mark pageinspect's disk-accessing functions as parallel restricted.
Tom Lane
2022-11-21
Prevent instability in contrib/pageinspect's regression test.
Tom Lane
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-11
Convert macros to static inline functions (bufpage.h)
Peter Eisentraut
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
[next]