summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varbit.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* I have added these macros to c.h:Bruce Momjian2005-12-251-7/+7
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-24/+26
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-2/+2
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-101-3/+58
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-041-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+1
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* While perusing SQL92 I realized that we are delivering the wrong SQLSTATETom Lane2004-08-021-3/+3
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-51/+86
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-5/+5
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-151-4/+4
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-091-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-7/+7
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-20/+67
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-2/+2
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-1/+74
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-7/+4
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-4/+7
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-7/+4
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-65/+56
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-3/+3
* Allow bit string constants without fully-specified length declaration.Thomas G. Lockhart2002-08-041-35/+98
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+3
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-3/+4
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-221-92/+39
* 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