| Age | Commit message (Expand) | Author |
| 2001-10-19 | Rename macro arg to avoid useless compiler warning when building plperl. | Tom Lane |
| 2001-10-19 | > This stops the interface from leaking the row tuples (and thus the | Bruce Momjian |
| 2001-10-19 | removed "not fully implemented" warning for nullif | Michael Meskes |
| 2001-10-19 | Change SC_fetch() to not retrieve data in case the | Hiroshi Inoue |
| 2001-10-19 | Fix pltcl to update cached function def after | Tom Lane |
| 2001-10-19 | Move init_ps_display from postgres.c to postmaster.c, putting it | Tom Lane |
| 2001-10-18 | Spell 'between' correctly, clean up spacing in error messages. | Tom Lane |
| 2001-10-18 | Fix memory leakage when sending notice messages to client. | Tom Lane |
| 2001-10-18 | Fix authentication so that it doesn't record an extra 'Password | Tom Lane |
| 2001-10-18 | Add STATUS_EOF value needed for auth.c. Remove a bunch of unused | Tom Lane |
| 2001-10-18 | Fix several problems with simple_prompt() --- the nastiest being that | Tom Lane |
| 2001-10-18 | Document all the ecpg error codes. | Bruce Momjian |
| 2001-10-18 | Update for new expected results. | Tom Lane |
| 2001-10-18 | Didn't compile on non-HAVE_TM_ZONE machines. | Tom Lane |
| 2001-10-18 | Repair missing brace in HAVE_INT_TIMEZONE case. | Tom Lane |
| 2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |
| 2001-10-18 | Extend code that deduces implied equality clauses to detect whether a | Tom Lane |
| 2001-10-18 | Added Lee Kindness' patches. | Michael Meskes |
| 2001-10-16 | Make sure to clean out old activity string when recycling a backend entry. | Tom Lane |
| 2001-10-16 | Use LEFT JOIN, not FULL JOIN, in statistical views. | Tom Lane |
| 2001-10-16 | Updated the list of encodings supported to match what the backend now supports | Barry Lind |
| 2001-10-16 | Added some additional comments in the code | Barry Lind |
| 2001-10-16 | Python handle as string all int8 values from postgresql. This could be | Bruce Momjian |
| 2001-10-16 | Ok, here is the modified encoding table (column1 is the standard name, | Tatsuo Ishii |
| 2001-10-15 | Doesn't anyone test stuff before they commit it? | Tom Lane |
| 2001-10-15 | > Uh, isn't the correct fix | Bruce Momjian |
| 2001-10-15 | Prompt for password from /dev/tty and fall back to stdin/stderr. | Bruce Momjian |
| 2001-10-15 | Forgot to add this file... | Tatsuo Ishii |
| 2001-10-15 | PG_DUMP NLS (Russian) | Bruce Momjian |
| 2001-10-15 | Commit Patrice's patches except: | Tatsuo Ishii |
| 2001-10-15 | Add UTF-8 char >= 0x10000 check | Tatsuo Ishii |
| 2001-10-15 | Synchronize with main parser's keyword list (someone didn't check his | Tom Lane |
| 2001-10-14 | - Fixed GRANT statement. | Michael Meskes |
| 2001-10-13 | Make selectivity routines cope gracefully with NaNs, infinities, and | Tom Lane |
| 2001-10-13 | Fix logic in insert() function. | Peter Eisentraut |
| 2001-10-13 | Fixing closed-path intersection logic causes this test to find more | Tom Lane |
| 2001-10-13 | path_inter, path_distance, path_length, dist_ppath now do the right | Tom Lane |
| 2001-10-13 | Add missing prototype to suppress gcc warning. | Tom Lane |
| 2001-10-13 | Residual cleanup from making pltcl unknown support always enabled. | Tom Lane |
| 2001-10-13 | Here are few more translated messages into Russian | Bruce Momjian |
| 2001-10-13 | Attached patch for unconditional enabling of pltcl-unknown support. | Bruce Momjian |
| 2001-10-13 | Mention createlang when language not installed, per problem report. | Bruce Momjian |
| 2001-10-12 | Update the version of psqlodbc driver. | Hiroshi Inoue |
| 2001-10-12 | Add a new function "pg_client_encoding" which returns the current client | Tatsuo Ishii |
| 2001-10-12 | Fix the bug reported by Chris Lee. | Hiroshi Inoue |
| 2001-10-12 | Break transformCreateStmt() into multiple routines and make | Tom Lane |
| 2001-10-11 | Suppress gcc warnings. | Tom Lane |
| 2001-10-11 | Tatsuo Ishii <t-ishii@sra.co.jp> writes: | Bruce Momjian |
| 2001-10-11 | Add support for ISO-8859-6 to 16 | Tatsuo Ishii |
| 2001-10-10 | Remove gratuitous discrepancy between extract() and date_part(), | Peter Eisentraut |