summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-4/+8
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-28/+33
* Minor code cleanup/beautification in RelationPutHeapTuple.Tom Lane2001-07-131-15/+11
* Further work on connecting the free space map (which is still just aTom Lane2001-06-291-77/+154
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-2/+2
* Repair race condition introduced into heap_update() in 7.1 ---Tom Lane2001-05-161-33/+49
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-121-40/+83
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-4/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-6/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-161-4/+5
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-071-28/+15
* heap' loggingVadim B. Mikheev2000-07-031-71/+32
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-12/+14
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-8/+8
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Try to detect oversize tuple before corrupting relation, instead ofTom Lane1999-11-291-16/+29
* 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