| Age | Commit message (Expand) | Author |
| 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 |
| 2001-11-20 | Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3 | Tom Lane |
| 2001-11-20 | Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface. | Tatsuo Ishii |
| 2001-11-20 | Double quotes in ln command to guard against spaces in path. | Tom Lane |
| 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 | Make text octet_length() return non-compressed length to be consistent | 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-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 | Optimization for bpcharlen, textlen, varcharlen in case of single byte | Tatsuo Ishii |
| 2001-11-17 | Fix performance problems in TOAST compressor. The management of | Tom Lane |
| 2001-11-16 | IsSystemRelationName() treats TOAST relations as system relations. | 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 | Update keyword lists per suggestions by Peter. There are now four | Tom Lane |
| 2001-11-15 | Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS. | Peter Eisentraut |
| 2001-11-13 | Update CVS tags. | Bruce Momjian |
| 2001-11-13 | Use better CVS tag. | Bruce Momjian |
| 2001-11-13 | Remove md5.c check, add CVS log stamp. Update comments. | Bruce Momjian |
| 2001-11-12 | Tweak parser so that there is a defined representation for datatypes | Tom Lane |
| 2001-11-12 | If the alternatives for a CASE construct all have the same typmod, | Tom Lane |
| 2001-11-12 | If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the | Tom Lane |
| 2001-11-12 | Repair crash in EvalPlanQual of query involving nestloop with inner | Tom Lane |
| 2001-11-12 | Tables without oids wouldn't be able to be | Bruce Momjian |
| 2001-11-12 | Remove a bunch more no-longer-used stuff in libpq-be.h. | Tom Lane |
| 2001-11-12 | Suppress duplicate error messages in pq_flush. Write error messages to | Tom Lane |
| 2001-11-12 | send() attempt for IDENT communication should retry on EINTR. | Tom Lane |
| 2001-11-12 | The PacketReceive/PacketSend routines aren't used anymore. | Tom Lane |
| 2001-11-12 | Update MD5 documentation. | Bruce Momjian |
| 2001-11-12 | Sync up both files. | Bruce Momjian |