Commit Graph

41 Commits (8e80dbb849cc63f6652a5fc645fa4d1e136c3c4c)

Author SHA1 Message Date
Bruce Momjian b4f24fed7a Commit updated repeat() patch, from Neil Conway 24 years ago
Bruce Momjian d86dee3edd This patch should fix the problem. Doesn't include my previous patch 24 years ago
Bruce Momjian cbe733d752 repeat() fix: 24 years ago
Bruce Momjian 42ef2c9cb7 Clean up some copyrights. 24 years ago
Tom Lane 649d8543d3 Fix lpad() and rpad() to produce correct results in variable-length 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tatsuo Ishii bb2bf2d401 Make lpad/rpad/translate multibyte aware. Also add Copright notice etc. 25 years ago
Tatsuo Ishii 3c177edc88 Make trim/ltrim/rtrim/btrim multibyte aware 25 years ago
Tatsuo Ishii 3e90401c7c *** empty log message *** 25 years ago
Bruce Momjian c1fbf06654 > Here's a revised patch. Changes: 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 2a7a75ee7e Change lpad() and rpad() to behave more Oracle-compatibly when target 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Bruce Momjian ebdfac3bb1 the patch include: 26 years ago
Tom Lane 8ecac94bb2 Functions on 'text' type updated to new fmgr style. 'text' is 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Tom Lane f2d1205322 Another batch of fmgr updates. I think I have gotten all old-style 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Thomas G. Lockhart a349733bbb Add transcendental math functions (sine, cosine, etc) 26 years ago
Tom Lane 77f4885393 Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the 26 years ago
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 0cf1b79528 Cleanup of /include #include's, for 6.6 only. 27 years ago
Bruce Momjian 278bbf4572 Make functions static or NOT_USED as appropriate. 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian f22c6f9237 the following patch fixes a bug in the oracle compatibility 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Marc G. Fournier f554af0a9f From: t-ishii@sra.co.jp 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier f0445dcbc4 > It seems there is a mistake in substr function: 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 29 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 29 years ago
Thomas G. Lockhart bf138e2139 Add routines for text trimming on both ends, substring, and string position. 29 years ago
Marc G. Fournier 505a4709e2 From: Erich Stamberger <eberger@gewi.kfunigraz.ac.at> 29 years ago
Marc G. Fournier 4b4ac7c159 oracle_compat.c fixed for function overloading... 29 years ago
Marc G. Fournier 7e8ee18346 Remove extra functions temporarily while a proper fix is found... 29 years ago
Marc G. Fournier e8466b034a Update oracle_compat.c 29 years ago
Bruce Momjian b913dd1f9e Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.c 29 years ago
Marc G. Fournier 83978e1ea7 This is a set of single row character functions, defined for the datatype 29 years ago