| Age | Commit message (Expand) | Author |
| 2001-10-24 | All three *.po patches applied. | Bruce Momjian |
| 2001-10-24 | Allow concurrent index creation for the same table. | Hiroshi Inoue |
| 2001-10-23 | Add support for INTERVAL's new typmod values to format_type. | Tom Lane |
| 2001-10-23 | Fix foreign keys on system columns. | Tom Lane |
| 2001-10-23 | Make SPI's column-accessing functions work for system columns as well as | Tom Lane |
| 2001-10-23 | Now I had them reversed. Wow that syntax is error-prone. | Bruce Momjian |
| 2001-10-23 | Syntax fix. Can't use #ifdef in gram.y. | Bruce Momjian |
| 2001-10-23 | Back out LIMIT #,# removal and mark it as to-be-removed in 7.3. | Bruce Momjian |
| 2001-10-23 | Add error checking to PageRepairFragmentation to ensure that it can | Tom Lane |
| 2001-10-22 | Cause transformIndexConstraints() to do the right thing with requests | Tom Lane |
| 2001-10-22 | Consolidate tables of known system attributes into one table. | Tom Lane |
| 2001-10-22 | Further cleanup of ps_status setup code. On platforms where the | Tom Lane |
| 2001-10-22 | Add defenses against invalid operator names passed in CREATE OPERATOR | Tom Lane |
| 2001-10-21 | Fix FindExec() for case where executable is found via a relative path | Tom Lane |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-10-20 | Change LIMIT #,# error message to be more generic. | Bruce Momjian |
| 2001-10-20 | Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. | Bruce Momjian |
| 2001-10-20 | Fix transposed arguments for typmod for one INTERVAL production. | Thomas G. Lockhart |
| 2001-10-19 | Proper fix for glibc getopt() botch. Surprising we did not see this | Tom Lane |
| 2001-10-19 | Set optreset on platforms that have it before launching postmaster | Tom Lane |
| 2001-10-19 | Ensure that all startup paths (postmaster, standalone postgres, or | 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 | 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-16 | Make sure to clean out old activity string when recycling a backend entry. | Tom Lane |
| 2001-10-16 | Ok, here is the modified encoding table (column1 is the standard name, | Tatsuo Ishii |
| 2001-10-15 | Add UTF-8 char >= 0x10000 check | Tatsuo Ishii |
| 2001-10-13 | Make selectivity routines cope gracefully with NaNs, infinities, and | Tom Lane |
| 2001-10-13 | path_inter, path_distance, path_length, dist_ppath now do the right | Tom Lane |
| 2001-10-13 | Mention createlang when language not installed, per problem report. | Bruce Momjian |
| 2001-10-12 | Add a new function "pg_client_encoding" which returns the current client | Tatsuo Ishii |
| 2001-10-12 | Break transformCreateStmt() into multiple routines and make | Tom Lane |
| 2001-10-11 | Suppress gcc warnings. | Tom Lane |
| 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 |
| 2001-10-09 | Allow optional () after current_user, session_user, user, current_time, | Peter Eisentraut |
| 2001-10-09 | Fix typo in error message. Noted by laser@zhengmai.com.cn. | Tom Lane |
| 2001-10-09 | Change plpgsql to depend on main parser's type-declaration grammar, | Tom Lane |
| 2001-10-08 | Another go-round with FigureColname, to produce less surprising results | Tom Lane |
| 2001-10-08 | Fix transformExpr() to not scribble on its input datastructure while | Tom Lane |
| 2001-10-08 | Fix ruleutils to depend on format_type, rather than having a private | Tom Lane |
| 2001-10-08 | Make ALTER TABLE RENAME COLUMN update column names of indexes that | Tom Lane |
| 2001-10-08 | Remove redundant code, update comments, cause CURRENT_TIME to | Tom Lane |
| 2001-10-06 | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane |
| 2001-10-05 | files attached are Traditional Chinese translations translated | Bruce Momjian |