index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
file
/
fd.c
Age
Commit message (
Expand
)
Author
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-21
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-20
Fix yet another typo in comment.
Heikki Linnakangas
2013-02-08
Fix another typo in a comment
Magnus Hagander
2013-02-08
Fix typo in comment
Magnus Hagander
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-27
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-10-17
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-08-28
Split resowner.h
Alvaro Herrera
2012-07-21
Improve copydir() code for the case that fsync is off.
Tom Lane
2012-07-13
Add fsync capability to initdb, and use sync_file_range() if available.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-29
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Heikki Linnakangas
2012-03-21
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-01-28
Prevent logging "failed to stat file: success" for temp files
Magnus Hagander
2012-01-26
Add missing #include, to suppress compiler warning.
Robert Haas
2012-01-26
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-07-17
Further thoughts about temp_file_limit patch.
Tom Lane
2011-07-17
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-06-10
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
Use a constant sprintf format to silence compiler warning
Alvaro Herrera
2011-06-09
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
Use "transient" files for blind writes
Alvaro Herrera
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-29
Support unlogged tables.
Robert Haas
2010-12-08
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-11-08
Fix error handling in temp-file deletion with log_temp_files active.
Tom Lane
2010-09-28
Improve messages for too many private files/dirs. Per Alexey Parshin.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-13
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-07-06
Make log_temp_files based on kB, and revert docs & comments to match.
Robert Haas
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-22
Adjust pg_fsync_writethrough so that it will set errno when failing
Tom Lane
2010-02-15
Speed up CREATE DATABASE by deferring the fsyncs until after copying
Greg Stark
2010-01-12
Please tablespace directories in their own subdirectory so pg_migrator
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-03
Fix bug in temporary file management with subtransactions. A cursor opened
Heikki Linnakangas
2009-08-05
Improve error messages in md.c. When a filesystem operation like open() or
Heikki Linnakangas
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-03-04
Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE).
Peter Eisentraut
2009-01-12
Implement prefetching via posix_fadvise() for bitmap index scans. A new
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-09-19
Optimize CleanupTempFiles by having a boolean flag that keeps track of whether
Alvaro Herrera
2008-03-10
Provide a build-time option to store large relations as single files, rather
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-12-13
Clarify log messages
Peter Eisentraut
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-07-26
Remove FileUnlink(), which wasn't being used anywhere and interacted poorly
Tom Lane
[next]