summaryrefslogtreecommitdiff
path: root/src/backend/access/heap
Commit message (Expand)AuthorAgeFilesLines
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-133-6/+6
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-3/+3
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-1/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-153-284/+291
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-272-213/+211
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-121-25/+1
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-19/+22
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-23/+23
* fix for index problem.Bruce Momjian1998-08-201-19/+19
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-236/+240
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-14/+14
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-201-4/+4
* Change error message and remove non-functional update message, fromBruce Momjian1998-06-161-2/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-51/+1
* Hi,Bruce Momjian1998-04-061-5/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-9/+10
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-2/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-072-17/+17
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-052-17/+17
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* Clean up the MakefilesMarc G. Fournier1997-12-171-5/+7
* Remove archive stuff.Bruce Momjian1997-11-211-2/+2
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-39/+22
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-8/+7
* Inline frequently called functions.Bruce Momjian1997-09-181-15/+20
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-083-49/+49
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-073-1585/+1706
* heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev1997-08-271-7/+9
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-192-3/+15
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-122-4/+4
* Catch non-functional delete attempts.Vadim B. Mikheev1997-08-061-1/+14
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-281-4/+5
* Removed unlinked patch that is not neede now that Vadim has properly fixed it.Bruce Momjian1997-01-231-9/+1
* Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.Bruce Momjian1997-01-011-1/+9
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+2
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+3
* Missed a file...Marc G. Fournier1996-11-051-1/+3
* More cleanupsMarc G. Fournier1996-11-053-53/+27
* More include file cleanupsMarc G. Fournier1996-11-031-2/+1
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-033-100/+7
* Cleaned out -I../.. -I../../include from MakefileMarc G. Fournier1996-10-314-7/+12
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-14/+37
* -Wall'dMarc G. Fournier1996-10-213-4/+49
* First pass at fixing my own mistakesMarc G. Fournier1996-10-203-3/+85
* Another directory cleaned outMarc G. Fournier1996-10-203-52/+16
* Move #define PageIsNew (true if page is not initialize) to bufpage.hVadim B. Mikheev1996-10-181-8/+1