| Commit message (Expand) | Author | Age |
* | Produce a somewhat-useful error message, namely | Tom Lane | 2002-08-29 |
* | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane | 2002-08-29 |
* | Fix ruleutils to dump column definition lists for anonymous record types | Tom Lane | 2002-08-29 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Initial Spanish translation from Karim Mribti <karim@inlosa.com> | Peter Eisentraut | 2002-08-28 |
* | Remove TIOGA files from CVS current; they remain in repositiry. | Bruce Momjian | 2002-08-28 |
* | This trivial patches fixes the error message returned by CREATE INDEX | Bruce Momjian | 2002-08-28 |
* | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 |
* | The following small patch provides a couple of minor updates (against | Bruce Momjian | 2002-08-28 |
* | Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and as | Bruce Momjian | 2002-08-28 |
* | Bring comments back in sync with code. | Tom Lane | 2002-08-27 |
* | Throw error on pg_atoi(''), regression adjustments. | Bruce Momjian | 2002-08-27 |
* | The attached patch implements the password packet length sanity check | Bruce Momjian | 2002-08-27 |
* | Add most of Neil Conway's cleanups. | Bruce Momjian | 2002-08-27 |
* | Add fsm sizes. | Bruce Momjian | 2002-08-27 |
* | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 |
* | This patch updates the lock listing code to use Joe Conway's new | Bruce Momjian | 2002-08-27 |
* | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian | 2002-08-27 |
* | I attach a little patch to make CLUSTER set and reset the indisclustered | Bruce Momjian | 2002-08-27 |
* | Add to skip list in check_guc | Bruce Momjian | 2002-08-27 |
* | Comment cleanup. | Bruce Momjian | 2002-08-27 |
* | Script cleanups. | Bruce Momjian | 2002-08-27 |
* | Clean up script. | Bruce Momjian | 2002-08-27 |
* | Add check_guc utility to compare guc.c and postgresql.conf.sample. | Bruce Momjian | 2002-08-27 |
* | Fix units in postgresql.conf. | Bruce Momjian | 2002-08-27 |
* | 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 |