| Age | Commit message (Expand) | Author |
| 1999-07-19 | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian |
| 1999-07-19 | Remove getopt configure check. | Bruce Momjian |
| 1999-07-19 | Put back mistakenly removed configure test for HAVE_NETINET_IN_H. | Tom Lane |
| 1999-07-19 | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane |
| 1999-07-18 | Add getopt test. | Bruce Momjian |
| 1999-07-18 | Fix configure problem. | Bruce Momjian |
| 1999-07-18 | Update for 6.6. | Bruce Momjian |
| 1999-07-18 | configure cleanup | Bruce Momjian |
| 1999-07-18 | configure cleanup | Bruce Momjian |
| 1999-07-18 | Update configure include checks. | Bruce Momjian |
| 1999-07-18 | Update includes from configure | Bruce Momjian |
| 1999-07-18 | Improve commentary about ArrayRef and ResTarget nodes. | Tom Lane |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-17 | Fix for multi-byte includes. | Bruce Momjian |
| 1999-07-17 | More config.h cleanups. | Bruce Momjian |
| 1999-07-16 | More cleanup | Bruce Momjian |
| 1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
| 1999-07-15 | 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-07-13 | Remove S*I comments from Stephan. | Bruce Momjian |
| 1999-07-13 | More cpu cleanups, only for 6.6. | Bruce Momjian |
| 1999-07-13 | Redefine cpu's as __cpu__. Only for 6.6 branch. | Bruce Momjian |
| 1999-07-12 | readd include for safety. | Bruce Momjian |
| 1999-07-11 | Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be... | Tatsuo Ishii |
| 1999-07-10 | heapam.h uses type time_t, but didn't include <time.h>. | Tom Lane |
| 1999-07-10 | cleanup of long long int atoi test. | Bruce Momjian |
| 1999-07-10 | Update stuff for 6.5.1 release. | Bruce Momjian |
| 1999-07-09 | Add mention block size <= 32k. | Bruce Momjian |
| 1999-07-09 | Fix for ACL length problem on different platforms. | Bruce Momjian |
| 1999-07-07 | Allow port numbers 32k - 64k. | Bruce Momjian |
| 1999-07-07 | Cleanup of min tuple size. | Bruce Momjian |
| 1999-07-04 | Align cleanup. | Bruce Momjian |
| 1999-07-04 | More alignment | Bruce Momjian |
| 1999-07-04 | Clarify maximum tuple and max attribute lengths. | Bruce Momjian |
| 1999-07-03 | More cleanup | Bruce Momjian |
| 1999-07-03 | Fix to prevent too large tuple from being created. | Bruce Momjian |
| 1999-07-01 | #ifdef around true and false. | Bruce Momjian |
| 1999-06-21 | Clean up problems with sublinks + grouping in planner. Not | Tom Lane |
| 1999-06-19 | Rename to vararg_format(). | Bruce Momjian |
| 1999-06-19 | Change form() to varargform() to prevent portability problems. | Bruce Momjian |
| 1999-06-19 | Create a generic expression-tree-walker subroutine, which | Tom Lane |
| 1999-06-17 | Defend against function calls with more than 8 arguments (code | Tom Lane |
| 1999-06-17 | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian |
| 1999-06-13 | change #if defined(__mc68000__) to: | Tatsuo Ishii |
| 1999-06-12 | Move default NBuffers setting into config.h, and rename it | Tom Lane |
| 1999-06-12 | Reversed out Massimo patch. | Bruce Momjian |
| 1999-06-12 | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian |
| 1999-06-10 | This patch should enable 6.5 to build on Motorola 68000 architecture. | Bruce Momjian |
| 1999-06-10 | 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!") | Vadim B. Mikheev |