| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 | 1 | -7/+7 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -24/+26 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 1 | -2/+2 |
| * | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 | 1 | -3/+58 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Detect overflow in integer arithmetic operators (integer, smallint, and | Tom Lane | 2004-10-04 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -5/+1 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | While perusing SQL92 I realized that we are delivering the wrong SQLSTATE | Tom Lane | 2004-08-02 | 1 | -3/+3 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 1 | -51/+86 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -5/+5 |
| * | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 | 1 | -4/+4 |
| * | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 | 1 | -4/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -7/+7 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -20/+67 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -2/+2 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -1/+74 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -7/+4 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -4/+7 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -7/+4 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -65/+56 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -3/+3 |
| * | Allow bit string constants without fully-specified length declaration. | Thomas G. Lockhart | 2002-08-04 | 1 | -35/+98 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -7/+3 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 1 | -3/+4 |
| * | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut | 2001-05-22 | 1 | -92/+39 |
| * | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 | 1 | -39/+37 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -53/+69 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix for bitsubstr when third argument is missing (i.e., -1). | Peter Eisentraut | 2000-11-22 | 1 | -1/+4 |
| * | Modify input and output routines to print plain binary strings without any | Peter Eisentraut | 2000-11-18 | 1 | -17/+32 |
| * | Print bit values as binary strings (not hex) | Peter Eisentraut | 2000-11-16 | 1 | -1/+8 |
| * | This somehow gets moot. Is there a way to make gcc reject those comments? | Bruce Momjian | 2000-11-07 | 1 | -2/+2 |
| * | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut | 2000-10-31 | 1 | -3/+99 |
| * | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 | 1 | -24/+24 |
| * | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 | 1 | -451/+607 |
| * | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 | 1 | -3/+3 |
| * | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane | 2000-07-28 | 1 | -5/+1 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -11/+5 |
| * | TOAST | Jan Wieck | 2000-07-03 | 1 | -12/+12 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -659/+723 |
| * | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart | 2000-04-08 | 1 | -0/+937 |