| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Make path_recv() and poly_recv() reject paths/polygons containing no points. | Tom Lane | 2007-12-18 | 1 | -3/+3 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -11/+12 |
| * | Remove copied comments from geo_ops.c source file and replace with new | Bruce Momjian | 2007-03-05 | 1 | -75/+73 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -10/+10 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Update comment description of geo routines and move comment to more | Bruce Momjian | 2006-06-26 | 1 | -11/+10 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -74/+61 |
| * | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 | 1 | -7/+34 |
| * | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 | 1 | -25/+173 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -19/+21 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 1 | -1/+22 |
| * | Tighten up overflow check in path_recv, pursuant to code review inspired | Tom Lane | 2004-05-12 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -8/+8 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -21/+21 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -8/+8 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -37/+114 |
| * | More binary I/O routines. | Tom Lane | 2003-05-13 | 1 | -1/+266 |
| * | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 | 1 | -2/+32 |
| * | Add explicit tests for division by zero to all user-accessible integer | Tom Lane | 2003-03-11 | 1 | -2/+2 |
| * | Avoid gratuitous variation in spelling of same error message. | Tom Lane | 2003-01-21 | 1 | -3/+3 |
| * | Point does not return a center of lseg. | Tom Lane | 2002-12-30 | 1 | -3/+3 |
| * | Repair prehistoric logic error in lseg_eq and lseg_ne. | Tom Lane | 2002-11-29 | 1 | -5/+5 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -6/+3 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -3/+6 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -6/+3 |
| * | Replace imprecise value of PI with a better one, and tweak circle_poly | Tom Lane | 2002-11-08 | 1 | -5/+10 |
| * | Add extra_float_digits GUC parameter to allow adjustment of displayed | Tom Lane | 2002-11-08 | 1 | -15/+24 |
| * | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 | 1 | -3/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -8/+6 |
| * | Sir Mordred The Traitor <mordred@s-mail.com> writes: | Bruce Momjian | 2002-08-29 | 1 | -9/+30 |
| * | Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas | Bruce Momjian | 2002-07-16 | 1 | -1/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Remove unnecessary pfree's in geometric operators. At least one of these | Tom Lane | 2002-05-14 | 1 | -42/+11 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -31/+26 |
| * | path_inter, path_distance, path_length, dist_ppath now do the right | Tom Lane | 2001-10-13 | 1 | -22/+94 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -87/+115 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane | 2000-12-08 | 1 | -19/+75 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -18/+18 |
| * | Convert all remaining geometric operators to new fmgr style. This | Tom Lane | 2000-07-30 | 1 | -1139/+1285 |
| * | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane | 2000-07-29 | 1 | -564/+339 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -18/+18 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -8/+7 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+2 |