| 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 | Add missing prototype. | Bruce Momjian |
| 2001-11-16 | Add configure result checks on odbc, per Peter E. | Bruce Momjian |
| 2001-11-16 | plpython security and error handling fixes, from | Tom Lane |
| 2001-11-16 | Once again, Michael has overwritten someone else's patch ... | 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 | Committed again to add the missing files/patches. | Michael Meskes |
| 2001-11-16 | Change SQLDescribeCol so that it returns alias name properly. | Hiroshi Inoue |
| 2001-11-16 | Update keyword lists per suggestions by Peter. There are now four | Tom Lane |
| 2001-11-15 | Fix some problems in new plpgsql cursor operations, found while trying | Tom Lane |
| 2001-11-15 | Well the absolute correct solution would involve all of: | Bruce Momjian |
| 2001-11-15 | Update md5.h because it can't get the value from configure. | Bruce Momjian |
| 2001-11-15 | Fix for AIX compile and unsigned/signed typedefs. | Bruce Momjian |
| 2001-11-15 | Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS. | Peter Eisentraut |
| 2001-11-15 | Fix comment at top of file to match file name. | Bruce Momjian |
| 2001-11-14 | fixes getIndex to work with forte's transparent persistence | Dave Cramer |
| 2001-11-14 | Added Christof's patches. | Michael Meskes |
| 2001-11-14 | Attached is a patch against the CVS repository that fixes the ResultSet absol... | Barry Lind |
| 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-13 | Give a more intelligible and useful error message for SELECT with no | Tom Lane |
| 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 | fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and... | Barry Lind |
| 2001-11-12 | Commit to support MD5 passwords as per the backend for 7.2. This patch was s... | Barry Lind |
| 2001-11-12 | Repair crash in EvalPlanQual of query involving nestloop with inner | Tom Lane |
| 2001-11-12 | Remove duplicate extern declaration. | Tom Lane |
| 2001-11-12 | psql's \do was going out of its way to lie about the result type of | 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 comments and remove CVS tag from md5.c so they remain identical. | Bruce Momjian |
| 2001-11-12 | Update md5 to match. | Bruce Momjian |
| 2001-11-12 | Add comments of duplicate definitions in interfaces/odbc/md5.h. | 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 | Add md5 authentication support thanks to Bruce Momjian. | Hiroshi Inoue |
| 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 |