Commit Graph

349 Commits (a42fc1c903b54ba94374e5e0c08905b9a1479f19)

Author SHA1 Message Date
Bruce Momjian 0cf1b79528 Cleanup of /include #include's, for 6.6 only. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Thomas G. Lockhart 239564e9ef Add routines to help with single-byte (internal) character type support. 27 years ago
Thomas G. Lockhart 53b476798a Define routines and catalog entries for string min()/max() functions. 27 years ago
Bruce Momjian 173c555948 Make functions static or ifdef NOT_USED. Prevent pg_version creation. 27 years ago
Bruce Momjian bcc15f15e1 > David Hartwig wrote: 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 9728ce7499 This is the first (of hopefully few) AIX port patches. This patch 27 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 27 years ago
Bruce Momjian 7b2b779a2a Add auto-size to screen to \d? commands. Use UNION to show all 27 years ago
Bruce Momjian 8d8bcda253 Hello! 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Thomas G. Lockhart 457b6efa43 Add conversion functions to and from the "name" data type. 27 years ago
Thomas G. Lockhart cb03826201 Add routines to convert between varchar and bpchar. 28 years ago
Marc G. Fournier f554af0a9f From: t-ishii@sra.co.jp 28 years ago
Marc G. Fournier b64a7549b4 From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu> 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 0227a4e114 From: "Denis V. Dmitrienko" <denis@null.net> 28 years ago
Bruce Momjian e6c6146eb8 Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 28 years ago
Bruce Momjian deea69b90e Change some ABORTS to ERROR. Add line number when COPY Failure. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Thomas G. Lockhart 37f17d39c1 Define text_substr(). 28 years ago
Thomas G. Lockhart 6316f4d3db Define text, varchar, and bpchar string length functions. 28 years ago
Bruce Momjian 53026db75e More VARHDRSZ additions. 28 years ago
Bruce Momjian a68a132a6c Add VARHDRSZ where needed. Many places just used 4. 28 years ago
Bruce Momjian 1409819a87 Fix for textcat on varchar() fields. 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 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Thomas G. Lockhart bf138e2139 Add routines for text trimming on both ends, substring, and string position. 28 years ago
Vadim B. Mikheev 0346ab7175 Lexicographically compare 'char' and 'text'. 28 years ago
Marc G. Fournier 094ec2d3f3 More timezone patches by Thomas: 29 years ago
Vadim B. Mikheev 9f42a56a02 Fix for text_lt/text_le to avoid warnings if not def USE_LOCALE. 29 years ago
Marc G. Fournier aaeef4dae8 GNUmakefile.in - remove backend/utils/Gen_fmgrtab.sh on distclean 29 years ago
Marc G. Fournier 5b1311acfb From: Oleg Bartunov <oleg@sai.msu.su> 29 years ago
Marc G. Fournier 53d8be3bbf Date/Time updates from Thomas... 29 years ago
Vadim B. Mikheev 3677e86f7f textin fixed: no more zero-byte (thanks, Erich) 29 years ago
Bryan Henderson 3c4b21493d Use proper types so it compiles on DEC C89. Thanks Erik Bertelson. 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier ce4c0ce1de Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> 29 years ago
Marc G. Fournier d00f621d7b diff -ru ../../../orig/postgres95/src/backend/utils/adt/varlena.c 29 years ago
Marc G. Fournier f2f53aee0f Fixes: 29 years ago
Marc G. Fournier 18a7989e1a - merging in Dr. George's tree with ours 29 years ago
Marc G. Fournier a7cfd65532 Fixes: 29 years ago
Marc G. Fournier 64bfa0487b fixes for textcat(), but headers were missing from archive :( 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 29 years ago