summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varbit.c
AgeCommit message (Expand)Author
2007-08-21Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-12-25I have added these macros to c.h:Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-07-10Change typreceive function API so that receive functions get the sameTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-04Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-02While perusing SQL92 I realized that we are delivering the wrong SQLSTATETom Lane
2004-06-16Represent type-specific length coercion functions as pg_cast entries,Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-15OK, some of these syntax errors should be given other codes.Peter Eisentraut
2003-09-09Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-04Allow bit string constants without fully-specified length declaration.Thomas G. Lockhart
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-05-22Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-11-22Fix for bitsubstr when third argument is missing (i.e., -1).Peter Eisentraut
2000-11-18Modify input and output routines to print plain binary strings without anyPeter Eisentraut
2000-11-16Print bit values as binary strings (not hex)Peter Eisentraut
2000-11-07This somehow gets moot. Is there a way to make gcc reject those comments?Bruce Momjian
2000-10-31Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut
2000-08-26Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane
2000-08-21First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane
2000-08-07TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane
2000-07-28Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-03TOASTJan Wieck
2000-06-15Clean up #include's.Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian