| Age | Commit message (Expand) | Author |
| 2000-02-27 | Add Assert() to check for trying to heap_close a relation when the | Tom Lane |
| 2000-02-27 | Add 'volatile' declarations to silence gcc warnings about longjmp. | Tom Lane |
| 2000-02-27 | Minor improvements in regprocout() and oidvectortypes(). | Tom Lane |
| 2000-02-27 | Fix poorly worded error messages for unary operator type resolution | Tom Lane |
| 2000-02-27 | Clean up dependencies for version.o. | Tom Lane |
| 2000-02-27 | Clean up dependencies for version.o. | Tom Lane |
| 2000-02-27 | Clean up dependencies for version.o. | Tom Lane |
| 2000-02-27 | Fix a couple of inconsistent usages of include <...> vs. include "...". | Tom Lane |
| 2000-02-26 | Add date and time datatype handling to convert_to_scalar. (I was waiting | Tom Lane |
| 2000-02-26 | Change rule dumper to produce reasonable output for casts that assign | Tom Lane |
| 2000-02-26 | Fix exprTypmod to recognize length-coercion function expressions, | Tom Lane |
| 2000-02-26 | psql's \d command wasn't doing the right things with 'char' (type 18) | Tom Lane |
| 2000-02-26 | I had managed to break acceptance of "char", which worked in 6.5 to | Tom Lane |
| 2000-02-26 | Undo a couple of mistaken applications of NameStr() to StringInfos. | Tom Lane |
| 2000-02-26 | Shared-memory hashtables have non-extensible directories, which means | Tom Lane |
| 2000-02-25 | *** empty log message *** | Michael Meskes |
| 2000-02-25 | *** empty log message *** | Michael Meskes |
| 2000-02-25 | Fix longstanding bug that kept functional indexes from working when you | Tom Lane |
| 2000-02-24 | Enabled regression driver to run without PGLIB set. | Peter Eisentraut |
| 2000-02-24 | Suppress timespan and datetime ops from being brought in via pg_dump | Bruce Momjian |
| 2000-02-24 | Add missing files like foreign key regression tests and config.h.win32. | Bruce Momjian |
| 2000-02-24 | The following is required in order to make beta1 compile on the Win32 | Bruce Momjian |
| 2000-02-24 | Tweak libpq so that if a backend ERROR message arrives while libpq | Tom Lane |
| 2000-02-24 | Check pending cancel request before waiting for lock | Hiroshi Inoue |
| 2000-02-24 | Add the check CommonSpecialPortal in use(my fault) | Hiroshi Inoue |
| 2000-02-24 | Add numeric <-> int8 and numeric <-> int2 conversion functions, as well | Tom Lane |
| 2000-02-24 | Make make_const() check the size and precision of a T_Float Value, | Tom Lane |
| 2000-02-24 | int8in failed to detect overflow; it really should. | Tom Lane |
| 2000-02-23 | Fix plpsql for bsdi. | Bruce Momjian |
| 2000-02-23 | *** empty log message *** | Michael Meskes |
| 2000-02-23 | 1. miscadmin.h needs to include sys/types.h for a definition of pid_t | Bruce Momjian |
| 2000-02-22 | Well, here's the first pass on regression | Bruce Momjian |
| 2000-02-22 | *** empty log message *** | Michael Meskes |
| 2000-02-22 | Change cancel while waiting-for-lock stuff. | Hiroshi Inoue |
| 2000-02-22 | First post-beta1 bug fix :-(. Silly typo in new coding for doNegate | Tom Lane |
| 2000-02-21 | Quick hack solution so that pg_dump of views works. Needs repair after | Tom Lane |
| 2000-02-21 | Fixed psql's Control-C handling when COPY in progress | Peter Eisentraut |
| 2000-02-21 | Oops, commited a test version of this file by accident. Revert. | Tom Lane |
| 2000-02-21 | Change parse-time representation of float literals (which include oversize | Tom Lane |
| 2000-02-21 | To avoid confusion during early beta testing, commit the current rules | Tom Lane |
| 2000-02-21 | Clean up temp file in 'make clean'. | Tom Lane |
| 2000-02-21 | Avoid race conditions in detection of EINPROGRESS during connect(). | Jan Wieck |
| 2000-02-21 | Fix "Invalid XID in t_cmin" error in vacuum. | Hiroshi Inoue |
| 2000-02-21 | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane |
| 2000-02-21 | fix the TODO | Hiroshi Inoue |
| 2000-02-21 | Fixes for \encoding command. | Tatsuo Ishii |
| 2000-02-21 | Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the | Tom Lane |
| 2000-02-20 | Further cleanups for type coercion: treat the locution typename(argument) | Tom Lane |
| 2000-02-20 | Create a new expression node type RelabelType, which exists solely to | Tom Lane |
| 2000-02-20 | Moved psql \eset and \eshow to \encoding | Peter Eisentraut |