Commit Graph

86 Commits (2bc4ab4f9c2ed8d94c22c41fce05f97838f2fc42)

Author SHA1 Message Date
Simon Riggs 96ef3b8ff1 Allow I/O reliability checks using 16-bit checksums 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Robert Haas d37781fa82 Tidy up a few calls to smrgextend(). 15 years ago
Robert Haas debcec7dc3 Include the backend ID in the relpath of temporary relations. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane cbe9d6beb4 Fix up rickety handling of relation-truncation interlocks. 16 years ago
Tom Lane 16e5859cd2 Allow free space map vacuuming to be interrupted. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Heikki Linnakangas b2a667b9ee Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Heikki Linnakangas 011fa3662e Small comment fixes. 17 years ago
Heikki Linnakangas 4d6ee26171 Don't force creation of the FSM on searches. It will still be created 17 years ago
Heikki Linnakangas 9858a8c81c Rely on relcache invalidation to update the cached size of the FSM. 17 years ago
Heikki Linnakangas 3396000684 Rethink the way FSM truncation works. Instead of WAL-logging FSM 17 years ago
Heikki Linnakangas e9816533e3 Update FSM on WAL replay. This is a bit limited; the FSM is only updated 17 years ago
Heikki Linnakangas 19c8dc839b Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer 17 years ago
Tom Lane 68827a7ada Suppress an uninitialized-variable warning (not all versions of gcc 17 years ago
Heikki Linnakangas f06ef2bede Fix WAL redo of FSM truncation. We can't call smgrtruncate() during WAL 17 years ago
Tom Lane 6ca1b1cd95 Fix compiler warning (unportable sprintf usage) 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
Tom Lane 3fcc7e8e18 Reduce memory consumption during VACUUM of large relations, by using 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Peter Eisentraut 409600942b KB -> kB 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane 9e936693a9 Fix free space map to correctly track the total amount of FSM space needed 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian d5dd3d451e Add contrib/pg_freespacemap to display free space map information. 20 years ago
Peter Eisentraut 07bb9f086b Message corrections 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 0007490e09 Convert the arithmetic for shared memory size calculation from 'int' 20 years ago
Bruce Momjian 28d0515d18 Fix FSM warning to mention increasing max_fsm_pages. Was incorrectly 20 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 20 years ago
Tom Lane e92a88272e Modify hash_search() API to prevent future occurrences of the error 21 years ago
Bruce Momjian 3b0a5e50d7 Update VACUUM VERBOSE FSM message, per Tom. 21 years ago
Bruce Momjian 714d5a4c37 Update VACUUM VERBOSE update, per Alvaro. 21 years ago
Bruce Momjian 9ba6587f8b Update working of VACUUM VERBOSE. 21 years ago
Bruce Momjian 52e08c35f7 Make VACUUM VERBOSE FSM output all output in a single INFO output 21 years ago
Bruce Momjian e947e1153a Modify output of VACUUM VERBOSE to be clearer. 21 years ago
Bruce Momjian 2c4dea126a Issue free space notices to both the user and the server log file. 21 years ago
Bruce Momjian 45905425a0 Add warning about the need to increase "max_fsm_relations" and 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago