index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2001-01-23
Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.
Tom Lane
2001-01-23
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-19
Make critical sections (elog->crash) and interrupt holdoff sections
Tom Lane
2001-01-18
Comment out xlrec in xact_redo - no support for file unlinking on
Vadim B. Mikheev
2001-01-15
Tweak heap_update/delete so that we do not hold the buffer context lock
Tom Lane
2001-01-14
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-12
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
New feature:
Marc G. Fournier
2001-01-09
1. Checkpoint.undo may be after checkpoint itself:
Vadim B. Mikheev
2001-01-07
Correct nasty error in heap_update: it was releasing the buffer refcount
Tom Lane
2001-01-02
Clean up non-reentrant interface for hash_seq/HashTableWalk, so that
Tom Lane
2000-12-30
1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev
2000-12-30
Fixed misprint in heap update WALoging.
Vadim B. Mikheev
2000-12-29
Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to
Tom Lane
2000-12-29
MUST update (in-memory) data page BEFORE XLogInsert to log
Vadim B. Mikheev
2000-12-29
nbtree_xlog_newroot: set meta flag in meta page opaque.
Vadim B. Mikheev
2000-12-28
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-27
Fix portability problems recently exposed by regression tests on Alphas.
Tom Lane
2000-12-22
Revise lock manager to support "session level" locks as well as "transaction
Tom Lane
2000-12-18
>> Here is a patch for the beos port (All regression tests are OK).
Bruce Momjian
2000-12-18
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
Tom Lane
2000-12-11
Remove elog for online log files.
Vadim B. Mikheev
2000-12-11
elog(LOG)-->elog(DEBUG) for skipped logs.
Vadim B. Mikheev
2000-12-11
Resolve complie error(was my fault).
Hiroshi Inoue
2000-12-11
*redo: Heap move* neglects to set t_cmin for MOVED_IN tuples.
Hiroshi Inoue
2000-12-08
Repair erroneous use of hashvarlena() for MACADDR, which is not a
Tom Lane
2000-12-08
Resurrect -F switch: it controls fsyncs again, though the fsyncs are
Tom Lane
2000-12-07
RecordTransactionAbort() shouldn't log XLOG_XACT_ABORT
Hiroshi Inoue
2000-12-07
Silence compiler warning.
Tom Lane
2000-12-03
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-01
Make tuple receive/print routines TOAST-aware. Formerly, printtup would
Tom Lane
2000-11-30
Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that
Tom Lane
2000-11-30
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
XLOG stuff for sequences.
Vadim B. Mikheev
2000-11-30
Rearrange bufmgr header files so that buf_internals.h need not be
Tom Lane
2000-11-28
Significant cleanups in SysV IPC handling (shared mem and semaphores).
Tom Lane
2000-11-27
Check for link(2) failure.
Tom Lane
2000-11-25
Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;
Tom Lane
2000-11-21
Refine log/error messages. Print out the errno message, not the number.
Peter Eisentraut
2000-11-21
Put external declarations into header files.
Peter Eisentraut
2000-11-21
misc
Vadim B. Mikheev
2000-11-21
Fix OID bootstraping.
Vadim B. Mikheev
2000-11-21
Init ShmemVariableCache in BootStrapXLOG()
Vadim B. Mikheev
2000-11-20
Silence gcc warnings.
Tom Lane
2000-11-20
Include postgres.h before checking #ifdef XLOG.
Peter Eisentraut
2000-11-20
Compile WAL by default.
Vadim B. Mikheev
2000-11-16
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
That variable I removed broke XLOG, that part of the delta
Bruce Momjian
2000-11-16
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-14
Minor cleanup of tableOid-related coding.
Tom Lane
[next]