index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Commit message (
Expand
)
Author
Age
*
Oops, I had managed to break query-cancel-while-waiting-for-lock.
Tom Lane
2001-01-16
*
Rename fields of lock and lockholder structures to something a tad less
Tom Lane
2001-01-16
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
*
Removed a no longer needed SetWaitingForLock() call in
Hiroshi Inoue
2001-01-10
*
Disable query cancel during HandleDeadLock().
Hiroshi Inoue
2001-01-09
*
LockBuffer should not elog while holding buffer's cntx_lock.
Tom Lane
2001-01-08
*
Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure
Tom Lane
2001-01-07
*
Clean up non-reentrant interface for hash_seq/HashTableWalk, so that
Tom Lane
2001-01-02
*
1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev
2000-12-30
*
Paranoia about possible values of errno after a shmget/semget failure.
Tom Lane
2000-12-30
*
Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to
Tom Lane
2000-12-29
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
*
Avoid XLogFlush for clean buffers in BufferSync.
Vadim B. Mikheev
2000-12-22
*
Revise lock manager to support "session level" locks as well as "transaction
Tom Lane
2000-12-22
*
Remove multi.c and single.c, which have been dead code for
Tom Lane
2000-12-20
*
Ensure that 'errno' is saved and restored by all signal handlers that
Tom Lane
2000-12-18
*
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
Tom Lane
2000-12-18
*
Tweak Darwin patch to get right include order.
Tom Lane
2000-12-11
*
Darwin porting patches from Peter Bierman <bierman@apple.com>
Tom Lane
2000-12-11
*
Resurrect -F switch: it controls fsyncs again, though the fsyncs are
Tom Lane
2000-12-08
*
Don't use 'private' as a parameter name in visible headers ... makes C++
Tom Lane
2000-12-03
*
misc
Vadim B. Mikheev
2000-11-30
*
Hope that this is valid localbuf.c version
Vadim B. Mikheev
2000-11-30
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
It seems some platforms declare kill(2) in signal.h not unistd.h.
Tom Lane
2000-11-30
*
Rearrange bufmgr header files so that buf_internals.h need not be
Tom Lane
2000-11-30
*
Significant cleanups in SysV IPC handling (shared mem and semaphores).
Tom Lane
2000-11-28
*
Set fdstate in fileNameOpenFile.
Vadim B. Mikheev
2000-11-23
*
avoid opening view files.
Hiroshi Inoue
2000-11-22
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
Include postgres.h before checking #ifdef XLOG.
Peter Eisentraut
2000-11-20
*
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-16
*
prevent open failure of VIEW
Hiroshi Inoue
2000-11-13
*
Keep track of the last active slot in the shared ProcState array, so
Tom Lane
2000-11-12
*
pg_fsync is fsync in WAL version.
Vadim B. Mikheev
2000-11-10
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
New CHECKPOINT command.
Vadim B. Mikheev
2000-11-05
*
Improve inv_getsize() per suggestion from Denis Perchine; also fix
Tom Lane
2000-11-02
*
WAL
Vadim B. Mikheev
2000-10-28
*
Major overhaul of large-object implementation, by Denis Perchine with
Tom Lane
2000-10-24
*
New relcache hash table with RelFileNode as key to be used
Vadim B. Mikheev
2000-10-23
*
Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffers
Tom Lane
2000-10-22
*
BACKED OUT.
Bruce Momjian
2000-10-22
*
here it is as requested by Bruce.
Bruce Momjian
2000-10-21
*
WAL
Vadim B. Mikheev
2000-10-21
*
Add support for VPATH builds, that is, building somewhere else than in the
Peter Eisentraut
2000-10-20
*
WAL need in overwrite mode - restored in new way
Vadim B. Mikheev
2000-10-20
*
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-20
*
I had to change buffer tag: now RelFileNode is used instead of
Vadim B. Mikheev
2000-10-18
[next]