Age | Commit message (Expand) | Author |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
2006-07-21 | Add the full set of comparison functions for type TID, including a btree | Tom Lane |
2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-02-27 | Add mention that tid perhaps someday should be output as a record. | Bruce Momjian |
2006-02-26 | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway |
2005-05-27 | Remove second argument from textToQualifiedNameList(), as it is no longer | 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-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-11 | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
2003-05-12 | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
2002-08-15 | Tom Lane wrote: | Bruce Momjian |
2002-07-16 | Fix tid to in/out as unsigned. | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-22 | Allow | Hiroshi Inoue |
2002-03-30 | Further cleanups for relations in schemas: teach nextval and other | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-09-17 | Suppress compiler warning. | Tom Lane |
2001-09-08 | Apply 7.1.3 changes to the current tree also. | Hiroshi Inoue |
2001-07-06 | Fix my old fault(returns auto variable reference). | Hiroshi Inoue |
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-08-03 | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane |
2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |
2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
2000-05-29 | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-01-26 | Add: | Bruce Momjian |
2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
1999-12-20 | Clean up some minor gcc warnings. | Tom Lane |
1999-10-11 | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | Update #include cleanups | 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 |