index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
varbit.c
Age
Commit message (
Expand
)
Author
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-09-25
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-15
OK, some of these syntax errors should be given other codes.
Peter Eisentraut
2003-09-09
Some "feature not supported" errors are better syntax errors, because the
Peter Eisentraut
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-07-27
Error message editing in utils/adt. Again thanks to Joe Conway for doing
Tom Lane
2003-05-27
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
Bruce Momjian
2003-05-12
Add binary I/O routines for a bunch more datatypes. Still a few to go,
Tom Lane
2002-11-13
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-11
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
2002-11-10
Merge palloc()/MemSet(0) calls into a single palloc0() call.
Bruce Momjian
2002-09-18
Extend pg_cast castimplicit column to a three-way value; this allows us
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-08-26
Modify array operations to include array's element type OID in the
Tom Lane
2002-08-04
Allow bit string constants without fully-specified length declaration.
Thomas G. Lockhart
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-03-06
Change made to elog:
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-06
Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo
Tom Lane
2001-05-22
Make bit and bit varying types reject too long input. (They already tried
Peter Eisentraut
2001-05-03
Ensure that btree sort ordering functions and boolean comparison operators
Tom Lane
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2000-11-22
Fix for bitsubstr when third argument is missing (i.e., -1).
Peter Eisentraut
2000-11-18
Modify input and output routines to print plain binary strings without any
Peter Eisentraut
2000-11-16
Print bit values as binary strings (not hex)
Peter Eisentraut
2000-11-07
This somehow gets moot. Is there a way to make gcc reject those comments?
Bruce Momjian
2000-10-31
Change the parser to convert SQL "position" and "substring" syntax to
Peter Eisentraut
2000-08-26
Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>
Tom Lane
2000-08-21
First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.
Tom Lane
2000-08-07
TOAST mop-up work: update comments for tuple-size-related symbols such
Tom Lane
2000-07-28
Remove <values.h> inclusions, no-longer-needed MAXINT definitions.
Tom Lane
2000-07-12
Remove a bunch of unused configure tests, in particular cases where
Peter Eisentraut
2000-07-03
TOAST
Jan Wieck
2000-06-15
Clean up #include's.
Bruce Momjian
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-08
Add zpbit and varbit data types from Adrian Joubert
Thomas G. Lockhart