Commit Graph

71 Commits (253e30c001e8e870a303836a1e321311a02294e2)

Author SHA1 Message Date
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 85801a4dbd Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 25 years ago
Peter Eisentraut efcecd9eca Make bit and bit varying types reject too long input. (They already tried 25 years ago
Tom Lane 2792374cff Ensure that btree sort ordering functions and boolean comparison operators 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Peter Eisentraut 0edf928f58 Fix for bitsubstr when third argument is missing (i.e., -1). 25 years ago
Peter Eisentraut bd9d9621dc Modify input and output routines to print plain binary strings without any 25 years ago
Peter Eisentraut cff23842a4 Print bit values as binary strings (not hex) 25 years ago
Bruce Momjian 3af2827f5b This somehow gets moot. Is there a way to make gcc reject those comments? 25 years ago
Peter Eisentraut 73874a06f0 Change the parser to convert SQL "position" and "substring" syntax to 26 years ago
Tom Lane d70bf0dd35 Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 26 years ago
Tom Lane b503cbe319 First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. 26 years ago
Tom Lane 0224177400 TOAST mop-up work: update comments for tuple-size-related symbols such 26 years ago
Tom Lane 87cdaf5491 Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 26 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Bruce Momjian df43800fc8 Clean up #include's. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Thomas G. Lockhart 0337938fbf Add zpbit and varbit data types from Adrian Joubert 26 years ago
Bruce Momjian 51cfdae50f Hi, 26 years ago
Bruce Momjian 1f747c6722 Attached are the C-routines that implement a BIT and BIT VARYING type. 26 years ago