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
/
utils
/
sort
Age
Commit message (
Expand
)
Author
7 days
Switch buffile.c/h to use pgoff_t instead of off_t
Michael Paquier
2025-12-11
Fix some comments.
Nathan Bossart
2025-12-10
Fix misleading comment in tuplesort.c
David Rowley
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-11-26
Remove a few unused struct members.
Nathan Bossart
2025-11-21
Remove useless casts to (void *)
Peter Eisentraut
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-03
Fix incorrect function reference in comment
Richard Guo
2025-08-14
Avoid including tableam.h and xlogreader.h in nbtree.h
Álvaro Herrera
2025-08-13
Grab the low-hanging fruit from forcing sizeof(Datum) to 8.
Tom Lane
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-01
Fix minor C type confusion
Peter Eisentraut
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-24
Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
2025-03-14
Simplify and generalize PrepareSortSupportFromIndexRel()
Peter Eisentraut
2025-03-03
Allow parallel CREATE INDEX for GIN indexes
Tomas Vondra
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-09-12
Adjust tuplestore stats API
David Rowley
2024-08-14
Remove TRACE_SORT macro
Peter Eisentraut
2024-07-06
Adjust tuplestore.c not to allocate BufFiles in generation context
David Rowley
2024-07-05
Improve memory management and performance of tuplestore.c
David Rowley
2024-07-05
Add memory/disk usage for Material nodes in EXPLAIN
David Rowley
2024-07-02
Add missing includes for some global variables
Peter Eisentraut
2024-04-08
Use bump memory context for tuplesorts
David Rowley
2024-03-25
Clarify comment for LogicalTapeSetBlocks().
Jeff Davis
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-12-30
Minor cleanup of the BRIN parallel build code
Tomas Vondra
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-11-17
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-08-30
Avoid possible overflow with ltsGetFreeBlock() in logtape.c
Michael Paquier
2023-08-16
Split out tiebreaker comparisons from comparetup_* functions
John Naylor
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Allocate hash join files in a separate memory context
Tomas Vondra
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-01
Pass down table relation into more index relation functions
Andres Freund
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-01-26
Fix rare sharedtuplestore.c corruption.
Thomas Munro
2023-01-23
Fix and clarify function comment on LogicalTapeSetCreate.
Heikki Linnakangas
2023-01-16
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
[next]