Commit Graph

30 Commits (87081b2d35057c4919a8a05a7c52fe87845874d5)

Author SHA1 Message Date
Alvaro Herrera a3540b0f65 Improve our #include situation by moving pointer types away from the 17 years ago
Heikki Linnakangas a213f1ee6c Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation 17 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 17 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian 8b4ff8b6a1 Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane e002836913 Make recovery from WAL be restartable, by executing a checkpoint-like 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Bruce Momjian 277807bd9e Add FILLFACTOR to CREATE INDEX. 19 years ago
Teodor Sigaev 09518fbdf4 Call MarkBufferDirty() before XLogInsert() during completion of insert 19 years ago
Teodor Sigaev 420cbff881 Simplify gistSplit() and some refactoring related code. 19 years ago
Teodor Sigaev 5890790b4a Rework completion of incomplete inserts. Now it writes 19 years ago
Teodor Sigaev 8876e37d07 Reduce size of critial section during vacuum full, critical 19 years ago
Teodor Sigaev 10dd8df68e Reduce size of critical section and remove call of user-defined functions in 19 years ago
Tom Lane c9a2b6d4ca Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we 20 years ago
Tom Lane a8b8f4db23 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 20 years ago
Tom Lane 89395bfa6f Improve gist XLOG code to follow the coding rules needed to prevent 20 years ago
Tom Lane 6d61cdec07 Clean up and document the API for XLogOpenRelation and XLogReadBuffer. 20 years ago
Tom Lane 0a20207060 Arrange to emit a description of the current XLOG record as error context 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian b3364fc81b pgindent new GIST index code, per request from Tom. 20 years ago
Tom Lane 08817bdb76 Adjust GiST error messages to conform to message style guidelines. 20 years ago
Teodor Sigaev 5350216156 Improve error messages and add comment 20 years ago
Teodor Sigaev 898a7bd13b Bug fixes for GiST crash recovery. 20 years ago
Teodor Sigaev 88b49cdc95 Code cleanup. gistfillbuffer accepts InvalidOffsetNumber. 20 years ago
Teodor Sigaev e8cab5fe49 Concurrency for GiST 20 years ago
Teodor Sigaev 1bfdd1a893 fix founded hole in recovery after crash, add vacuum_delay_point() 20 years ago
Teodor Sigaev d544ec8bbd 1. full functional WAL for GiST 20 years ago
Teodor Sigaev 37c839365c WAL for GiST. It work for online backup and so on, but on 20 years ago