Commit Graph

62 Commits (56f96f56dfb0f084c0579af2893cab5719fb958f)

Author SHA1 Message Date
Bruce Momjian a824add49a Remove unused INET functions for D'Arcy. 28 years ago
Bruce Momjian eb3e640ea2 New INET functions from D'Arcy J.M. Cain 28 years ago
Bruce Momjian 173c555948 Make functions static or ifdef NOT_USED. Prevent pg_version creation. 28 years ago
Bruce Momjian deaaf96975 Fix for INET type addition. 28 years ago
Bruce Momjian 8849655d24 I agree. I think, though, that the best argument presented in the 28 years ago
Bruce Momjian f5a219204b Remove u_int32_t 28 years ago
Bruce Momjian 2d69fd90b9 Integrate new IP type from Tom Ivar Helbekkmo. 28 years ago
Bruce Momjian a3c5a3cb2f Cleanup for oid8[] from Tatsuo Ishii. 28 years ago
Bruce Momjian 0fc8bce760 Fix for \df. 28 years ago
Bruce Momjian 4b9e21bbc2 cleanup 28 years ago
Bruce Momjian a89089c1f4 cleanup 28 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Bruce Momjian 24a05f5b3e Fix for regproc 28 years ago
Bruce Momjian 9728ce7499 This is the first (of hopefully few) AIX port patches. This patch 28 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 28 years ago
Bruce Momjian 683f399391 Change atttypmod from int16 to int32, for Thomas. 28 years ago
Thomas G. Lockhart bad339827e Add int8 8-byte integer type. 28 years ago
Bruce Momjian 8d8bcda253 Hello! 28 years ago
Thomas G. Lockhart 3984f0eeb2 Add conversion functions between "name" and other string types. 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 0d203b745d Re-apply Darren's char2-16 removal code. 28 years ago
Bruce Momjian db21523314 Back out char2-char16 removal. Add later. 28 years ago
Bruce Momjian 57b5966405 The following uuencoded, gzip'd file will ... 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 0386a50f31 Pass around typmod as int16. 28 years ago
Marc G. Fournier 68c6ddbe8f Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com> 28 years ago
Bruce Momjian c65ea0e040 New pg_attribute.atttypmod for type-specific information like 28 years ago
Thomas G. Lockhart cc19151e3b Add substring function for text based on oracle_compat package but 28 years ago
Thomas G. Lockhart 0c714ea9ae Lengthen some time conversion routine names now that longer names 28 years ago
Thomas G. Lockhart a58825a467 Add declarations for text, bpchar, and varchar length functions. 28 years ago
Bruce Momjian 4e9df155f0 Add new \df psql option and oid8types() function. 29 years ago
Thomas G. Lockhart cc1b420cfd Add routines istrue() and isfalse() to directly evaluate boolean type. 29 years ago
Thomas G. Lockhart 60fee0d67c Add conversion routines for int2, int4, and oid to and from text. 29 years ago
Thomas G. Lockhart 070d494464 Clean up function declarations for the boolean type package 29 years ago
Thomas G. Lockhart d0ab9c3f81 Add tinterval comparison routines. 29 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 29 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 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
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
Thomas G. Lockhart e89d139dbe Add new routines. 29 years ago
Thomas G. Lockhart 45409f0cdd Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIME 29 years ago
Thomas G. Lockhart 9fd868d16a Rename new float and int conversion routines to avoid conflicts with 29 years ago
Thomas G. Lockhart 407cd4ee24 Add a few type conversion functions. 29 years ago
Thomas G. Lockhart 0a95a17da2 Change mixed-case routines to lower-case for case-insensitive SQL. 29 years ago
Marc G. Fournier 88d740462f From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 29 years ago
Marc G. Fournier 2ab34dfe1a From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 29 years ago
Marc G. Fournier 070381482f From: "D'Arcy J.M. Cain" <darcy@druid.net> 29 years ago