aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/page
Commit message (Expand)AuthorAge
* heap' loggingVadim B. Mikheev2000-07-03
* 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
* Add:Bruce Momjian2000-01-26
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Inline some small functions called for every row.Bruce Momjian1998-04-24
* Cleanup of compiler warnings.Bruce Momjian1998-04-06
* Hi,Bruce Momjian1998-04-06
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-24
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-13
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* Compile and warning cleanupBruce Momjian1996-11-08
* Clean up Makefile(s)Marc G. Fournier1996-11-03
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09