summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-02>the extra level of struct naming for pd_opaque has no obviousBruce Momjian
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian
2002-07-02This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian
2002-06-25Here is a patch for a memory leak in rtree.c, version 7.2.1 (in codeBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Here is a patch for Composite and Set returning function support. I madeBruce Momjian
2002-06-15Remove some pre-WAL relics:Bruce Momjian
2002-06-15This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-06-07The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian
2002-05-28Repair error with not adjusting active scans properly after gistSplit.Tom Lane
2002-05-27Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane
2002-05-25Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane
2002-05-24Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-22Modify sequence state storage to eliminate dangling-pointer problemTom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-17Support temporary setting of search path during CREATE SCHEMA; thisTom Lane
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-09Make initdb print a message about which locale it is about to use.Peter Eisentraut
2002-05-01Change heap_get_latest_tid() so that a transaction canHiroshi Inoue
2002-04-24xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian
2002-04-21Add fields in the control file to check for whether the backend wasThomas G. Lockhart
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-04-01Create a new GUC variable search_path to control the namespace searchTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-29Mop-up some infelicities in new relation lookup handling.Tom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-15Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2002-03-06I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2002-03-05I was digging through the GiST code, and figured I'd fix up some of theBruce Momjian
2002-03-03Catcaches can now store negative entries as well as positive ones, toTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-25I've attached a simple patch which should improve the performance ofBruce Momjian
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-02-18Add better error text:Bruce Momjian
2002-02-11Tweak GiST code to work correctly on machines where 8-byte alignmentTom Lane
2002-01-16TOAST needs to do at least minimal time-qual checking in order not toTom Lane
2002-01-15Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane
2002-01-14Reduce severity of 'XLogFlush: request is not satisfied' error condition,Tom Lane
2002-01-06Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane
2002-01-01Fix race condition that could allow two concurrent transactionsTom Lane