Age | Commit message (Expand) | Author |
2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2002-11-13 | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian |
2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
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-08 | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane |
2000-07-30 | Convert all remaining geometric operators to new fmgr style. This | Tom Lane |
2000-07-29 | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane |
2000-06-14 | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane |
2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
2000-01-26 | Add: | 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-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
1999-07-15 | Remove unused #includes in *.c files. | 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-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian |
1998-01-07 | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian |
1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
1997-09-18 | Inline memset() as MemSet(). | Bruce Momjian |
1997-09-08 | 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-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
1997-04-22 | Major patch from Thomas Lockhart <[email protected]> | Marc G. Fournier |
1997-03-14 | Date/Time updates from Thomas... | Marc G. Fournier |
1996-11-10 | All external function definitions now have prototypes that are checked. | Bruce Momjian |
1996-11-05 | One more to go | Marc G. Fournier |
1996-10-23 | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier |
1996-10-20 | More #include cleanups | Marc G. Fournier |
1996-07-09 | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier |