| Age | Commit message (Expand) | Author |
| 2002-02-18 | Replace number-of-distinct-values estimator equation, per recent | Tom Lane |
| 2002-02-18 | Remove MAX/MIN() macros, use c.h Max/Min() instead. | Bruce Momjian |
| 2002-02-18 | Disable LIMIT #,# syntax, as agreed to months ago. Print message saying | Bruce Momjian |
| 2002-02-18 | Reorder postgresql.conf WAL section to be clearer. | Bruce Momjian |
| 2002-02-18 | Don't mention TIOGA in Makefile and move strdup.c rule into proper | Bruce Momjian |
| 2002-02-18 | Add code to preserve paren level display after \g, as submitted months ago. | Bruce Momjian |
| 2002-02-18 | Remove compile warnings in multibute mode. | Hiroshi Inoue |
| 2002-02-18 | Fix param handling of create* admin scripts as described months ago. | Bruce Momjian |
| 2002-02-18 | Add better error text: | Bruce Momjian |
| 2002-02-18 | Add HTML output option to pgcvslog. | Bruce Momjian |
| 2002-02-18 | Fix kanji-coversion key binding. This has been broken since 7.1 | Tatsuo Ishii |
| 2002-02-18 | The version is now 7.01.0010. | Hiroshi Inoue |
| 2002-02-18 | Separate info30.c from info.c. | Hiroshi Inoue |
| 2002-02-18 | Add files for ODBC3.0 support. | Hiroshi Inoue |
| 2002-02-18 | Remove ODBC todo, add to main TODO. | Bruce Momjian |
| 2002-02-15 | Remove warning about automatic inclusion of sqlca. | Peter Eisentraut |
| 2002-02-14 | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane |
| 2002-02-12 | Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms. | Tom Lane |
| 2002-02-12 | Modify COPY TO to emit carriage returns and newlines as backslash escapes | Tom Lane |
| 2002-02-11 | Tweak GiST code to work correctly on machines where 8-byte alignment | Tom Lane |
| 2002-02-11 | Fix for old FreeBSD versions that don't have RTLD_GLOBAL | Peter Eisentraut |
| 2002-02-11 | Repair problems with EvalPlanQual where target table is scanned as | Tom Lane |
| 2002-02-11 | Be more wary about mixed-case database names and user names. Get | Tom Lane |
| 2002-02-10 | Don't Assert() that fsync() and close() never fail; I have seen this | Tom Lane |
| 2002-02-08 | Move sys/types.h to top, for hiroyuki hanai/ FreeBSD. | Bruce Momjian |
| 2002-02-07 | pgstat's truncation of query string needs to be multibyte-aware. | Tom Lane |
| 2002-02-07 | Removed a check for REINDEX TABLE. | Hiroshi Inoue |
| 2002-02-06 | Fix failure to reconnect as sequence's owner before issuing setval(). | Tom Lane |
| 2002-01-30 | Update Win32-world version number of libpq++. | Peter Eisentraut |
| 2002-01-30 | Add cast to suppress gcc warning on Darwin platform. | Tom Lane |
| 2002-01-29 | update | Peter Eisentraut |
| 2002-01-29 | Make S/390 TAS spell __inline__ the same way as the other eight GCC | Tom Lane |
| 2002-01-26 | Updates from Serguei Mokhov | Peter Eisentraut |
| 2002-01-25 | Tweak pg_dump to say GRANT ALL when appropriate, rather than enumerating | Tom Lane |
| 2002-01-24 | Tweak plperl.c to compile against threaded Perls, per report from | Tom Lane |
| 2002-01-24 | pltcl's spi_execp didn't handle NULL arguments quite correctly. | Tom Lane |
| 2002-01-24 | Fix incorrect test for whether Perl code is returning undef. This | Tom Lane |
| 2002-01-24 | Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list | Tom Lane |
| 2002-01-23 | Remove long-obsolete version of pltcl documentation. | Tom Lane |
| 2002-01-23 | Clean up Red Hat Tcl RPM brain-damage in a more reliable way: fix the | Tom Lane |
| 2002-01-23 | Added patch to temporarily disable locale for descriptors too (Christof) | Michael Meskes |
| 2002-01-22 | libpq++/pgconnection.h must not include postgres_fe.h, else it fails to | Tom Lane |
| 2002-01-21 | Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh. | Tom Lane |
| 2002-01-20 | Add IN/EXISTS file. | Bruce Momjian |
| 2002-01-18 | Update from Kova'cs Zolta'n | Peter Eisentraut |
| 2002-01-18 | You might want to run pg_indent on pg_backup_db.c however ... | Bruce Momjian |
| 2002-01-18 | Fixes to getImportedKeys/getExportedKeys from Jason Davies | Dave Cramer |
| 2002-01-18 | Fix pg_restore to handle the 'set max oid' entry correctly in archives | Tom Lane |
| 2002-01-18 | Add missing 'else', per report from sugita@sra.co.jp. | Tom Lane |
| 2002-01-18 | Accept subsequent commits. This should have been just a warning anyway. I | Michael Meskes |