aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* That variable I removed broke XLOG, that part of the deltaBruce Momjian2000-11-16
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* 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
* 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
* 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
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-11
* Reset current user id to session user id during transaction abortPeter Eisentraut2000-09-27
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-06
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* Ensure that if the OID counter wraps around, we will not generate 0,Tom Lane2000-07-25
* miscVadim B. Mikheev2000-07-04
* New memmgr logic in xact.c failed if AbortTransaction() is called whenTom Lane2000-07-02
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* heap' xlog recordsVadim B. Mikheev2000-06-02
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-02
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-31
* Turn XLOG off (do not create log file).Vadim B. Mikheev2000-03-20
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* I've recently written to pgsql-ports about a problem with PG7.0 on NTBruce Momjian2000-03-07
* Implement reindex commandHiroshi Inoue2000-02-18
* Fix up error and log messages.Thomas G. Lockhart2000-02-15
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Add:Bruce Momjian2000-01-26
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-10
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09