summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-072-72/+456
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-319-29/+35
* Tweak btree insertion to avoid O(N^2) slowdown with large numbers ofTom Lane2000-08-251-10/+33
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-102-26/+160
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-061-1/+3
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-042-56/+54
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-032-29/+81
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-3/+5
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-311-8/+7
* Convert all remaining geometric operators to new fmgr style. ThisTom Lane2000-07-302-52/+82
* PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane2000-07-291-16/+24
* Ensure that if the OID counter wraps around, we will not generate 0,Tom Lane2000-07-251-91/+83
* Add commentary about varying usage of scankeys in btree code.Tom Lane2000-07-251-1/+12
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-252-178/+270
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-223-192/+79
* Further cleanup of btbuild (CREATE INDEX). Avoid storing unneededTom Lane2000-07-212-138/+180
* Fix sloppiness about alignment requirements in findsplitloc() spaceTom Lane2000-07-212-38/+101
* Need to switch to tuples memory context when replacing the toastedJan Wieck2000-07-211-1/+9
* Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck2000-07-212-6/+187
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-218-2703/+1496
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-146-361/+187
* Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut2000-07-131-40/+16
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-125-59/+56
* Some security checks that we've found an external value completelyJan Wieck2000-07-111-2/+34
* Bugfix. If toasted tuple containted NULLs, DataFill() was handedJan Wieck2000-07-061-2/+2
* Moving toaster out of NO ELOG area in heap_update().Jan Wieck2000-07-041-14/+14
* DataFill() has no business resetting xact status bitsTom Lane2000-07-041-2/+2
* miscVadim B. Mikheev2000-07-041-2/+2
* unlock buffer before releasing in heap_insertVadim B. Mikheev2000-07-041-9/+50
* Add missing #include for TOAST.Tom Lane2000-07-031-1/+2
* TOASTJan Wieck2000-07-035-22/+1019
* heap' loggingVadim B. Mikheev2000-07-032-104/+105
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-022-3/+20
* New memmgr logic in xact.c failed if AbortTransaction() is called whenTom Lane2000-07-021-10/+21
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-301-1/+55
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-282-81/+162
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-192-155/+42
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-11/+1
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-174-30/+22
* Final #include cleanup.Bruce Momjian2000-06-154-10/+4
* Clean up #include's.Bruce Momjian2000-06-153-5/+7
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-147-33/+32
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-1310-184/+293
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-3/+6
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-083-5/+12
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-053-201/+257
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-26/+6
* heap' xlog recordsVadim B. Mikheev2000-06-022-20/+69
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-021-50/+12
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-312-19/+14