aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix recovery cache code (thanks to Peter Eisentraut forVadim B. Mikheev2000-10-31
* WAL fixes.Vadim B. Mikheev2000-10-29
* WALVadim B. Mikheev2000-10-28
* Fix AbortOutOfAnyTransaction logic to avoid notice aboutTom Lane2000-10-24
* WAL miscVadim B. Mikheev2000-10-24
* If a field is incompressible ('compressed' data is actually larger thanTom Lane2000-10-23
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-23
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* Various utils for WALVadim B. Mikheev2000-10-13
* WALVadim B. Mikheev2000-10-13
* WALVadim B. Mikheev2000-10-13
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-11
* Suppress gcc warnings.Tom Lane2000-10-05
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* Btree WAL logging.Vadim B. Mikheev2000-10-04
* Reset current user id to session user id during transaction abortPeter Eisentraut2000-09-27
* Clean up some ugly coding (hardwired constants) in index_formtuple.Tom Lane2000-09-23
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Tweak btree insertion to avoid O(N^2) slowdown with large numbers ofTom Lane2000-08-25
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-10
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-06
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-04
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-31
* Convert all remaining geometric operators to new fmgr style. ThisTom Lane2000-07-30
* PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane2000-07-29
* Ensure that if the OID counter wraps around, we will not generate 0,Tom Lane2000-07-25
* Add commentary about varying usage of scankeys in btree code.Tom Lane2000-07-25
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-25
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-22
* Further cleanup of btbuild (CREATE INDEX). Avoid storing unneededTom Lane2000-07-21
* Fix sloppiness about alignment requirements in findsplitloc() spaceTom Lane2000-07-21
* Need to switch to tuples memory context when replacing the toastedJan Wieck2000-07-21
* Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck2000-07-21
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut2000-07-13
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Some security checks that we've found an external value completelyJan Wieck2000-07-11
* Bugfix. If toasted tuple containted NULLs, DataFill() was handedJan Wieck2000-07-06
* Moving toaster out of NO ELOG area in heap_update().Jan Wieck2000-07-04
* DataFill() has no business resetting xact status bitsTom Lane2000-07-04
* miscVadim B. Mikheev2000-07-04
* unlock buffer before releasing in heap_insertVadim B. Mikheev2000-07-04
* Add missing #include for TOAST.Tom Lane2000-07-03
* TOASTJan Wieck2000-07-03