| Commit message (Expand) | Author | Age |
* | Add units to postgresql.conf file. | Bruce Momjian | 2002-08-26 |
* | Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observation | Tom Lane | 2002-08-26 |
* | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 |
* | Add Bob Devine's name to the optimizer README. | Bruce Momjian | 2002-08-25 |
* | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane | 2002-08-23 |
* | Code review for recent TRUNCATE changes. Tighten relation-kind check, | Tom Lane | 2002-08-22 |
* | Commit updated repeat() patch, from Neil Conway | Bruce Momjian | 2002-08-22 |
* | This patch should fix the problem. Doesn't include my previous patch | Bruce Momjian | 2002-08-22 |
* | repeat() fix: | Bruce Momjian | 2002-08-22 |
* | # Disallow TRUNCATE on tables that are involved in referential | Bruce Momjian | 2002-08-22 |
* | As suggested by Tom, this patch restricts the right-hand argument of | Bruce Momjian | 2002-08-22 |
* | Add: | Bruce Momjian | 2002-08-22 |
* | Remove erroneous character from Makefile due to editor error. | Bruce Momjian | 2002-08-22 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Changes made so new conversion Makefiles will build out of the source tree. | Bruce Momjian | 2002-08-21 |
* | Move PO files into subdirectories separate from the source code. | Peter Eisentraut | 2002-08-21 |
* | Increase buffer size in cash_words(). Pure paranoia; I don't think the | Tom Lane | 2002-08-20 |
* | Allow pg_statistics to be reset by calling pg_stat_reset(). | Bruce Momjian | 2002-08-20 |
* | Add current_database(). | Bruce Momjian | 2002-08-20 |
* | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane | 2002-08-19 |
* | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 |
* | Fix bug in pg_convert() per report from MaC.Yui. | Tatsuo Ishii | 2002-08-19 |
* | Clean up leftover bugs from recent COPY feature patch --- missed | Tom Lane | 2002-08-19 |
* | Add missing copyfuncs/equalfuncs entries, including T_Null which has | Tom Lane | 2002-08-19 |
* | Remove optimization whereby parser would make only one sort-list entry | Tom Lane | 2002-08-18 |
* | Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on both | Peter Eisentraut | 2002-08-18 |
* | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 |
* | Code review for 'at character n' patch --- point at proper end of | Tom Lane | 2002-08-18 |
* | Add db-local user names, per discussion on hackers. | Bruce Momjian | 2002-08-18 |
* | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian | 2002-08-17 |
* | Add lock file. | Bruce Momjian | 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-17 |
* | 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-16 |
* | 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-15 |
* | 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-14 |
* | 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-13 |
* | Convert possibly-unsafe sprintf's to snprintf's. | Tom Lane | 2002-08-12 |