| Age | Commit message (Expand) | Author |
| 2002-08-15 | Backed out. It is part of a later patch. | Bruce Momjian |
| 2002-08-15 | I'm giving a try at some TODO items. Currently it's the turn of the | 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-15 | The second enables tab-complete to analyze. It ignores schema stuff (so | 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 | Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4). | Barry Lind |
| 2002-08-14 | I guess I'd vote for changing the code to be | 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 | Put back old code. | Bruce Momjian |
| 2002-08-13 | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian |
| 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 | Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestion | Tom Lane |
| 2002-08-12 | Convert possibly-unsafe sprintf's to snprintf's. | Tom Lane |
| 2002-08-12 | Buffer-overrun paranoia. | Tom Lane |
| 2002-08-12 | Restructure rowtype-parameter handling to eliminate need for possibly- | 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 | Make cluster regress test functional. | Tom Lane |
| 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 | Remove error files. | 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 | psql prints its version number in its startup message, per recent | Tom Lane |
| 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-10 | Make sure all clients have the same understanding of default user name | Peter Eisentraut |
| 2002-08-10 | Get rid of double PQclear(res) in error path. | Tom Lane |
| 2002-08-10 | Add a sanity check to make sure that all system catalogs that have OIDs | Tom Lane |
| 2002-08-10 | psql backslash commands are schema-aware. Pattern matching behavior | Tom Lane |
| 2002-08-09 | Make sure monetary, numeric, and time locale categories are set to C and | Peter Eisentraut |
| 2002-08-09 | Column ordering in \d output should agree with sort ordering; | Tom Lane |
| 2002-08-09 | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane |
| 2002-08-09 | Change LOCK statements to start new transaction | Hiroshi Inoue |
| 2002-08-08 | Make the standard system views schema-aware. | Tom Lane |
| 2002-08-08 | Arrange to collect statistics on a few more system catalog columns. | 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 | Clean up plpgsql identifier handling: process quoted identifiers | Tom Lane |