summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varbit.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-031-39/+37
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-53/+69
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix for bitsubstr when third argument is missing (i.e., -1).Peter Eisentraut2000-11-221-1/+4
* Modify input and output routines to print plain binary strings without anyPeter Eisentraut2000-11-181-17/+32
* Print bit values as binary strings (not hex)Peter Eisentraut2000-11-161-1/+8
* This somehow gets moot. Is there a way to make gcc reject those comments?Bruce Momjian2000-11-071-2/+2
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-311-3/+99
* 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