Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | |
| | | | | the bulk of the heavy lifting ... | |||
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | |
| | | | | initdb/regression tests pass. | |||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | |
| | | | | spacing. Also adds space for one-line comments. | |||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | |
| | | | | tests pass. | |||
* | Clean up encode/decode functions a little bit. | Tom Lane | 2001-09-30 | |
| | ||||
* | > Here's a revised patch. Changes: | Bruce Momjian | 2001-09-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | > > 1. Now outputs '\\' instead of '\134' when using encode(bytea, 'escape') > Note that I ended up leaving \0 as \000 so that there are no ambiguities > when decoding something like, for example, \0123. > > 2. Fixed bug in byteain which allowed input values which were not valid > octals (e.g. \789), to be parsed as if they were octals. > > Joe > Here's rev 2 of the bytea string support patch. Changes: 1. Added missing declaration for MatchBytea function 2. Added PQescapeBytea to fe-exec.c 3. Applies cleanly on cvs tip from this afternoon I'm hoping that someone can review/approve/apply this before beta starts, so I guess I'd vote (not that it counts for much) to delay beta a few days :-) Joe Conway | |||
* | Add missing encode file. | Bruce Momjian | 2001-07-12 | |