You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
13 years ago
..
backendid.h
Update copyright notices for year 2012.
14 years ago
barrier.h
Run pgindent on 9.2 source tree in preparation for first 9.3
14 years ago
block.h
Update copyright notices for year 2012.
14 years ago
buf.h
Update copyright notices for year 2012.
14 years ago
buf_internals.h
Scan the buffer pool just once, not once per fork, during relation drop.
14 years ago
buffile.h
Update copyright notices for year 2012.
14 years ago
bufmgr.h
Scan the buffer pool just once, not once per fork, during relation drop.
14 years ago
bufpage.h
Replace XLogRecPtr struct with a 64-bit integer.
14 years ago
copydir.h
Update copyright notices for year 2012.
14 years ago
fd.h
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
14 years ago
freespace.h
Update copyright notices for year 2012.
14 years ago
fsm_internals.h
Update copyright notices for year 2012.
14 years ago
indexfsm.h
Update copyright notices for year 2012.
14 years ago
ipc.h
Unify calling conventions for postgres/postmaster sub-main functions
14 years ago
item.h
Update copyright notices for year 2012.
14 years ago
itemid.h
Update copyright notices for year 2012.
14 years ago
itemptr.h
Update copyright notices for year 2012.
14 years ago
large_object.h
Add API for 64-bit large object access. Now users can access up to
13 years ago
latch.h
Run pgindent on 9.2 source tree in preparation for first 9.3
14 years ago
lmgr.h
Update copyright notices for year 2012.
14 years ago
lock.h
Add a small cache of locks owned by a resource owner in ResourceOwner.
14 years ago
lwlock.h
Run pgindent on 9.2 source tree in preparation for first 9.3
14 years ago
off.h
Update copyright notices for year 2012.
14 years ago
pg_sema.h
Update copyright notices for year 2012.
14 years ago
pg_shmem.h
Update copyright notices for year 2012.
14 years ago
pmsignal.h
Update copyright notices for year 2012.
14 years ago
pos.h
Update copyright notices for year 2012.
14 years ago
predicate.h
Run pgindent on 9.2 source tree in preparation for first 9.3
14 years ago
predicate_internals.h
Update copyright notices for year 2012.
14 years ago
proc.h
Introduce timeout handling framework
14 years ago
procarray.h
Run pgindent on 9.2 source tree in preparation for first 9.3
14 years ago
procsignal.h
Update copyright notices for year 2012.
14 years ago
reinit.h
Update copyright notices for year 2012.
14 years ago
relfilenode.h
Improve coding around the fsync request queue.
14 years ago
s_lock.h
When LWLOCK_STATS is defined, count spindelays.
14 years ago
shmem.h
Update copyright notices for year 2012.
14 years ago
sinval.h
Run pgindent on 9.2 source tree in preparation for first 9.3
14 years ago
sinvaladt.h
Tighten up includes in sinvaladt.h, twophase.h, proc.h
14 years ago
smgr.h
Improve coding around the fsync request queue.
14 years ago
spin.h
Update copyright notices for year 2012.
14 years ago
standby.h
Introduce timeout handling framework
14 years ago