summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2000-11-16That variable I removed broke XLOG, that part of the deltaBruce Momjian
2000-11-16Make pgsql compile on FreeBSD-alpha.Bruce Momjian
2000-11-14Minor cleanup of tableOid-related coding.Tom Lane
2000-11-10Clean up syscache so that recursive invocation is safe, and remove errorTom Lane
2000-11-09Auto checkpoint creation.Vadim B. Mikheev
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-11-05New CHECKPOINT command.Vadim B. Mikheev
2000-11-03pg_variable is not used in WAL version now.Vadim B. Mikheev
2000-11-01Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.Vadim B. Mikheev
2000-10-31Fix recovery cache code (thanks to Peter Eisentraut forVadim B. Mikheev
2000-10-29WAL fixes.Vadim B. Mikheev
2000-10-28WALVadim B. Mikheev
2000-10-24Fix AbortOutOfAnyTransaction logic to avoid notice aboutTom Lane
2000-10-24WAL miscVadim B. Mikheev
2000-10-23If a field is incompressible ('compressed' data is actually larger thanTom Lane
2000-10-23New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-10-21WALVadim B. Mikheev
2000-10-20redo/undo support functions and cleanups.Vadim B. Mikheev
2000-10-13Various utils for WALVadim B. Mikheev
2000-10-13WALVadim B. Mikheev
2000-10-13WALVadim B. Mikheev
2000-10-11Fix temp relation handling for indexes, cleanupBruce Momjian
2000-10-05Suppress gcc warnings.Tom Lane
2000-10-05Add proofreader's changes to docs.Bruce Momjian
2000-10-04Btree WAL logging.Vadim B. Mikheev
2000-09-27Reset current user id to session user id during transaction abortPeter Eisentraut
2000-09-23Clean up some ugly coding (hardwired constants) in index_formtuple.Tom Lane
2000-09-07Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-25Tweak btree insertion to avoid O(N^2) slowdown with large numbers ofTom Lane
2000-08-10CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue
2000-08-06Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane
2000-08-04Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane
2000-08-03Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane
2000-08-03More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane
2000-07-31Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane
2000-07-30Convert all remaining geometric operators to new fmgr style. ThisTom Lane
2000-07-29PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane
2000-07-25Ensure that if the OID counter wraps around, we will not generate 0,Tom Lane
2000-07-25Add commentary about varying usage of scankeys in btree code.Tom Lane
2000-07-25Clean up and document btree code for ordering keys. Neat stuff,Tom Lane
2000-07-222nd try for the index tuple toast hack. This time as suggestedJan Wieck
2000-07-21Further cleanup of btbuild (CREATE INDEX). Avoid storing unneededTom Lane
2000-07-21Fix sloppiness about alignment requirements in findsplitloc() spaceTom Lane
2000-07-21Need to switch to tuples memory context when replacing the toastedJan Wieck
2000-07-21Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck
2000-07-21Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-13Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut