Commits

DateSubjectAuthorReleases
2007-07-26 Remove FileUnlink(), which wasn't being used anywhere and interacted poorly Tom Lane 8.3.0
2007-06-07 Rework temp_tablespaces patch so that temp tablespaces are assigned separately Tom Lane 8.3.0
2007-06-03 Create a GUC parameter temp_tablespaces that allows selection of the Tom Lane 8.3.0
2006-03-04 Declare the arguments of AllocateFile() as const char *, not char *. Tom Lane 8.2.0
2005-08-08 Cause ShutdownPostgres to do a normal transaction abort during backend Tom Lane 8.1.0
2005-06-19 Simplify uses of readdir() by creating a function ReadDir() that Tom Lane 8.1.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-07-28 Fix subtransaction behavior for large objects, temp namespace, files, Tom Lane 8.0.0
2004-05-31 Per previous discussions, get rid of use of sync(2) in favor of Tom Lane 8.0.0
2004-02-23 Replace opendir/closedir calls throughout the backend with AllocateDir Tom Lane 7.4.2
2004-02-23 Replace opendir/closedir calls throughout the backend with AllocateDir Tom Lane 8.0.0
2004-02-23 Do a direct probe during postmaster startup to determine the maximum Tom Lane 7.4.2
2004-02-23 Do a direct probe during postmaster startup to determine the maximum Tom Lane 8.0.0
2004-01-26 Ensure that close() and fclose() are checked for errors, at least in Tom Lane 8.0.0
2003-04-29 Code review for holdable-cursors patch. Fix error recovery, memory Tom Lane 7.4.1
2002-08-06 Restructure local-buffer handling per recent pghackers discussion. Tom Lane 7.3.1
2001-09-30 Create a GUC parameter max_files_per_process that is a configurable Tom Lane 7.2.1
2001-06-11 Move temporary files into 'pg_tempfiles' subdirectory of each database Tom Lane 7.2.1
2001-02-18 Change s_lock to not use any zero-delay select() calls; these are just a Tom Lane 7.1.1
2000-12-08 Resurrect -F switch: it controls fsyncs again, though the fsyncs are Tom Lane 7.1.1
2000-06-02 Create an fd.c entry point that is just like plain open(2) except that Tom Lane 7.1.1
2000-04-09 Buffer manager modifications to keep a local buffer-dirtied bit as well Tom Lane 7.1.1
1999-10-13 Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend Tom Lane 7.1.1
1999-05-09 Add 'temporary file' facility to fd.c, and arrange for temp Tom Lane 7.1.1