summaryrefslogtreecommitdiff
path: root/src/backend/access/heap
Commit message (Expand)AuthorAgeFilesLines
* 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
* The patch does several things:Marc G. Fournier1996-08-241-1/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-094-0/+2045