Age | Commit message (Expand) | Author |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-03-02 | Repair oidvectorrecv and int2vectorrecv, which I broke while changing | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-07-10 | Missed adding extra argument to array_recv in a couple of places | Tom Lane |
2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
2005-02-11 | Adjust input routines for float4, float8 and oid to reject the empty string | Neil Conway |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
2004-03-11 | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway |
2004-03-04 | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway |
2004-02-18 | Improve the consistency of the error message emitted when rejecting | Neil Conway |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | 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-09 | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2001-08-14 | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | 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-12-28 | Let's try this again on accepting the correct range of Oid input values | Tom Lane |
2000-12-22 | Repair not-too-well-thought-out code to do rangechecking of OIDs on | Tom Lane |
2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
2000-11-21 | Add missing #include <errno.h>. | Tom Lane |
2000-11-21 | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane |
2000-08-01 | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane |
2000-07-03 | TOAST | Jan Wieck |
2000-06-14 | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut |
2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-01-26 | Add: | Bruce Momjian |
2000-01-10 | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian |
2000-01-10 | Update int28out and out8out and _in_ functions to handle trailing zeros | Bruce Momjian |
2000-01-10 | Fix oid8in and int28in for spaces | Bruce Momjian |
2000-01-10 | Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users. | Bruce Momjian |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-16 | Update #include cleanups | Bruce Momjian |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian |
1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1998-10-29 | Add oid8neq. | Bruce Momjian |
1998-09-22 | Cleanup for oid8[] from Tatsuo Ishii. | Bruce Momjian |