postgresql/src/backend/storage
Tatsuo Ishii 461ef73f09 Add API for 64-bit large object access. Now users can access up to
4TB large objects (standard 8KB BLCKSZ case).  For this purpose new
libpq API lo_lseek64, lo_tell64 and lo_truncate64 are added.  Also
corresponding new backend functions lo_lseek64, lo_tell64 and
lo_truncate64 are added. inv_api.c is changed to handle 64-bit
offsets.

Patch contributed by Nozomi Anzai (backend side) and Yugo Nagata
(frontend side, docs, regression tests and example program). Reviewed
by Kohei Kaigai. Committed by Tatsuo Ishii with minor editings.
2012-10-07 08:36:48 +09:00
..
buffer Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint. 2012-09-16 19:53:34 +01:00
file Comment fixes. 2012-08-30 10:42:28 -04:00
freespace Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
ipc Add C comment that IsBackendPid() is called by external modules, so we 2012-10-01 10:14:35 -04:00
large_object Add API for 64-bit large object access. Now users can access up to 2012-10-07 08:36:48 +09:00
lmgr Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
page Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
smgr Rethink checkpointer's fsync-request table representation. 2012-07-19 19:28:22 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00