aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/chunk.c
Commit message (Expand)AuthorAge
* Arrays are toastable. (At least if you initdb, which I didn't force.)Tom Lane2000-07-22
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Add:Bruce Momjian2000-01-26
* Update for QNX from Kardos, Dr. AndreaBruce Momjian1999-12-09
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* 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
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-06
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* 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
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Remove _PAGE_SIZE_ as recommended by Darren King.Bruce Momjian1997-03-02
* Compile and warning cleanupBruce Momjian1996-11-08
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-06
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09