summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/chunk.c
Commit message (Collapse)AuthorAgeFilesLines
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-7/+7
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-10/+6
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-34/+34
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-5/+6
|
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-3/+3
|
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-131-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================== What follows is a set of diffs that cleans up the usage of BLCKSZ. As a side effect, the person compiling the code can change the value of BLCKSZ _at_their_own_risk_. By that, I mean that I've tried it here at 4096 and 16384 with no ill-effects. A value of 4096 _shouldn't_ affect much as far as the kernel/file system goes, but making it bigger than 8192 can have severe consequences if you don't know what you're doing. 16394 worked for me, _BUT_ when I went to 32768 and did an initdb, the SCSI driver broke and the partition that I was running under went to hell in a hand basket. Had to reboot and do a good bit of fsck'ing to fix things up. The patch can be safely applied though. Just leave BLCKSZ = 8192 and everything is as before. It basically only cleans up all of the references to BLCKSZ in the code. If this patch is applied, a comment in the config.h file though above the BLCKSZ define with warning about monkeying around with it would be a good idea. Darren darrenk@insightdist.com (Also cleans up some of the #includes in files referencing BLCKSZ.) ==========================================
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-6/+6
|
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-6/+6
|
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-061-6/+6
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-8/+8
|
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-3/+3
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-93/+92
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-452/+537
|
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-191-2/+4
| | | | NOT_USED.
* Remove _PAGE_SIZE_ as recommended by Darren King.Bruce Momjian1997-03-021-3/+3
|
* Compile and warning cleanupBruce Momjian1996-11-081-8/+22
|
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-2/+9
|
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-2/+1
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+587