summaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-13/+13
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-1/+0
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-211-6/+0
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-211-4/+1
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-1/+0
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Expose fsync_fname as a public API.Robert Haas2013-09-041-0/+56
* Remove fixed limit on the number of concurrent AllocateFile() requests.Tom Lane2013-06-091-60/+126
* Fix fd.c to preserve errno where needed.Tom Lane2013-05-161-5/+13
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-271-7/+91
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-0/+1
* Fix yet another typo in comment.Heikki Linnakangas2013-02-201-1/+1
* Fix another typo in a commentMagnus Hagander2013-02-081-1/+1
* Fix typo in commentMagnus Hagander2013-02-081-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-271-17/+108
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-171-65/+26
* Split resowner.hAlvaro Herrera2012-08-281-1/+1
* Improve copydir() code for the case that fsync is off.Tom Lane2012-07-211-5/+9
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-131-2/+5
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-12/+12
* Inherit max_safe_fds to child processes in EXEC_BACKEND mode.Heikki Linnakangas2012-03-291-1/+1
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-211-1/+1
* Prevent logging "failed to stat file: success" for temp filesMagnus Hagander2012-01-281-5/+5
* Add missing #include, to suppress compiler warning.Robert Haas2012-01-261-0/+1
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-261-20/+16
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Further thoughts about temp_file_limit patch.Tom Lane2011-07-171-4/+13
* Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane2011-07-171-8/+61
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-101-26/+65
* Use a constant sprintf format to silence compiler warningAlvaro Herrera2011-06-101-1/+1
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-091-82/+26
* Use "transient" files for blind writesAlvaro Herrera2011-06-091-26/+82
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-9/+11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support unlogged tables.Robert Haas2010-12-291-1/+1
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-081-4/+5
* Fix error handling in temp-file deletion with log_temp_files active.Tom Lane2010-11-081-6/+33
* Improve messages for too many private files/dirs. Per Alexey Parshin.Tom Lane2010-09-281-2/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-131-3/+133
* Make log_temp_files based on kB, and revert docs & comments to match.Robert Haas2010-07-061-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-6/+6
* Adjust pg_fsync_writethrough so that it will set errno when failingTom Lane2010-02-221-1/+2
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-151-1/+17
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-121-5/+6
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-031-32/+35
* Improve error messages in md.c. When a filesystem operation like open() orHeikki Linnakangas2009-08-051-1/+15