index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
file
/
fd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-13
/
+13
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
1
-1
/
+0
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
1
-6
/
+0
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
1
-4
/
+1
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
1
-1
/
+0
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Expose fsync_fname as a public API.
Robert Haas
2013-09-04
1
-0
/
+56
*
Remove fixed limit on the number of concurrent AllocateFile() requests.
Tom Lane
2013-06-09
1
-60
/
+126
*
Fix fd.c to preserve errno where needed.
Tom Lane
2013-05-16
1
-5
/
+13
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
1
-7
/
+91
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
1
-0
/
+1
*
Fix yet another typo in comment.
Heikki Linnakangas
2013-02-20
1
-1
/
+1
*
Fix another typo in a comment
Magnus Hagander
2013-02-08
1
-1
/
+1
*
Fix typo in comment
Magnus Hagander
2013-02-08
1
-2
/
+2
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
1
-17
/
+108
*
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-17
1
-65
/
+26
*
Split resowner.h
Alvaro Herrera
2012-08-28
1
-1
/
+1
*
Improve copydir() code for the case that fsync is off.
Tom Lane
2012-07-21
1
-5
/
+9
*
Add fsync capability to initdb, and use sync_file_range() if available.
Tom Lane
2012-07-13
1
-2
/
+5
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-12
/
+12
*
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Heikki Linnakangas
2012-03-29
1
-1
/
+1
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
1
-1
/
+1
*
Prevent logging "failed to stat file: success" for temp files
Magnus Hagander
2012-01-28
1
-5
/
+5
*
Add missing #include, to suppress compiler warning.
Robert Haas
2012-01-26
1
-0
/
+1
*
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
1
-20
/
+16
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Further thoughts about temp_file_limit patch.
Tom Lane
2011-07-17
1
-4
/
+13
*
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-17
1
-8
/
+61
*
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
1
-26
/
+65
*
Use a constant sprintf format to silence compiler warning
Alvaro Herrera
2011-06-10
1
-1
/
+1
*
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
1
-82
/
+26
*
Use "transient" files for blind writes
Alvaro Herrera
2011-06-09
1
-26
/
+82
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-9
/
+11
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Support unlogged tables.
Robert Haas
2010-12-29
1
-1
/
+1
*
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-12-08
1
-4
/
+5
*
Fix error handling in temp-file deletion with log_temp_files active.
Tom Lane
2010-11-08
1
-6
/
+33
*
Improve messages for too many private files/dirs. Per Alexey Parshin.
Tom Lane
2010-09-28
1
-2
/
+4
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
1
-3
/
+133
*
Make log_temp_files based on kB, and revert docs & comments to match.
Robert Haas
2010-07-06
1
-2
/
+2
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-6
/
+6
*
Adjust pg_fsync_writethrough so that it will set errno when failing
Tom Lane
2010-02-22
1
-1
/
+2
*
Speed up CREATE DATABASE by deferring the fsyncs until after copying
Greg Stark
2010-02-15
1
-1
/
+17
*
Please tablespace directories in their own subdirectory so pg_migrator
Bruce Momjian
2010-01-12
1
-5
/
+6
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Fix bug in temporary file management with subtransactions. A cursor opened
Heikki Linnakangas
2009-12-03
1
-32
/
+35
*
Improve error messages in md.c. When a filesystem operation like open() or
Heikki Linnakangas
2009-08-05
1
-1
/
+15
[next]