summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
Commit message (Expand)AuthorAgeFilesLines
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-3/+3
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Update tuple size check.Bruce Momjian1999-07-031-2/+5
* Fix for insertion of tuple too large.Bruce Momjian1999-07-031-2/+3
* pgindent run over code.Bruce Momjian1999-05-251-11/+12
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-071-8/+7
* Use page-level ExtendLock lock instead of table-level -Vadim B. Mikheev1999-05-011-3/+10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-3/+3
* Initial MVCC code.Vadim B. Mikheev1998-12-151-34/+37
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-7/+7
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-15/+15
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-114/+115
* More cleanupsMarc G. Fournier1996-11-051-7/+6
* More include file cleanupsMarc G. Fournier1996-11-031-2/+1
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-031-34/+1
* Cleaned out -I../.. -I../../include from MakefileMarc G. Fournier1996-10-311-1/+3
* -Wall'dMarc G. Fournier1996-10-211-2/+5
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-1/+29
* Another directory cleaned outMarc G. Fournier1996-10-201-16/+6
* Move #define PageIsNew (true if page is not initialize) to bufpage.hVadim B. Mikheev1996-10-181-8/+1
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+195