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
/
backend
/
access
/
common
Age
Commit message (
Expand
)
Author
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-03
Use "foo(void)" for definitions of functions with no parameters.
Nathan Bossart
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-11-21
C11 alignas instead of unions
Peter Eisentraut
2025-11-04
Remove redundant memset() introduced by a0942f4.
Jeff Davis
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-15
Some stylistic improvements in toast_save_datum()
Peter Eisentraut
2025-09-12
Silence compiler warnings on clang 21
Peter Eisentraut
2025-08-13
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.
Tom Lane
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-06
Rename transformRelOptions()'s "namspace" parameter to "nameSpace".
Nathan Bossart
2025-08-05
Mop-up for commit e035863c9.
Tom Lane
2025-08-05
Fix varatt versus Datum type confusions
Peter Eisentraut
2025-08-05
Fix various hash function uses
Peter Eisentraut
2025-08-05
Fix mixups of FooGetDatum() vs. DatumGetFoo()
Peter Eisentraut
2025-07-16
Refactor non-supported compression error message in toast_compression.c
Michael Paquier
2025-06-17
Fix possible Assert failure in verify_compact_attribute()
David Rowley
2025-06-02
Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-24
Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
2025-03-20
Add vacuum_truncate configuration parameter.
Nathan Bossart
2025-03-07
Include column name in build_attrmap_by_position's error reports.
Tom Lane
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-05
Introduce autovacuum_vacuum_max_threshold.
Nathan Bossart
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
Make verify_compact_attribute available in non-assert builds
David Rowley
2025-01-06
Get rid of radix tree's general purpose memory context
John Naylor
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-24
Fix race condition in TupleDescCompactAttr assert code
David Rowley
2024-12-21
Optimize alignment calculations in tuple form/deform
David Rowley
2024-12-20
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-08-06
Turn a few 'validnsps' static variables into locals
Heikki Linnakangas
2024-07-24
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-06-28
Fix comments in heaptuple.c
Michael Paquier
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-09
Get rid of anonymous struct
John Naylor
2024-04-08
Teach radix tree to embed values at runtime
John Naylor
[next]