Commit Graph

41 Commits (c77a29a14efe69851a087989e3520ed560fa8862)

Author SHA1 Message Date
Bruce Momjian bd041d82bf multi-byte fix from Tatsuo Ishii 27 years ago
Bruce Momjian f52e7346ea MB patches from Tatsuo Ishii 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
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 683f399391 Change atttypmod from int16 to int32, for Thomas. 28 years ago
Bruce Momjian 8d8bcda253 Hello! 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Thomas G. Lockhart 457b6efa43 Add conversion functions to and from the "name" data type. 28 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
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 0386a50f31 Pass around typmod as int16. 28 years ago
Bruce Momjian 65faaf3046 atttypmod now -1. 28 years ago
Bruce Momjian e3f2eb1f39 Fix for varchar functions, and indextyple j-1 fix. 28 years ago
Bruce Momjian c65ea0e040 New pg_attribute.atttypmod for type-specific information like 28 years ago
Bruce Momjian 8f125413b0 Cleanup of varchar. 28 years ago
Bruce Momjian 84ef6aae18 Re-install working varchar() with compress size. 28 years ago
Bruce Momjian 5fe090c559 Completion of varchar rollback. 28 years ago
Bruce Momjian 35be73027e Cleanup of varchar. 28 years ago
Bruce Momjian c098f309e3 Rollback varchar size change. 28 years ago
Bruce Momjian 1c9fcfb683 Fix for varchar I missed. 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 ed14f88512 Change logic slightly to avoid one unnecessary calculation. No big deal. 28 years ago
Thomas G. Lockhart 6316f4d3db Define text, varchar, and bpchar string length functions. 28 years ago
Bruce Momjian a68a132a6c Add VARHDRSZ where needed. Many places just used 4. 28 years ago
Bruce Momjian f3af1368bd Rename strNcpy to StrNCpy, and change third parameter. 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 edb58721b8 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 29 years ago
Marc G. Fournier 53d8be3bbf Date/Time updates from Thomas... 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 29 years ago
Marc G. Fournier ce4c0ce1de Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> 29 years ago
Bruce Momjian 18bbad7696 Remove OPENLINK define 29 years ago
Marc G. Fournier 491b9b89c4 The patch that is applied at the end of the email makes sure that these 29 years ago
Marc G. Fournier d838e30f13 Submitted by Openlink, requires -DOPENLINK_PATCHES in Makefile.global 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago