| Age | Commit message (Expand) | Author |
| 2002-09-26 | Pass postmaster -d down to the postgres backend to trigger special -d | Bruce Momjian |
| 2002-09-26 | Allow SSL to work withouth client-side certificate infrastructure. | Bruce Momjian |
| 2002-09-25 | Remove ShutdownBufferPoolAccess exit callback, and do the work in | Tom Lane |
| 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-24 | Add missing correction of sublevelsup when pulling up a subquery. | Tom Lane |
| 2002-09-23 | Further thinking about heap_mark4update: in HeapTupleSelfUpdated case, | Tom Lane |
| 2002-09-23 | Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other | Tom Lane |
| 2002-09-23 | Get rid of bogus use of heap_mark4update in reindex operations (cf. | Tom Lane |
| 2002-09-22 | In UpdateStats(), don't bother to update the pg_class row if it already | Tom Lane |
| 2002-09-22 | Remove commas from %type and %token lists, for compatibility with newer | Tom Lane |
| 2002-09-22 | Translation updates, some messages tweaked. | 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 | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane |
| 2002-09-22 | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane |
| 2002-09-22 | Move most of the error checking for foreign-key constraints out of | Tom Lane |
| 2002-09-21 | Add last-ditch defense against attempts to compile datetime code with | Tom Lane |
| 2002-09-21 | Provide an upgrade strategy for dump files containing functions declared | Tom Lane |
| 2002-09-21 | Fix PPC s_lock operations to work correctly on multi-CPU machines. | Tom Lane |
| 2002-09-20 | Performance improvement for MultiRecordFreeSpace on large relations --- | Tom Lane |
| 2002-09-20 | Code review for check-domain-constraints-in-COPY patch. Do correct thing | Tom Lane |
| 2002-09-20 | Change domain patch to COERCE_IMPLICIT_CAST, per Tom. | Bruce Momjian |
| 2002-09-20 | Fix compile error from Rod's patch. | Bruce Momjian |
| 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-20 | This patch fixes two typos in src/backend/storage/ipc/README. | Bruce Momjian |
| 2002-09-20 | Fixed this problem and added regression tests in domain.sql. | Bruce Momjian |
| 2002-09-20 | > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the | 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-16 | Remove retest Makefile entry because it does not compile. | Bruce Momjian |
| 2002-09-16 | Fix for rare race-condition-like failure: if a backend receives SIGUSR2 | Tom Lane |
| 2002-09-15 | Cast functions can be immutable or stable. | Peter Eisentraut |
| 2002-09-14 | Update obsolete comment. | Tom Lane |
| 2002-09-14 | Cosmetic fixes from Neil Conway. | Tom Lane |
| 2002-09-14 | Shrink the pg_hba.conf and pg_ident.conf default files and move most of the | Peter Eisentraut |
| 2002-09-14 | Translation updates | Peter Eisentraut |
| 2002-09-13 | Change Assert(len > 0) to Assert(len >= 0) | Tatsuo Ishii |
| 2002-09-12 | Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures --- | Tom Lane |
| 2002-09-12 | Avoid misleading error message when SET/RESET target variable name | Tom Lane |
| 2002-09-11 | Tweak querytree-dependency-extraction code so that columns of tables | Tom Lane |
| 2002-09-10 | Powerup defaults for LC_foo GUC variables should match what main.c does. | Tom Lane |
| 2002-09-06 | Remove heap_mark4update from AlterTableCreateToastTable. This has | Tom Lane |
| 2002-09-05 | Fix some operator-precedence problems. New constructs IS DISTINCT FRM | Tom Lane |
| 2002-09-05 | Assorted fixes for Cygwin: | Peter Eisentraut |