| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The buffer overrun while creating sequences turns out to be a read | Bruce Momjian | 1998-03-30 | 1 | -1/+3 |
| | | | | | | | | | | access overrun. For the sake of doing things properly here is a patch which fixes it. This patch is for the file backend/commands/sequence.c. Maurice Gittens | ||||
| * | There's a patch attached to fix gcc 2.8.x warnings, except for the | Bruce Momjian | 1998-03-30 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | yyerror ones from bison. It also includes a few 'enhancements' to the C programming style (which are, of course, personal). The other patch removes the compilation of backend/lib/qsort.c, as qsort() is a standard function in stdlib.h and can be used any where else (and it is). It was only used in backend/optimizer/geqo/geqo_pool.c, backend/optimizer/path/predmig.c, and backend/storage/page/bufpage.c > > Some or all of these changes might not be appropriate for v6.3, since we > > are in beta testing and since they do not affect the current functionality. > > For those cases, how about submitting patches based on the final v6.3 > > release? There's more to come. Please review these patches. I ran the regression tests and they only failed where this was expected (random, geo, etc). Cheers, Jeroen | ||||
| * | atttypmod now -1. | Bruce Momjian | 1998-02-07 | 1 | -1/+1 |
| | | |||||
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 1 | -0/+1 |
| | | | | | | | | | | | | varchar length. Cleans up code so attlen is always length. Removed varchar() hack added earlier. Will fix bug in selecting varchar() fields, and varchar() can be variable length. | ||||
| * | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -20/+20 |
| | | |||||
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -20/+20 |
| | | |||||
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 1 | -2/+0 |
| | | |||||
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -8/+8 |
| | | |||||
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 1 | -2/+2 |
| | | |||||
| * | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 1 | -102/+102 |
| | | | | | indenting. Also static variable indenting. | ||||
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -454/+470 |
| | | |||||
| * | Turn constraints off for sequences & views | Vadim B. Mikheev | 1997-08-22 | 1 | -0/+3 |
| | | | | | | elog(WARN,"ADD ATTRIBUTE: DEFAULT is not implemented, yet"); Call ExecConstraints in CopyFrom | ||||
| * | Oracle like currval behaviour. | Vadim B. Mikheev | 1997-06-02 | 1 | -21/+7 |
| | | |||||
| * | Sequence numbers generators code. | Vadim B. Mikheev | 1997-04-02 | 1 | -0/+552 |
