| Age | Commit message (Expand) | Author |
| 2001-11-19 | Indent jdbc case labels using pgjindent. | Bruce Momjian |
| 2001-11-19 | More jdbc comment cleanups. Code looks very nice now. | Bruce Momjian |
| 2001-11-19 | Update pgindent README so it gets *.java.in files. | Bruce Momjian |
| 2001-11-19 | JDBC indenting, comment cleanups. | Bruce Momjian |
| 2001-11-19 | Update TODO list. | Bruce Momjian |
| 2001-11-19 | Tweak format_type so that we get good behavior for both column type | Tom Lane |
| 2001-11-19 | Fix arg coerect match text type, per Tom. | Bruce Momjian |
| 2001-11-19 | Try to be a little bit clearer about the implications of GRANT TO PUBLIC | Tom Lane |
| 2001-11-19 | Make text octet_length() return non-compressed length to be consistent | Bruce Momjian |
| 2001-11-19 | Update TODO list. | Bruce Momjian |
| 2001-11-19 | Grammatical and spelling fixes. | Tom Lane |
| 2001-11-19 | Fix nasty bugs in pg_convert() and pg_convert2(). | Tatsuo Ishii |
| 2001-11-19 | Fix comment at top of file to match file name. | Hiroshi Inoue |
| 2001-11-19 | pg_restore should exit with status 0, not 1, on success. | Tom Lane |
| 2001-11-19 | Fix a few typos, grammatical problems, etc in new tutorial material. | Tom Lane |
| 2001-11-19 | A bunch of small doco updates motivated by scanning the comments on | Tom Lane |
| 2001-11-18 | Add example of using 'sameuser' followed by 'all' pg_hba records to | Tom Lane |
| 2001-11-18 | Improve comments about duplicate files. | Bruce Momjian |
| 2001-11-18 | Fix some typos. | Tom Lane |
| 2001-11-18 | Update various obsolete remarks about VACUUM. | Tom Lane |
| 2001-11-18 | Fix typo. | Tom Lane |
| 2001-11-18 | utils/geo-decls.h should be utils/geo_decls.h, per report from | Tom Lane |
| 2001-11-18 | Mention that LIKE ... ESCAPE '' is allowed to specify no | Tom Lane |
| 2001-11-18 | Update TODO list. | Bruce Momjian |
| 2001-11-18 | Point out that TRUNCATE can't be used inside a transaction block. | Tom Lane |
| 2001-11-18 | Initial round of tweakage for man pages | Peter Eisentraut |
| 2001-11-18 | Updates about NLS | Peter Eisentraut |
| 2001-11-18 | Update TODO list. | Bruce Momjian |
| 2001-11-18 | Optimization for bpcharlen, textlen, varcharlen in case of single byte | Tatsuo Ishii |
| 2001-11-18 | Mention the option to submit bug reports via a web-form. Minor | Tom Lane |
| 2001-11-18 | Fix obsolete claim that only btree indexes support multiple columns; | Tom Lane |
| 2001-11-18 | Clean up treatment of creating/dropping databases in User's Guide and | Tom Lane |
| 2001-11-17 | Copy-editing. | Tom Lane |
| 2001-11-17 | Expand documentation for sequence functions (nextval and friends). | Tom Lane |
| 2001-11-17 | Update TODO list. | Bruce Momjian |
| 2001-11-17 | Update TODO list. | Bruce Momjian |
| 2001-11-17 | Update key words for recent grammar changes | Peter Eisentraut |
| 2001-11-17 | Fix performance problems in TOAST compressor. The management of | Tom Lane |
| 2001-11-17 | Update Japanese FAQ's. | Bruce Momjian |
| 2001-11-16 | IsSystemRelationName() treats TOAST relations as system relations. | Tom Lane |
| 2001-11-16 | Add missing prototype. | Bruce Momjian |
| 2001-11-16 | Add configure result checks on odbc, per Peter E. | Bruce Momjian |
| 2001-11-16 | plpython security and error handling fixes, from | Tom Lane |
| 2001-11-16 | Update TODO list. | Bruce Momjian |
| 2001-11-16 | Once again, Michael has overwritten someone else's patch ... | Tom Lane |
| 2001-11-16 | Make the yacc rules safe for parallel make. See discussion on pgsql-patches | Peter Eisentraut |
| 2001-11-16 | Remove 'triggered data change violation' error check, per recent | Tom Lane |
| 2001-11-16 | Use -f for rm. | Peter Eisentraut |
| 2001-11-16 | Committed again to add the missing files/patches. | Michael Meskes |
| 2001-11-16 | Change SQLDescribeCol so that it returns alias name properly. | Hiroshi Inoue |