| Age | Commit message (Expand) | Author |
| 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 |
| 2001-11-12 | Add comments and remove CVS tag from md5.c so they remain identical. | Bruce Momjian |
| 2001-11-12 | Add code to check that md5.c files are in sync. | Bruce Momjian |
| 2001-11-12 | Indent new rename.c for Tom Lane. | Bruce Momjian |
| 2001-11-12 | Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. | Tom Lane |
| 2001-11-12 | Clean up a bunch of ScanKeyEntryInitialize calls that weren't bothering | Tom Lane |
| 2001-11-11 | Test program needs to declare MaxBackends, per Bernd Tegge. | Tom Lane |
| 2001-11-11 | Defend against brain-dead QNX implementation of qsort(). | Tom Lane |
| 2001-11-11 | In find_mergeclauses_for_pathkeys, it's okay to return multiple merge | Tom Lane |
| 2001-11-11 | sort_inner_and_outer needs a check to ensure that it's consumed all the | Tom Lane |
| 2001-11-11 | Defend against possibility that SSL error reporting mechanism returns | Tom Lane |
| 2001-11-10 | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane |
| 2001-11-10 | Restructure child-exit logging messages for easier translation, | Tom Lane |
| 2001-11-10 | Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names, | Tom Lane |
| 2001-11-08 | Fix indenting for 'extern "C"' cases. | Bruce Momjian |
| 2001-11-08 | PostgreSQL works again on Mac OS X 10.1. Hold your nose before | Tom Lane |
| 2001-11-08 | Add casts to suppress compiler warnings observed on Darwin platform | Tom Lane |
| 2001-11-06 | Clean up formatting of child process exit-status reports so that they | Tom Lane |
| 2001-11-06 | Add British Double Standard Time (BDST) per mailing list report. | Thomas G. Lockhart |
| 2001-11-06 | Add Darwin to list of known systems for ps_status. | Tom Lane |
| 2001-11-06 | The extra semaphore that proc.c now allocates for checkpoint processes | Tom Lane |
| 2001-11-05 | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-05 | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names | Tom Lane |
| 2001-11-05 | Remove ill-considered Assert. | Tom Lane |
| 2001-11-04 | Fix now-obsolete comment. | Tom Lane |
| 2001-11-04 | Merge three existing ways of signaling postmaster from child processes, | Tom Lane |
| 2001-11-04 | Got "ADD" to appear only in ALTER TABLE and not CREATE TABLE | Bruce Momjian |
| 2001-11-04 | Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because the | Bruce Momjian |
| 2001-11-02 | Add default expressions to INSERTs during planning, not during parse | Tom Lane |