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
/
include
/
access
Age
Commit message (
Expand
)
Author
2000-12-30
1. WAL needs in zero-ed content of newly initialized page.
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-18
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
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-25
Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;
Tom Lane
2000-11-21
Put external declarations into header files.
Peter Eisentraut
2000-11-14
Minor cleanup of tableOid-related coding.
Tom Lane
2000-11-14
Clean up comments.
Tom Lane
2000-11-05
New CHECKPOINT command.
Vadim B. Mikheev
2000-11-03
pg_variable is not used in WAL version now.
Vadim B. Mikheev
2000-11-02
Fix insufficiently-parenthesized macro definitions.
Tom Lane
2000-10-28
WAL
Vadim B. Mikheev
2000-10-25
WAL utils defs
Vadim B. Mikheev
2000-10-24
Create empty file so that CVS sources compile (Vadim can fill in real
Tom Lane
2000-10-24
WAL misc
Vadim B. Mikheev
2000-10-21
WAL
Vadim B. Mikheev
2000-10-20
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-13
WAL
Vadim B. Mikheev
2000-10-13
WAL
Vadim B. Mikheev
2000-10-04
Btree WAL logging.
Vadim B. Mikheev
2000-09-12
Btree WAL records.
Vadim B. Mikheev
2000-09-07
Heap redo/undo (except for tuple moving used by vacuum).
Vadim B. Mikheev
2000-08-10
CREATE btree INDEX takes dead tuples into account when old transactions
Hiroshi Inoue
2000-08-07
TOAST mop-up work: update comments for tuple-size-related symbols such
Tom Lane
2000-08-04
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-03
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-07-28
Fix sloppy macro coding (not enough parentheses).
Tom Lane
2000-07-25
Clean up and document btree code for ordering keys. Neat stuff,
Tom Lane
2000-07-22
2nd try for the index tuple toast hack. This time as suggested
Jan Wieck
2000-07-21
Temporary fix to make TOAST vacuum-safe. All values are forced to be
Jan Wieck
2000-07-21
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-14
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-04
Make toast-table creation and deletion work somewhat reliably.
Tom Lane
2000-07-04
misc
Vadim B. Mikheev
2000-07-04
tuptoaster.h should surely not #include postgres.h.
Tom Lane
2000-07-03
TOAST
Jan Wieck
2000-07-03
heap' logging
Vadim B. Mikheev
2000-07-02
Attached is a new patch which addresses this problem. (oids in
Bruce Momjian
2000-06-30
Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
Peter Eisentraut
2000-06-19
Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc
Tom Lane
2000-06-18
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
Tom Lane
2000-06-15
Clean up #include's.
Bruce Momjian
2000-06-13
Another batch of fmgr updates. I think I have gotten all old-style
Tom Lane
2000-06-08
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-05
Latest round of fmgr updates. All functions with bool,char, or int2
Tom Lane
[next]