aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/buffile.c
Commit message (Expand)AuthorAge
* Fix error message.Thomas Munro2020-07-23
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Make BufFileCreateTemp() ensure that temp tablespaces are set up.Tom Lane2019-05-18
* Update copyright for 2019Bruce Momjian2019-01-02
* Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan2018-11-28
* Use 64 bit type for BufFileSize().Thomas Munro2018-11-15
* Use pg_pread() and pg_pwrite() for data files and WAL.Thomas Munro2018-11-07
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Fix memory leak in BufFileCreateShared().Tatsuo Ishii2018-06-16
* Fix memory leak.Tatsuo Ishii2018-06-15
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-02
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Support parallel btree index builds.Robert Haas2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Add defenses against pre-crash files to BufFileOpenShared().Andres Freund2017-12-13
* Add infrastructure for sharing temporary files between backends.Andres Freund2017-12-01
* Update buffile.h/.c comments for removal of non-temp option.Tom Lane2017-11-25
* Remove BufFile's isTemp flag.Andres Freund2017-11-16
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Don't exaggerate the number of temporary blocks read.Robert Haas2017-10-31
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Ensure all files created for a single BufFile have the same resource owner.Tom Lane2013-11-01
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Allow ShowBufferUsage() to report the number of reads/writes that haveTom Lane2008-09-17
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-02
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-07
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane2007-06-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04