projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix incorrect year in some copyright notices
[postgresql.git]
/
src
/
backend
/
storage
/
file
/
2025-04-08
Thomas Munro
Introduce file_copy_method setting.
tree
|
commitdiff
2025-03-29
Andres Freund
aio: Implement support for reads in smgr/md/fd
tree
|
commitdiff
2025-03-27
Daniel Gustafsson
Fix guc_malloc calls for consistency and OOM checks
tree
|
commitdiff
2025-03-24
Andres Freund
Redefine max_files_per_process to control additionally...
tree
|
commitdiff
2025-03-20
Peter Eisentraut
Fix typo in comment
tree
|
commitdiff
2025-03-13
Peter Eisentraut
Fix copy-and-paste mistake in error message
tree
|
commitdiff
2025-02-12
Peter Eisentraut
Remove unnecessary (char *) casts [mem]
tree
|
commitdiff
2025-01-25
Tomas Vondra
Use the correct sizeof() in BufFileLoadBuffer
tree
|
commitdiff
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-11-27
Álvaro Herrera
Make GUC_check_errdetail messages full sentences
tree
|
commitdiff
2024-10-27
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-09-04
Michael Paquier
Unify some error messages to ease work of translators
tree
|
commitdiff
2024-09-04
Michael Paquier
Apply more quoting to GUC names in messages
tree
|
commitdiff
2024-09-03
Michael Paquier
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
tree
|
commitdiff
2024-08-29
Peter Eisentraut
Fixup for prefetching support on macOS
tree
|
commitdiff
2024-08-28
Peter Eisentraut
Add prefetching support on macOS
tree
|
commitdiff
2024-07-03
David Rowley
Remove incorrect Asserts in buffile.c
tree
|
commitdiff
2024-07-01
Peter Eisentraut
Remove useless extern keywords
tree
|
commitdiff
2024-05-17
Peter Eisentraut
Revise GUC names quoting in messages again
tree
|
commitdiff
2024-03-04
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-03-01
Thomas Munro
Return ssize_t in fd.c I/O functions.
tree
|
commitdiff
2024-01-18
Peter Eisentraut
Error message capitalisation
tree
|
commitdiff
2024-01-12
Michael Paquier
Refactor code checking for file existence
tree
|
commitdiff
2024-01-04
Bruce Momjian
Update copyright for 2024
tree
|
commitdiff
2023-12-19
Robert Haas
Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a...
tree
|
commitdiff
2023-12-12
Thomas Munro
Provide vectored variants of FileRead() and FileWrite().
tree
|
commitdiff
2023-11-30
Michael Paquier
Apply quotes more consistently to GUC names in logs
tree
|
commitdiff
2023-11-20
Michael Paquier
Prevent overflow for block number in buffile.c
tree
|
commitdiff
2023-11-17
Michael Paquier
Change logtape/tuplestore code to use int64 for block...
tree
|
commitdiff
2023-11-17
Michael Paquier
Remove NOT_USED BufFileTellBlock() from buffile.c
tree
|
commitdiff
2023-11-08
Heikki Linnakangas
Make ResourceOwners more easily extensible.
tree
|
commitdiff
2023-10-26
Peter Eisentraut
Add trailing commas to enum definitions
tree
|
commitdiff
2023-10-23
Robert Haas
Refactor parse_filename_for_nontemp_relation to parse...
tree
|
commitdiff
2023-10-13
Nathan Bossart
Improve the naming in wal_sync_method code.
tree
|
commitdiff
2023-09-06
Nathan Bossart
Make enum for sync methods available to frontend code.
tree
|
commitdiff
2023-09-06
Nathan Bossart
Move PG_TEMP_FILE* macros to file_utils.h.
tree
|
commitdiff
2023-08-24
Peter Eisentraut
Rename hook functions for debug_io_direct to match...
tree
|
commitdiff
2023-07-14
Thomas Munro
Remove wal_sync_method=fsync_writethrough on Windows.
tree
|
commitdiff
2023-06-20
Tom Lane
Pre-beta2 mechanical code beautification.
tree
|
commitdiff
2023-06-19
Andres Freund
fd.c: Retry after EINTR in more places
tree
|
commitdiff
2023-05-19
Tom Lane
Pre-beta mechanical code beautification.
tree
|
commitdiff
2023-05-14
Thomas Munro
Rename io_direct to debug_io_direct.
tree
|
commitdiff
2023-05-02
Michael Paquier
Fix typos in comments
tree
|
commitdiff
2023-04-08
Thomas Munro
Add io_direct setting (developer-only).
tree
|
commitdiff
2023-04-08
Thomas Munro
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
tree
|
commitdiff
2023-04-05
Andres Freund
Add smgrzeroextend(), FileZero(), FileFallocate()
tree
|
commitdiff
2023-03-30
Andres Freund
pg_stat_wal: Accumulate time as instr_time instead...
tree
|
commitdiff
2023-03-30
Andres Freund
Fix format code in fd.c debugging infrastructure
tree
|
commitdiff
2023-03-29
Peter Eisentraut
Simplify useless 0L constants
tree
|
commitdiff
2023-03-02
Thomas Munro
Don't leak descriptors into subprograms.
tree
|
commitdiff
2023-02-21
Thomas Munro
Remove obsolete coding for early macOS.
tree
|
commitdiff
2023-01-21
Andres Freund
Zero initialize uses of instr_time about to trigger...
tree
|
commitdiff
2023-01-17
Michael Paquier
Constify the arguments of copydir.h functions
tree
|
commitdiff
2023-01-16
Peter Eisentraut
Add BufFileRead variants with short read and EOF detection
tree
|
commitdiff
2023-01-06
Thomas Munro
Fix pg_truncate() on Windows.
tree
|
commitdiff
2023-01-02
Bruce Momjian
Update copyright for 2023
tree
|
commitdiff
2022-12-30
Peter Eisentraut
Add const to BufFileWrite
tree
|
commitdiff
2022-12-30
Peter Eisentraut
Remove unnecessary casts
tree
|
commitdiff
2022-12-20
Andrew Dunstan
Add copyright notices to meson files
tree
|
commitdiff
2022-12-08
Peter Eisentraut
Update types in File API
tree
|
commitdiff
2022-11-05
Michael Paquier
Remove unneeded includes of <sys/stat.h>
tree
|
commitdiff
2022-10-27
Michael Paquier
Move pg_pwritev_with_retry() to src/common/file_utils.c
tree
|
commitdiff
2022-09-29
Thomas Munro
Restore pg_pread and friends.
tree
|
commitdiff
2022-09-28
Robert Haas
Revert 56-bit relfilenode change and follow-up commits.
tree
|
commitdiff
2022-09-27
Robert Haas
Increase width of RelFileNumbers from 32 bits to 56...
tree
|
commitdiff
2022-09-22
Andres Freund
meson: Add initial version of meson based build system
tree
|
commitdiff
2022-09-21
Amit Kapila
Improve some error messages.
tree
|
commitdiff
2022-09-20
Peter Geoghegan
Harmonize parameter names in storage and AM code.
tree
|
commitdiff
2022-09-02
Michael Paquier
Expand the use of get_dirent_type(), shaving a few...
tree
|
commitdiff
2022-08-29
Tom Lane
Clean up inconsistent use of fflush().
tree
|
commitdiff
2022-08-13
Thomas Munro
Remove configure probe for sys/resource.h and refactor.
tree
|
commitdiff
2022-08-06
Thomas Munro
Replace pgwin32_is_junction() with lstat().
tree
|
commitdiff
2022-08-05
Thomas Munro
Remove configure probe for fdatasync.
tree
|
commitdiff
2022-08-05
Thomas Munro
Simplify replacement code for preadv and pwritev.
tree
|
commitdiff
2022-08-04
Thomas Munro
Remove dead pread and pwrite replacement code.
tree
|
commitdiff
2022-08-04
Thomas Munro
Remove configure probe and related tests for getrlimit.
tree
|
commitdiff
2022-07-28
Robert Haas
Clean up some residual confusion between OIDs and RelFi...
tree
|
commitdiff
2022-07-05
Michael Paquier
Remove durable_rename_excl()
tree
|
commitdiff
2022-04-28
Michael Paquier
Revert recent changes with durable_rename_excl()
tree
|
commitdiff
2022-04-28
Michael Paquier
Remove durable_rename_excl()
tree
|
commitdiff
2022-04-13
David Rowley
Add missing spaces after single-line comments
tree
|
commitdiff
2022-04-08
Michael Paquier
Track I/O timing for temporary file blocks in EXPLAIN...
tree
|
commitdiff
2022-01-08
Bruce Momjian
Update copyright for 2022
tree
|
commitdiff
2021-11-29
Tom Lane
Replace random(), pg_erand48(), etc with a better PRNG...
tree
|
commitdiff
2021-10-25
Robert Haas
Report progress of startup operations that take a long...
tree
|
commitdiff
2021-09-08
Michael Paquier
Clean up some code using "(expr) ? true : false"
tree
|
commitdiff
2021-09-02
Tom Lane
In count_usable_fds(), duplicate stderr not stdin.
tree
|
commitdiff
2021-09-02
Amit Kapila
Optimize fileset usage in apply worker.
tree
|
commitdiff
2021-08-30
Amit Kapila
Refactor sharedfileset.c to separate out fileset implem...
tree
|
commitdiff
2021-08-08
Andres Freund
Move temporary file cleanup to before_shmem_exit().
tree
|
commitdiff
2021-07-19
Thomas Munro
Don't use #if inside function-like macro arguments.
tree
|
commitdiff
2021-07-19
Thomas Munro
Adjust commit 2dbe8905 for ancient macOS.
tree
|
commitdiff
2021-07-18
Thomas Munro
Support direct I/O on macOS.
tree
|
commitdiff
2021-06-28
Peter Eisentraut
Message style improvements
tree
|
commitdiff
2021-05-12
Tom Lane
Initial pgindent and pgperltidy run for v14.
tree
|
commitdiff
2021-03-22
Michael Paquier
Fix concurrency issues with WAL segment recycling on...
tree
|
commitdiff
2021-03-19
Thomas Munro
Provide recovery_init_sync_method=syncfs.
tree
|
commitdiff
2021-03-18
Tomas Vondra
Remove temporary files after backend crash
tree
|
commitdiff
2021-01-13
Thomas Munro
Move our p{read,write}v replacements into their own...
tree
|
commitdiff
2021-01-02
Bruce Momjian
Update copyright for 2021
tree
|
commitdiff
next