doc: Move documentation of md5_password_warnings to a better place
[postgresql.git] / src / backend / utils / sort /
2025-04-06 Peter EisentrautRelax ordering-related hardcoded btree requirements...
2025-04-01 Peter EisentrautFix minor C type confusion
2025-03-29 Peter EisentrautUse PRI?64 instead of "ll?" in format strings (continued).
2025-03-25 Jeff DavisAdd ExecCopySlotMinimalTupleExtra().
2025-03-14 Peter EisentrautSimplify and generalize PrepareSortSupportFromIndexRel()
2025-03-03 Tomas VondraAllow parallel CREATE INDEX for GIN indexes
2025-01-31 Tom LaneGet rid of our dependency on type "long" for memory...
2025-01-29 John NaylorFix grammatical typos around possessive "its"
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-09-12 David RowleyAdjust tuplestore stats API
2024-08-14 Peter EisentrautRemove TRACE_SORT macro
2024-07-06 David RowleyAdjust tuplestore.c not to allocate BufFiles in generat...
2024-07-05 David RowleyImprove memory management and performance of tuplestore.c
2024-07-05 David RowleyAdd memory/disk usage for Material nodes in EXPLAIN
2024-07-02 Peter EisentrautAdd missing includes for some global variables
2024-04-07 David RowleyUse bump memory context for tuplesorts
2024-03-25 Jeff DavisClarify comment for LogicalTapeSetBlocks().
2024-03-13 Peter EisentrautMake the order of the header file includes consistent
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-01-04 Bruce MomjianUpdate copyright for 2024
2024-01-02 Robert HaasFix typos in comments and in one isolation test.
2023-12-30 Tomas VondraMinor cleanup of the BRIN parallel build code
2023-12-08 Tomas VondraAllow parallel CREATE INDEX for BRIN indexes
2023-11-17 Michael PaquierChange logtape/tuplestore code to use int64 for block...
2023-10-26 Peter EisentrautAdd trailing commas to enum definitions
2023-10-10 Peter EisentrautAdd const to values and nulls arguments
2023-08-29 Michael PaquierAvoid possible overflow with ltsGetFreeBlock() in logtape.c
2023-08-16 John NaylorSplit out tiebreaker comparisons from comparetup_*...
2023-06-10 Peter Geoghegannbtree: Allocate new pages in separate function.
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-05-19 Tomas VondraAllocate hash join files in a separate memory context
2023-04-19 David RowleyFix various typos and incorrect/outdated name references
2023-04-08 Thomas MunroIntroduce PG_IO_ALIGN_SIZE and align all I/O buffers.
2023-04-02 Andres FreundPass down table relation into more index relation functions
2023-03-29 Peter EisentrautSimplify useless 0L constants
2023-01-26 Thomas MunroFix rare sharedtuplestore.c corruption.
2023-01-23 Heikki LinnakangasFix and clarify function comment on LogicalTapeSetCreate.
2023-01-16 Peter EisentrautAdd BufFileRead variants with short read and EOF detection
2023-01-09 John NaylorRemove redundant setting of tuplesort status
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-30 Peter EisentrautAdd const to BufFileWrite
2022-12-30 Peter EisentrautRemove unnecessary casts
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-12-08 Peter EisentrautRemove unnecessary casts
2022-10-28 Peter EisentrautRemove AssertArg and AssertState
2022-10-27 David RowleyAllow nodeSort to perform Datum sorts for byref types
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-20 Peter GeogheganHarmonize more parameter names in bulk.
2022-08-31 David RowleyBe smarter about freeing tuples during tuplesorts
2022-08-27 Alexander KorotkovFix typo in comment for writetuple() function
2022-07-28 Tom LaneImprove speed of hash index build.
2022-07-27 Alexander KorotkovSplit tuplesortvariants.c from tuplesort.c
2022-07-27 Alexander KorotkovSplit TuplesortPublic from Tuplesortstate
2022-07-27 Alexander KorotkovMove memory management away from writetup() and tupleso...
2022-07-27 Alexander KorotkovPut abbreviation logic into puttuple_common()
2022-07-27 Alexander KorotkovAdd new Tuplesortstate.removeabbrev function
2022-07-27 Alexander KorotkovRemove Tuplesortstate.copytup function
2022-07-12 Tom LaneInvent qsort_interruptible().
2022-07-06 David RowleyOverload index_form_tuple to allow the memory context...
2022-05-23 John NaylorRemove debug messages from tuplesort_sort_memtuples()
2022-05-12 Tom LanePre-beta mechanical code beautification.
2022-05-10 David RowleyFix some incorrect preprocessor tests in tuplesort...
2022-04-22 David RowleyFix performance regression in tuplesort specializations
2022-04-21 Peter GeogheganFix CLUSTER tuplesorts on abbreviated expressions.
2022-04-13 Alvaro HerreraRemove extraneous blank lines before block-closing...
2022-04-04 David RowleyUse Generation memory contexts to store tuples in sorts
2022-04-04 David RowleyAdjust tuplesort API to have bitwise option flags
2022-04-03 Thomas MunroFix tuplesort optimization for CLUSTER-on-expression.
2022-04-02 John NaylorSpecialize tuplesort routines for different kinds of...
2022-02-03 Peter EisentrautAdd UNIQUE null treatment option
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-12-14 Tom LaneImprove sift up/down code in binaryheap.c and logtape.c.
2021-12-14 Tom LaneFix datatype confusion in logtape.c's right_offset().
2021-10-25 Heikki LinnakangasClarify the logic in a few places in the new balanced...
2021-10-18 Heikki LinnakangasFix parallel sort, broken by the balanced merge patch.
2021-10-18 Heikki LinnakangasFix duplicate typedef LogicalTape.
2021-10-18 Heikki LinnakangasFix format modifier used in elog.
2021-10-18 Heikki LinnakangasReplace polyphase merge algorithm with a simple balance...
2021-10-18 Heikki LinnakangasRefactor LogicalTapeSet/LogicalTape interface.
2021-09-02 Amit KapilaOptimize fileset usage in apply worker.
2021-08-30 Amit KapilaRefactor sharedfileset.c to separate out fileset implem...
2021-07-13 David RowleyRobustify tuplesort's free_sort_tuple function
2021-07-13 David RowleyFix theoretical bug in tuplesort
2021-05-12 Tom LaneInitial pgindent and pgperltidy run for v14.
2021-03-03 Thomas MunroUse sort_template.h for qsort_tuple() and qsort_ssup().
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-09-21 Tom LaneFix a few more generator scripts to produce pgindent...
2020-09-17 Heikki LinnakangasAdd support for building GiST index by sorting.
2020-09-16 Jeff DavisChange LogicalTapeSetBlocks() to use nBlocksWritten.
2020-09-14 Peter EisentrautMessage fixes and style improvements
2020-09-12 Jeff Davislogtape.c: do not preallocate for tapes when sorting
2020-09-04 Jeff DavisFix bogus MaxAllocSize check in logtape.c.
2020-08-26 Amit KapilaExtend the BufFile interface.
2020-06-16 Thomas MunroFix buffile.c error handling.
2020-06-07 Tom Lanepgindent run prior to branching v13.
2020-06-07 Jeff DavisFix platform-specific performance regression in logtape.c.
2020-05-26 Jeff DavisAvoid fragmentation of logical tapes when writing concu...
2020-05-14 Tom LaneInitial pgindent and pgperltidy run for v13.
2020-05-12 Tomas VondraFix typos and improve incremental sort comments
next