Commits

DateSubjectAuthorReleases
2026-03-06 Don't include wait_event.h in pgstat.h Álvaro Herrera 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-25 Upgrade BufFile to use int64 for byte positions Michael Paquier 19 (unreleased)
2025-12-22 Switch buffile.c/h to use pgoff_t instead of off_t Michael Paquier 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-03-20 Fix typo in comment Peter Eisentraut 18.0
2025-01-25 Use the correct sizeof() in BufFileLoadBuffer Tomas Vondra 17.3
2025-01-25 Use the correct sizeof() in BufFileLoadBuffer Tomas Vondra 16.7
2025-01-25 Use the correct sizeof() in BufFileLoadBuffer Tomas Vondra 15.11
2025-01-25 Use the correct sizeof() in BufFileLoadBuffer Tomas Vondra 14.16
2025-01-25 Use the correct sizeof() in BufFileLoadBuffer Tomas Vondra 13.19
2025-01-25 Use the correct sizeof() in BufFileLoadBuffer Tomas Vondra 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-07-03 Remove incorrect Asserts in buffile.c David Rowley 18.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-11-20 Prevent overflow for block number in buffile.c Michael Paquier 17.0
2023-11-17 Change logtape/tuplestore code to use int64 for block numbers Michael Paquier 17.0
2023-11-17 Remove NOT_USED BufFileTellBlock() from buffile.c Michael Paquier 17.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-04-08 Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. Thomas Munro 16.0
2023-03-30 pg_stat_wal: Accumulate time as instr_time instead of microseconds Andres Freund 16.0
2023-03-29 Simplify useless 0L constants Peter Eisentraut 16.0
2023-01-21 Zero initialize uses of instr_time about to trigger compiler warnings Andres Freund 16.0
2023-01-16 Add BufFileRead variants with short read and EOF detection Peter Eisentraut 16.0