| Age | Commit message (Expand) | Author |
| 2002-04-24 | pgdb.connect() seems to be broken on Python 2.0.1 (which ships with | Bruce Momjian |
| 2002-04-24 | Sorry for the package, but the following patch need to be applied to get | Bruce Momjian |
| 2002-04-24 | xlog.c: If possible please add the following patch to better support NetWare. | Bruce Momjian |
| 2002-04-24 | [ Patch comments in three pieces.] | Bruce Momjian |
| 2002-04-23 | Based on this report, I am adding a FUNC_MAX_ARGS define to | Bruce Momjian |
| 2002-04-23 | Clean up INT64CONST conflicts. Make the pg_crc code use a macro called | Tom Lane |
| 2002-04-23 | 1) Fix SQLProcedures(). | Hiroshi Inoue |
| 2002-04-22 | Oops, forgot we had a macro to encapsulate test for type toastability. | Tom Lane |
| 2002-04-22 | Fix incorrect Assert; install a more trustworthy check on whether | Tom Lane |
| 2002-04-22 | Synced preproc.y and keywords.c. | Michael Meskes |
| 2002-04-22 | Convert GUC parameters back to strings if input as integers. | Thomas G. Lockhart |
| 2002-04-22 | Check for multiple arguments on parameters which do not allow them. | Thomas G. Lockhart |
| 2002-04-21 | Oops. Remove declaration for set_name_needs_quotes(), since it is now gone. | Thomas G. Lockhart |
| 2002-04-21 | Remove the definition for set_name_needs_quotes() on the assumption that | Thomas G. Lockhart |
| 2002-04-21 | Initialize or set a couple of variables to suppress compiler warnings. | Thomas G. Lockhart |
| 2002-04-21 | Update horology-no-DST-before-1970.out (tested on HPUX), plus an extrapolated... | Tom Lane |
| 2002-04-21 | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart |
| 2002-04-21 | Include stdio.h and stdlib.h for completeness. | Thomas G. Lockhart |
| 2002-04-21 | Make WITHOUT TIME ZONE the default for TIMESTAMP and TIME data types. | Thomas G. Lockhart |
| 2002-04-21 | Allow more choices for style of value in various SET commands. Formerly, | Thomas G. Lockhart |
| 2002-04-21 | Add fields in the control file to check for whether the backend was | Thomas G. Lockhart |
| 2002-04-21 | Make pg_dump independent of FUNC_MAX_ARGS. | Peter Eisentraut |
| 2002-04-21 | Fix typo. | Tom Lane |
| 2002-04-21 | Restructure AclItem representation so that we can have more than eight | Tom Lane |
| 2002-04-21 | Remove --enable-syslog option | Tatsuo Ishii |
| 2002-04-20 | pq_getstring doesn't go through pq_getbyte anymore, for better performance. | Peter Eisentraut |
| 2002-04-20 | Scanner performance improvements | Peter Eisentraut |
| 2002-04-20 | Add missing include. | Peter Eisentraut |
| 2002-04-19 | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane |
| 2002-04-19 | pg_trigger's index on tgrelid is replaced by a unique index on | Tom Lane |
| 2002-04-18 | Make PUBLIC an unreserved word (in fact, not a keyword at all), | Tom Lane |
| 2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
| 2002-04-18 | Ant 1.4.1 now requires for jdbc. Mention in HISTORY release notes. | Bruce Momjian |
| 2002-04-18 | Back out python change, needs delay. | Bruce Momjian |
| 2002-04-18 | Change docs to do 20! rather than larger. | Bruce Momjian |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
| 2002-04-16 | Added some rudimentary table and column tests | Dave Cramer |
| 2002-04-16 | fixed getColumns as per Panu Outinen's email. At this point have only repaire... | Dave Cramer |
| 2002-04-16 | Fixed typo in preproc/type.h | Michael Meskes |
| 2002-04-15 | The patch I sent to -patches a little while ago wasn't applied: it | Bruce Momjian |
| 2002-04-15 | The attached patch corrects an inaccuracy in src/backend/catalog/README | Bruce Momjian |
| 2002-04-15 | CATALOG VERSION UPDATED: | Bruce Momjian |
| 2002-04-15 | Disable VACUUM from being called from a function because function memory | Bruce Momjian |
| 2002-04-15 | Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea from | Bruce Momjian |
| 2002-04-15 | Fix for EINTR returns from Win9X socket operations: | Bruce Momjian |
| 2002-04-15 | Adjust rules for search_path so that pg_catalog is never implicitly | Tom Lane |
| 2002-04-15 | Fix text_substr bug intrduced in 7.3 development | Tatsuo Ishii |
| 2002-04-15 | Fix oversight in recent change of representation for JOIN alias | Tom Lane |
| 2002-04-15 | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane |