Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace regular expression package with Henry Spencer's latest version | Tom Lane | 2003-02-05 | 1 | -1093/+0 |
| | | | | | | | (extracted from Tcl 8.4.1 release, as Henry still hasn't got round to making it a separate library). This solves a performance problem for multibyte, as well as upgrading our regexp support to match recent Tcl and nearly match recent Perl. | ||||
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 | 1 | -17/+0 |
| | |||||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+1 |
| | | | | 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 | 1 | -18/+16 |
| | | | | tests pass. | ||||
* | Add do { ... } while (0) to more bad macros. | Bruce Momjian | 2001-10-25 | 1 | -1/+6 |
| | |||||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -26/+27 |
| | |||||
* | Clean up portability problems in regexp package: change all routine | Tom Lane | 2001-02-13 | 1 | -149/+64 |
| | | | | | | definitions from K&R to ANSI C style, and fix broken assumption that int and long are the same datatype. This repairs problems observed on Alpha with regexps having between 32 and 63 states. | ||||
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -2/+2 |
| | | | | | values, whether the local char type is signed or not. This is necessary for portability. Per discussion on pghackers around 9/16/00. | ||||
* | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut | 2000-01-19 | 1 | -0/+2 |
| | |||||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -55/+56 |
| | |||||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -40/+40 |
| | |||||
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 | 1 | -13/+2 |
| | | | | | | | | | As Bruce mentioned, this is due to the conflict among changes we made. Included patches should fix the problem(I changed all MB to MULTIBYTE). Please let me know if you have further problem. P.S. I did not include pathces to configure and gram.c to save the file size(configure.in and gram.y modified). | ||||
* | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 | 1 | -7/+7 |
| | | | | | \d? results in one query. Add \d? field search feature. Rename MB to MULTIBYTE. | ||||
* | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | I have implemented a framework of encoding translation between the backend and the frontend. Also I have added a new variable setting command: SET CLIENT_ENCODING TO 'encoding'; Other features include: Latin1 support more 8 bit cleaness See doc/README.mb for more details. Note that the pacthes are against May 30 snapshot. Tatsuo Ishii | ||||
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -8/+0 |
| | |||||
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-03-15 | 1 | -68/+102 |
| | | | | | | | | | | | | | | | Included are patches intended for allowing PostgreSQL to handle multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and Mule internal code. With the MB patch you can use multi-byte character sets in regexp and LIKE. The encoding system chosen is determined at the compile time. To enable the MB extension, you need to define a variable "MB" in Makefile.global or in Makefile.custom. For further information please take a look at README.mb under doc directory. (Note that unlike "jp patch" I do not use modified GNU regexp any more. I changed Henry Spencer's regexp coming with PostgreSQL.) | ||||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -57/+57 |
| | |||||
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -73/+73 |
| | |||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -1/+1 |
| | |||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 1 | -516/+516 |
| | | | | indenting. Also static variable indenting. | ||||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -380/+443 |
| | |||||
* | Remove __P macro usage so it compiles without cdefs.h. | Bryan Henderson | 1996-12-15 | 1 | -9/+24 |
| | |||||
* | const register ... --> register const ... | Vadim B. Mikheev | 1996-12-14 | 1 | -2/+2 |
| | |||||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+1092 |