| Age | Commit message (Expand) | Author |
| 2001-12-24 | Place PAM before REJECT in sample file. | Bruce Momjian |
| 2001-12-23 | Fix mispeling ... | Tom Lane |
| 2001-12-21 | Czech translation updates from Karel Zak | Peter Eisentraut |
| 2001-12-21 | Fix error | Peter Eisentraut |
| 2001-12-21 | Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGV | Tom Lane |
| 2001-12-21 | Add full name of the month of July to the lookup table. | Thomas G. Lockhart |
| 2001-12-20 | Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. | Bruce Momjian |
| 2001-12-20 | MIN() -> Min, fixes compile problem. | Bruce Momjian |
| 2001-12-19 | Fix buffer-overrun problem in pretty printer. | Tom Lane |
| 2001-12-19 | Temporarily dike out GetUndoRecPtr() in checkpoint generation, since we | Tom Lane |
| 2001-12-19 | Make sure that all variants of HeapTupleSatisfies will do the right thing | Tom Lane |
| 2001-12-17 | Move geqo enable into proper section. | Bruce Momjian |
| 2001-12-13 | Update Hungarian from Kovacs Zoltan | Peter Eisentraut |
| 2001-12-12 | Don't accept names of complex types (ie, relation types) as being | Tom Lane |
| 2001-12-11 | Repair roundoff-error problem for stddev/variance results near zero, | Tom Lane |
| 2001-12-10 | Suppress subquery pullup and pushdown when the subquery has any | Tom Lane |
| 2001-12-10 | Declare LWLock pointers as volatile to prevent AIX compiler from | Tom Lane |
| 2001-12-10 | Update from Serguei Mokhov | Peter Eisentraut |
| 2001-12-10 | Repair case-conversion error in to_date's handling of roman numerals. | Tom Lane |
| 2001-12-09 | Allow variable (unrestricted) precision for TIME and TIMESTAMP types in parser. | Thomas G. Lockhart |
| 2001-12-09 | Honor the typmod field for time zone intervals. | Thomas G. Lockhart |
| 2001-12-05 | Fix for usage of spirntf in more portable way. | Tatsuo Ishii |
| 2001-12-05 | Re-enable SunOS4 port. Replace | Tatsuo Ishii |
| 2001-12-04 | Enforce restriction that COPY DELIMITERS string must be exactly one | Tom Lane |
| 2001-12-04 | Change appendStringInfoChar to appendStringInfoCharMacro in a couple of | Tom Lane |
| 2001-12-04 | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane |
| 2001-12-04 | Remove now-dead code for processing CONSTR_UNIQUE nodes in | Tom Lane |
| 2001-12-04 | Hi Bruce, here is a first version of the hu.po file for the backend. I | Bruce Momjian |
| 2001-12-04 | Suppress data directory access-permissions check when __CYGWIN__, | Tom Lane |
| 2001-12-03 | Fix latent bug in checking for failure of hashtable creation. | Tom Lane |
| 2001-12-03 | attachement is the NLS patch for backend/po & pg_dump, | Bruce Momjian |
| 2001-11-30 | Try to make genbki.sh a little more bulletproof, per trouble report | Tom Lane |
| 2001-11-30 | Repair failure to mark an inserted Materialize node with the appropriate | Tom Lane |
| 2001-11-30 | updates | Peter Eisentraut |
| 2001-11-29 | Fix array_out's failure to backslash backslashes, per bug# 524. Also, | Tom Lane |
| 2001-11-29 | NLS updates, most notably fixed zh_TW translations | Peter Eisentraut |
| 2001-11-26 | Fix unportable, non-spec-compliant use of offsetof() with a nonconstant | Tom Lane |
| 2001-11-26 | Change display of FieldSelect nodes from arg.field to field(arg), | Tom Lane |
| 2001-11-26 | Repair problem with listing rules that have a WHERE condition and | Tom Lane |
| 2001-11-25 | Backend /po patch. | Bruce Momjian |
| 2001-11-24 | Tweak int8in to accept -9223372036854775808, per recent discussion in | Tom Lane |
| 2001-11-23 | Fix boundary condition in btbulkdelete: don't examine high key in case | Tom Lane |
| 2001-11-21 | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane |
| 2001-11-21 | Insert CommandCounterIncrement call into SPI_cursor_open. | Tom Lane |
| 2001-11-21 | Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler. | Tom Lane |
| 2001-11-21 | Add a few new time zones, and list every time zone mentioned in my | Thomas G. Lockhart |
| 2001-11-21 | Repair swapped sign for time minus time routine (time_mi_time()). | Thomas G. Lockhart |
| 2001-11-21 | Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognized | Thomas G. Lockhart |
| 2001-11-21 | I think it's patch's size problem that I can't | Bruce Momjian |
| 2001-11-20 | Add mention of template1 usage. | Bruce Momjian |