| Age | Commit message (Expand) | Author |
| 2002-10-31 | Code review for statement_timeout patch. Fix some race conditions | Tom Lane |
| 2002-10-25 | Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent | Tom Lane |
| 2002-10-25 | Remove #warning directive, which is nonstandard and isn't really | Tom Lane |
| 2002-10-24 | Function-call-style type coercions should be treated as explicit | Tom Lane |
| 2002-10-24 | Add fseeko for NetBSD. | Bruce Momjian |
| 2002-10-23 | Add fseeko/ftello prototypes for BSD/OS only to c.h. | Bruce Momjian |
| 2002-10-22 | Add DLLIMPORT declarations required by contrib with asserts enabled. | Peter Eisentraut |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-10-21 | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian |
| 2002-10-21 | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane |
| 2002-10-21 | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut |
| 2002-10-20 | Rule rewriter was doing the wrong thing with conditional INSTEAD rules | Tom Lane |
| 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 | Make 'dummy' declarations in header files be 'extern int no_such_variable' | Tom Lane |
| 2002-10-14 | Make SPI's execution of querystrings follow the rules agreed to for | Tom Lane |
| 2002-10-14 | Adjust handling of command status strings in the presence of rules, | Tom Lane |
| 2002-10-14 | Add missing entries for bit<->int4 and bit<->int8 conversions. | Tom Lane |
| 2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | 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 | Again improve MemSet comments. | Bruce Momjian |
| 2002-10-08 | Update MemSet comments. | Bruce Momjian |
| 2002-10-03 | The attached patch fixes a number of issues related to compiling the | Bruce Momjian |
| 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-09-26 | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane |
| 2002-09-26 | Fix problems with loss of tuple commit status bits during WAL redo of | Tom Lane |
| 2002-09-24 | Update some obsolete comments and column descriptions. | Tom Lane |
| 2002-09-24 | Remove useless O_DIROPEN stuff. | Peter Eisentraut |
| 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 | 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 | 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-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-17 | Un-break duplicate_oids script. | Tom Lane |
| 2002-09-12 | The small context diff below corrects what seems to be an oversight in | Bruce Momjian |
| 2002-09-12 | Joe Conway wrote: | Bruce Momjian |
| 2002-09-11 | Tweak querytree-dependency-extraction code so that columns of tables | 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 | Guard against send-lots-and-lots-of-data DoS attack from unauthenticated | Tom Lane |
| 2002-09-04 | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut |
| 2002-09-04 | pgindent run. | Bruce Momjian |