index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
_hash_first: release buf & metabuf if no tuples found for a key.
Vadim B. Mikheev
1997-06-28
*
Someone forgot about aligning in fastgetiattr()...
Vadim B. Mikheev
1997-06-12
*
Compare 'char' and 'text' lexicographically.
Vadim B. Mikheev
1997-06-11
*
From: Robert Bruccoleri <bruc@bms.com>
Marc G. Fournier
1997-06-11
*
Duplicates handling...
Vadim B. Mikheev
1997-06-10
*
Added check is new item successfuly inserted to a page or not.
Vadim B. Mikheev
1997-06-06
*
If we have to split leaf page in the chain of duplicates
Vadim B. Mikheev
1997-05-31
*
Fix duplicates handling.
Vadim B. Mikheev
1997-05-30
*
1. Pass GISTENTRYs to giststate->penaltyFn by pointers, not by vals.
Vadim B. Mikheev
1997-05-22
*
From: Darren King <aixssd!darrenk@abs.net>
Marc G. Fournier
1997-05-22
*
Initialize internal keys if rtree used in inner scan.
Vadim B. Mikheev
1997-05-20
*
Bug: backend crashes in btbeginscan()->btrescan()->_bt_orderkeys()
Vadim B. Mikheev
1997-05-05
*
Fix old bug in _hash_first() for scan without keys:
Vadim B. Mikheev
1997-04-30
*
_bt_endpoint fixed: set currentItemData to Invalid if no result.
Vadim B. Mikheev
1997-04-24
*
Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
Marc G. Fournier
1997-04-22
*
#ifdef BTREE_BUILD_STATS enables to get executor stats for btree
Vadim B. Mikheev
1997-04-18
*
Fix bttextcmp() to use unsigned char*.
Vadim B. Mikheev
1997-04-18
*
1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a given
Vadim B. Mikheev
1997-04-16
*
Fix btabstimecmp ().
Vadim B. Mikheev
1997-04-07
*
CloseSequences () at xact commit/abort.
Vadim B. Mikheev
1997-04-02
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-28
*
Someone forgot about 'case sizeof(int32)' for
Vadim B. Mikheev
1997-03-26
*
Free memory allocated by command in the BlankPortal' HeapMemory context
Vadim B. Mikheev
1997-03-25
*
+ NULLs handling
Vadim B. Mikheev
1997-03-24
*
Patches for Vadim's multikey indexing...
Marc G. Fournier
1997-03-18
*
Date/Time updates from Thomas...
Marc G. Fournier
1997-03-14
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
*
Change "WARN" message generated if a unique index is attempted on a table/key
Marc G. Fournier
1997-02-25
*
Added: UNIQUE feature to bulkload code.
Vadim B. Mikheev
1997-02-22
*
Update btree patches that were missed.
Bruce Momjian
1997-02-18
*
Add prototypes and remove unused variables from btree Fastbuild patch.
Bruce Momjian
1997-02-14
*
What looks like some *major* improvements to btree indexing...
Marc G. Fournier
1997-02-12
*
would you mind committing the following changes for me? (the first
Bruce Momjian
1997-01-25
*
Removed unlinked patch that is not neede now that Vadim has properly fixed it.
Bruce Momjian
1997-01-23
*
VariableRelationPutNextXid () now flushes variable relation
Vadim B. Mikheev
1997-01-16
*
include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix
Bruce Momjian
1997-01-10
*
Fixed (I hope) unique btree index implementation.
Vadim B. Mikheev
1997-01-10
*
index_insert has now HeapRelation as last param (for unique index
Vadim B. Mikheev
1997-01-10
*
index_insert has now HeapRelation as last param (for
Vadim B. Mikheev
1997-01-10
*
Releasing empty root page in _bt_endpoint () to avoid
Vadim B. Mikheev
1997-01-05
*
Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.
Bruce Momjian
1997-01-01
*
Removal of CppConcat from indexam.c.
Bruce Momjian
1996-12-26
*
Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.
Bryan Henderson
1996-12-15
*
Avoiding
Vadim B. Mikheev
1996-12-14
*
Add comments describing interface to heap_getattr().
Bryan Henderson
1996-12-09
*
_bt_updateitem is returned in code, but works only if sizes of keys
Vadim B. Mikheev
1996-12-06
*
1. _bt_compare fixed to work properly with new code in _bt_insertonpg
Vadim B. Mikheev
1996-12-06
*
Change portname "sparc" to "sunos4" and change some portname dependencies to
Bryan Henderson
1996-12-04
*
TransactionIdIsInProgress is commented out
Vadim B. Mikheev
1996-11-27
[next]