index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
varbit.c
Commit message (
Expand
)
Author
Age
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Fix for bitsubstr when third argument is missing (i.e., -1).
Peter Eisentraut
2000-11-22
*
Modify input and output routines to print plain binary strings without any
Peter Eisentraut
2000-11-18
*
Print bit values as binary strings (not hex)
Peter Eisentraut
2000-11-16
*
This somehow gets moot. Is there a way to make gcc reject those comments?
Bruce Momjian
2000-11-07
*
Change the parser to convert SQL "position" and "substring" syntax to
Peter Eisentraut
2000-10-31
*
Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>
Tom Lane
2000-08-26
*
First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.
Tom Lane
2000-08-21
*
TOAST mop-up work: update comments for tuple-size-related symbols such
Tom Lane
2000-08-07
*
Remove <values.h> inclusions, no-longer-needed MAXINT definitions.
Tom Lane
2000-07-28
*
Remove a bunch of unused configure tests, in particular cases where
Peter Eisentraut
2000-07-12
*
TOAST
Jan Wieck
2000-07-03
*
Clean up #include's.
Bruce Momjian
2000-06-15
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add zpbit and varbit data types from Adrian Joubert
Thomas G. Lockhart
2000-04-08