aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Check for link(2) failure.Tom Lane2000-11-27
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Refine log/error messages. Print out the errno message, not the number.Peter Eisentraut2000-11-21
* Put external declarations into header files.Peter Eisentraut2000-11-21
* miscVadim B. Mikheev2000-11-21
* Fix OID bootstraping.Vadim B. Mikheev2000-11-21
* Init ShmemVariableCache in BootStrapXLOG()Vadim B. Mikheev2000-11-21
* Silence gcc warnings.Tom Lane2000-11-20
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-20
* Compile WAL by default.Vadim B. Mikheev2000-11-20
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* That variable I removed broke XLOG, that part of the deltaBruce Momjian2000-11-16
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-14
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-10
* Auto checkpoint creation.Vadim B. Mikheev2000-11-09
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-03
* Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.Vadim B. Mikheev2000-11-01
* 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