aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varbit.c
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix for bitsubstr when third argument is missing (i.e., -1).Peter Eisentraut2000-11-22
* Modify input and output routines to print plain binary strings without anyPeter Eisentraut2000-11-18
* Print bit values as binary strings (not hex)Peter Eisentraut2000-11-16
* This somehow gets moot. Is there a way to make gcc reject those comments?Bruce Momjian2000-11-07
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-31
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-26
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-21
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-07
* Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane2000-07-28
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-12
* TOASTJan Wieck2000-07-03
* Clean up #include's.Bruce Momjian2000-06-15
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart2000-04-08