Commit Graph

90 Commits (66a4bad83aaa6613a45a00a488c04427f9969fb4)

Author SHA1 Message Date
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 7bcc6d98fb Replace regular expression package with Henry Spencer's latest version 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago
Thomas G. Lockhart ea01a451cc Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tatsuo Ishii a0fa71837a Add _REGEX_UTILS_H to avoid duplication. 25 years ago
Tom Lane f7a839bc2b Clean up portability problems in regexp package: change all routine 25 years ago
Tom Lane cf16733983 Hmm, this isn't used either. 25 years ago
Tom Lane d40f4aeac8 Remove unused and largely-broken-anyway compatibility defs. 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Bruce Momjian df43800fc8 Clean up #include's. 26 years ago
Peter Eisentraut 533d516629 Removed MBFLAGS from makefiles since it's now done in include/config.h. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Tom Lane 19740e2fff Portability fixes found needed for SunOS 4.1.x: 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Marc G. Fournier 5979d73841 From: t-ishii@sra.co.jp 28 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 28 years ago
Bruce Momjian 7b2b779a2a Add auto-size to screen to \d? commands. Use UNION to show all 28 years ago
Bruce Momjian cb7cbc16fa Hi, here are the patches to enhance existing MB handling. This time 28 years ago
Marc G. Fournier f554af0a9f From: t-ishii@sra.co.jp 28 years ago
Marc G. Fournier 661ecf3c48 From: t-ishii@sra.co.jp 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian 3ac9d2fff3 Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius 29 years ago
Bryan Henderson 9fc7250d3a Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon. 29 years ago
Bryan Henderson 46d58fba33 Make it compile on Ultrix. Thanks Erik Bertelson. 29 years ago
Marc G. Fournier 1d0dd471fa Okay...this pretty much cleans out the include files. 29 years ago
Marc G. Fournier 9f5eac1f97 ...same... 29 years ago
Bruce Momjian 3d7fe6c97c Added needed include file. 29 years ago
Marc G. Fournier 331bb53b0f change '#if defined(PORTNAME_sparc)' to '#if !defined(HAVE_MEMMOVE)' 29 years ago
Marc G. Fournier 7efc8ef1a1 |For starters, here's a small patch that removes a compiler warning in that 29 years ago
Marc G. Fournier 985acb8ea0 Add the regex include files to the repository... 29 years ago