summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varbit.c
Commit message (Expand)AuthorAgeFilesLines
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-261-24/+24
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-211-451/+607
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-071-3/+3
* Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane2000-07-281-5/+1
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-121-11/+5
* TOASTJan Wieck2000-07-031-12/+12
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-659/+723
* Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart2000-04-081-0/+937