| Commit message (Expand) | Author | Age |
* | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 |
* | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | More binary I/O routines. | Tom Lane | 2003-05-13 |
* | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Convert all remaining geometric operators to new fmgr style. This | Tom Lane | 2000-07-30 |
* | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane | 2000-07-29 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 |
* | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane | 2000-02-17 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Fix bogus function signature for areajoinsel. | Tom Lane | 1999-03-28 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Make lines more visible to the user. | Thomas G. Lockhart | 1998-05-09 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Define boolean functions and operators for lseg <, <=, <>, >=, >. | Thomas G. Lockhart | 1998-02-03 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 |
* | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian | 1998-01-07 |
* | Back out inclusion of postgres.h. | Bruce Momjian | 1997-09-25 |
* | Massive examples fix from Nicola Bernardelli | Bruce Momjian | 1997-09-25 |
* | Add point_ne() comparison routine. | Thomas G. Lockhart | 1997-09-20 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | + extern double *box_area(BOX *box); | Vadim B. Mikheev | 1997-08-21 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Add new routines. | Thomas G. Lockhart | 1997-07-29 |
* | Add upgradepath(), isoldpath(), upgradepoly() and revertpoly() to allow | Thomas G. Lockhart | 1997-06-03 |
* | Change dummy array dimensions from [0] to [1] to keep non-gcc compilers happy. | Thomas G. Lockhart | 1997-05-06 |
* | More timezone patches by Thomas: | Marc G. Fournier | 1997-04-25 |
* | Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-04-22 |
* | Date/Time updates from Thomas... | Marc G. Fournier | 1997-03-14 |