summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2000-11-25Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane
2000-11-21Refine log/error messages. Print out the errno message, not the number.Peter Eisentraut
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-21miscVadim B. Mikheev
2000-11-21Fix OID bootstraping.Vadim B. Mikheev
2000-11-21Init ShmemVariableCache in BootStrapXLOG()Vadim B. Mikheev
2000-11-20Silence gcc warnings.Tom Lane
2000-11-20Include postgres.h before checking #ifdef XLOG.Peter Eisentraut
2000-11-20Compile WAL by default.Vadim B. Mikheev
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
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