| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -4/+4 |
* | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas | 2009-12-15 | 1 | -3/+4 |
* | 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 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 2 | -11/+16 |
* | Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE). | Peter Eisentraut | 2009-03-04 | 1 | -1/+24 |
* | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane | 2009-01-12 | 1 | -1/+37 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 2 | -4/+4 |
* | Optimize CleanupTempFiles by having a boolean flag that keeps track of whether | Alvaro Herrera | 2008-09-19 | 1 | -3/+18 |
* | Allow ShowBufferUsage() to report the number of reads/writes that have | Tom Lane | 2008-09-17 | 1 | -1/+6 |
* | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane | 2008-05-02 | 1 | -4/+4 |
* | Provide a build-time option to store large relations as single files, rather | Tom Lane | 2008-03-10 | 2 | -45/+49 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 2 | -4/+4 |
* | Clarify log messages | Peter Eisentraut | 2007-12-13 | 1 | -2/+2 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -18/+19 |
* | Remove FileUnlink(), which wasn't being used anywhere and interacted poorly | Tom Lane | 2007-07-26 | 1 | -27/+8 |
* | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 | 2 | -19/+98 |
* | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 | 2 | -77/+104 |
* | Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the | Tom Lane | 2007-06-01 | 1 | -2/+2 |
* | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian | 2007-03-06 | 1 | -48/+6 |
* | Remove temporary Windows-specific debugging code. | Magnus Hagander | 2007-02-28 | 1 | -15/+1 |
* | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian | 2007-01-25 | 1 | -6/+62 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -8/+1 |
* | Remove trace macro call from new log_temp_files, until it gets more | Bruce Momjian | 2007-01-09 | 1 | -2/+1 |
* | Add GUC log_temp_files to log the use of temporary files. | Bruce Momjian | 2007-01-09 | 1 | -2/+17 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 2 | -4/+4 |
* | Remove temporary Windows-specific debugging code; it seems the problem | Tom Lane | 2006-11-06 | 1 | -15/+1 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -5/+5 |
* | Add some debug logging code to AllocateFile's failure path to log the | Tom Lane | 2006-08-24 | 1 | -1/+15 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 1 | -3/+1 |
* | Fix printf mask for SizeVfdCache | Bruce Momjian | 2006-05-30 | 1 | -2/+2 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 2 | -4/+4 |
* | Declare the arguments of AllocateFile() as const char *, not char *. | Tom Lane | 2006-03-04 | 1 | -2/+2 |
* | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane | 2006-01-17 | 1 | -3/+5 |
* | Fix thinko in comment. | Tom Lane | 2005-12-08 | 1 | -2/+2 |
* | Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. | Tom Lane | 2005-12-01 | 1 | -3/+58 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -4/+4 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 2 | -67/+63 |
* | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane | 2005-08-08 | 1 | -20/+29 |
* | Fix count_usable_fds() to stop trying to open files once it reaches | Tom Lane | 2005-08-07 | 1 | -10/+21 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -52/+32 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 | 1 | -9/+56 |
* | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 | 1 | -2/+36 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 2 | -4/+4 |
* | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane | 2004-12-29 | 1 | -47/+72 |