summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Remove some pre-WAL relics:Bruce Momjian2002-06-151-7/+1
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-153-56/+58
* Katherine Ward wrote:Jan Wieck2002-06-114-16/+16
* The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian2002-06-071-2/+2
* Repair error with not adjusting active scans properly after gistSplit.Tom Lane2002-05-281-5/+9
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-272-34/+20
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-253-26/+32
* Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane2002-05-243-17/+31
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-2413-200/+395
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-221-4/+1
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-213-59/+50
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-2018-738/+463
* Support temporary setting of search path during CREATE SCHEMA; thisTom Lane2002-05-171-1/+4
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-172-30/+14
* Make initdb print a message about which locale it is about to use.Peter Eisentraut2002-05-091-15/+1
* Change heap_get_latest_tid() so that a transaction canHiroshi Inoue2002-05-011-2/+2
* xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian2002-04-241-2/+2
* Add fields in the control file to check for whether the backend wasThomas G. Lockhart2002-04-211-5/+52
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-2/+15
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-031-21/+1
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-4/+6
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-312-7/+4
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-291-1/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-107/+11
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-262-25/+113
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-152-54/+108
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-092-57/+61
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-066-76/+102
* Change made to elog:Bruce Momjian2002-03-065-31/+31
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-2/+272
* I was digging through the GiST code, and figured I'd fix up some of theBruce Momjian2002-03-054-40/+32
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-031-7/+7
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-0211-165/+165
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-272-14/+72
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-251-4/+4
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-192-171/+161
* Add better error text:Bruce Momjian2002-02-181-2/+2
* Tweak GiST code to work correctly on machines where 8-byte alignmentTom Lane2002-02-111-14/+28
* TOAST needs to do at least minimal time-qual checking in order not toTom Lane2002-01-161-26/+22
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-155-32/+8
* Reduce severity of 'XLogFlush: request is not satisfied' error condition,Tom Lane2002-01-141-5/+30
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-061-1/+3
* Fix race condition that could allow two concurrent transactionsTom Lane2002-01-011-7/+24
* Ensure that all direct uses of spinlock-protected data structures useTom Lane2001-12-281-27/+51
* Fix mispeling ...Tom Lane2001-12-231-2/+2
* Temporarily dike out GetUndoRecPtr() in checkpoint generation, since weTom Lane2001-12-191-3/+18
* Fix boundary condition in btbulkdelete: don't examine high key in caseTom Lane2001-11-231-7/+25
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-102-6/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-059-28/+28
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-2/+3