| Age | Commit message (Expand) | Author |
| 2002-10-19 | Fix range-query estimation to not double-exclude NULLs, per gripe from | Tom Lane |
| 2002-10-19 | This patch adds some missing functions for float8 math operations, | Bruce Momjian |
| 2002-10-18 | Fix breakage that had crept into setlocale() usage: once again we've | Tom Lane |
| 2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane |
| 2002-10-13 | Make macaddr_in reject trailing garbage (except whitespace). | Tom Lane |
| 2002-10-11 | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian |
| 2002-10-11 | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian |
| 2002-10-08 | Move responsibility for setting QuerySnapshot for utility statements | Tom Lane |
| 2002-10-04 | Fix a couple of grammatical errors in error messages. | Tom Lane |
| 2002-10-04 | Tweak a few of the most heavily used function call points to zero out | Tom Lane |
| 2002-10-03 | Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that | Tom Lane |
| 2002-10-03 | In a bootstrap process or standalone backend, set MaxBackends = 1 | Tom Lane |
| 2002-10-03 | This patch removes two unused global variables from globals.c | Bruce Momjian |
| 2002-10-02 | Alter scale selection for NUMERIC division and transcendental functions | Tom Lane |
| 2002-10-02 | Turn GUC log_min_error_statement off by default by setting it to PANIC. | Bruce Momjian |
| 2002-09-24 | Change default privileges for languages and functions to be PUBLIC USAGE | Tom Lane |
| 2002-09-24 | Tweak conversion names to follow the established naming scheme, and | Peter Eisentraut |
| 2002-09-22 | RelationClearRelation must reset rd_targblock and update rd_nblocks | Tom Lane |
| 2002-09-22 | server_min_messages and friends should have valid values at bootup. | Tom Lane |
| 2002-09-22 | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane |
| 2002-09-21 | Add last-ditch defense against attempts to compile datetime code with | Tom Lane |
| 2002-09-20 | The patch fix bug described in TODO: | Bruce Momjian |
| 2002-09-20 | Tom Lane wrote: | Bruce Momjian |
| 2002-09-20 | This patch cleans up some of the code in src/util/adt/formatting.c, | Bruce Momjian |
| 2002-09-19 | Tweak heap.c to refuse attempts to create table columns of standalone | Tom Lane |
| 2002-09-19 | Department of second thoughts: suppressing implicit casts everywhere in | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
| 2002-09-18 | Fix bug in encoding conversion map. | Tatsuo Ishii |
| 2002-09-18 | Update Japanese README so that it reflects the changes made to the | Tatsuo Ishii |
| 2002-09-13 | Change Assert(len > 0) to Assert(len >= 0) | Tatsuo Ishii |
| 2002-09-12 | Avoid misleading error message when SET/RESET target variable name | Tom Lane |
| 2002-09-10 | Powerup defaults for LC_foo GUC variables should match what main.c does. | Tom Lane |
| 2002-09-05 | Assorted fixes for Cygwin: | Peter Eisentraut |
| 2002-09-05 | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-04 | Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during | Tom Lane |
| 2002-09-04 | Refrect the changes to src/test/regress/sql/conversion.sql By Tom. | Tatsuo Ishii |
| 2002-09-03 | EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp | Tom Lane |
| 2002-09-03 | Arrange for the default permissions on a database to allow temp table | Tom Lane |
| 2002-09-03 | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut |
| 2002-09-03 | Work around mktime() brain damage in recent versions of glibc by using | Tom Lane |
| 2002-09-03 | Eliminate unnecessary dependency on mktime(), and consequent 'Unable to | Tom Lane |
| 2002-09-02 | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | Bruce Momjian |
| 2002-09-02 | Add GUC variable to print original query to the server logs when there | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-09-01 | Add log_duration to GUC/postgresql.conf. | Bruce Momjian |
| 2002-09-01 | Mark the float8 -> int8 cast as implicit. This resolves the problem | Tom Lane |
| 2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |