| Age | Commit message (Expand) | Author |
| 2002-08-17 | In that case, attached is a patch which locates the beginning of the | Bruce Momjian |
| 2002-08-17 | [ Newest version of patch applied.] | Bruce Momjian |
| 2002-08-17 | Improve documentation of trigger firing queue handling, cleanup. | Bruce Momjian |
| 2002-08-16 | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane |
| 2002-08-16 | Make domain types indexable. Rod Taylor & Tom Lane. | Tom Lane |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-15 | Backed out. It is part of a later patch. | Bruce Momjian |
| 2002-08-15 | Appears there is a problem finding the opclass when indexing a domain. | Bruce Momjian |
| 2002-08-15 | As discussed on several occasions previously, the new anonymous | Bruce Momjian |
| 2002-08-14 | Really truly enable encrypted passwords by default. | Tom Lane |
| 2002-08-14 | Enable encrypted passwords by default. | Bruce Momjian |
| 2002-08-14 | Fix memory leak in SetClientEncoding(). | Tatsuo Ishii |
| 2002-08-14 | Add Cyrillic and other encodings for encoding conversion. | Tatsuo Ishii |
| 2002-08-13 | Fix tuple-chain-moving tests to handle marked-for-update tuples correctly | Tom Lane |
| 2002-08-13 | Make sure that t_ctid is reset to equal t_self in heap_delete and | Tom Lane |
| 2002-08-13 | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut |
| 2002-08-12 | Convert possibly-unsafe sprintf's to snprintf's. | Tom Lane |
| 2002-08-12 | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane |
| 2002-08-11 | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane |
| 2002-08-11 | Create/drop cast now requires ownership of at least one of the types. | Peter Eisentraut |
| 2002-08-11 | Neil's patch was supposed to remove this, too. | Tom Lane |
| 2002-08-11 | Now that we allow ANALYZE to run inside a transaction block, the locks | Tom Lane |
| 2002-08-10 | Update with newer version of CLUSTER patch posted August 8. | Bruce Momjian |
| 2002-08-10 | > create view pg_locks as select l.relation, l.database, l.backendpid, | Bruce Momjian |
| 2002-08-10 | Major improvement in CLUSTER which preserves table characteristics using | Bruce Momjian |
| 2002-08-10 | This patch removes a lot of unused code related to assertions and | Bruce Momjian |
| 2002-08-10 | Allow schema-qualified operator names to be used in the optional | Tom Lane |
| 2002-08-10 | Fix failure to relink postmaster executable in the first make run if only a | Peter Eisentraut |
| 2002-08-09 | Make sure monetary, numeric, and time locale categories are set to C and | Peter Eisentraut |
| 2002-08-09 | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane |
| 2002-08-08 | Cause view/rule display to work as expected after rename of an underlying | Tom Lane |
| 2002-08-08 | Address build problems on cygwin and (hopefully) AIX. | Tatsuo Ishii |
| 2002-08-08 | Load and keep conversion function info when SET CLIENT_ENCODING TO is | Tatsuo Ishii |
| 2002-08-08 | Remove #ifdef MULTIBYTE | Tatsuo Ishii |
| 2002-08-08 | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane |
| 2002-08-08 | parseTypeString wasn't quite paranoid enough. | Tom Lane |
| 2002-08-07 | Fix permission checking for temp-table namespace. | Tom Lane |
| 2002-08-07 | Improve 'failed to initialize' messages. | Tom Lane |
| 2002-08-06 | Still more paranoia in PageAddItem: disallow specification of an item | Tom Lane |
| 2002-08-06 | Add SQL99 CONVERT() function. | Tatsuo Ishii |
| 2002-08-06 | >> Hm. I'd sort of expect the "z" to become both the table and column | Bruce Momjian |
| 2002-08-06 | The attached patch disallows the use of coldeflists for functions that | Bruce Momjian |
| 2002-08-06 | This patch changes the behavior of PostgreSQL so that if any queries are | Bruce Momjian |
| 2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
| 2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
| 2002-08-05 | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane |
| 2002-08-05 | Fix compilation problem with assert checking enabled for recent xlog | Thomas G. Lockhart |
| 2002-08-05 | Code review for anonymous-functions patch --- clean up some confusion | Tom Lane |
| 2002-08-04 | Temporary solution for XLogDir breakage. | Tom Lane |
| 2002-08-04 | Fix merge failures for anonymous-type patch. From Joe Conway. | Tom Lane |