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
1999-07-03
Fix to prevent too large tuple from being created.
Bruce Momjian
1999-07-02
typo fix.
Bruce Momjian
1999-06-29
Avoid disk writes for read-only transactions.
Vadim B. Mikheev
1999-06-19
Change form() to varargform() to prevent portability problems.
Bruce Momjian
1999-06-12
Reversed out Massimo patch.
Bruce Momjian
1999-06-12
I don't like last minute patches before the final freeze, but I believe that
Bruce Momjian
1999-06-10
1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")
Vadim B. Mikheev
1999-06-07
Concurrency... Highest one...
Vadim B. Mikheev
1999-06-07
Have to release meta page before reading root one!
Vadim B. Mikheev
1999-06-06
1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.
Vadim B. Mikheev
1999-06-03
1. Additional fix against ERROR: Child itemid marked as unused
Vadim B. Mikheev
1999-06-03
1. MyProc->xid assignment is moved to GetNewTransactionId so newer
Vadim B. Mikheev
1999-05-31
Clean up memory leaks in LO operations by freeing LO's private
Tom Lane
1999-05-26
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-25
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
Get rid of page-level locking in btree-s.
Vadim B. Mikheev
1999-05-25
pgindent run over code.
Bruce Momjian
1999-05-13
Release allocated memory during AtAbort_Memory.
Tom Lane
1999-05-10
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-09
Update hash and join routines to use fd.c's new temp-file
Tom Lane
1999-05-09
Add 'temporary file' facility to fd.c, and arrange for temp
Tom Lane
1999-05-07
Fix LMGR for MVCC.
Vadim B. Mikheev
1999-05-01
Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> for
Vadim B. Mikheev
1999-05-01
Use page-level ExtendLock lock instead of table-level -
Vadim B. Mikheev
1999-04-25
My first cut at libpq revision didn't handle MULTIBYTE correctly,
Tom Lane
1999-04-25
Revise backend libpq interfaces so that messages to the frontend
Tom Lane
1999-04-22
Fix duplicating ROOT page in concurrent updates.
Vadim B. Mikheev
1999-04-13
There are some bugs about backward scanning using
Bruce Momjian
1999-04-12
Unique btree-s:
Vadim B. Mikheev
1999-03-30
Small cleanups.
Bruce Momjian
1999-03-28
1. Vacuum is updated for MVCC.
Vadim B. Mikheev
1999-03-14
cleanup
Bruce Momjian
1999-03-14
compile cleanup
Bruce Momjian
1999-03-14
Compile cleanup
Bruce Momjian
1999-03-14
Enclosed below I have a patch to allow a btree index on the int8 type.
Bruce Momjian
1999-02-21
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-03
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-02
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-01-29
READ COMMITTED isolevel is implemented and is default now.
Vadim B. Mikheev
1999-01-27
Turns out it's easy to cache the fmgr function lookup
Tom Lane
1999-01-27
Another SELECT speedup: extract OIDs of column print functions
Tom Lane
1999-01-24
Tighten coding of inner loops in nocachegetattr ...
Tom Lane
1999-01-24
Use heap_attisnull, rather than heap_getattr, for a small
Tom Lane
1999-01-24
Replace typtoout() and gettypelem() with a single routine,
Tom Lane
1999-01-20
Add a set of braces to clarify conditional nesting.
Thomas G. Lockhart
1999-01-17
Apply Win32 patch from Horak Daniel.
Bruce Momjian
1998-12-18
SET TRANSACTION ISOLATION LEVEL ...
Vadim B. Mikheev
1998-12-16
Serialized mode works!
Vadim B. Mikheev
[next]