| Commit message (Expand) | Author | Age | Files | Lines |
* | conversion test fails if there is an existing user named foo. Choose a name | Tom Lane | 2002-09-03 | 2 | -6/+6 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 9 | -38/+12 |
* | Department of second thoughts: make checks for replacing a view slightly | Tom Lane | 2002-09-02 | 1 | -3/+3 |
* | Fix conversion regressin test failure. | Tatsuo Ishii | 2002-09-02 | 1 | -2/+8 |
* | I guess the intention was to test incomplete SELECT statements, not | Bruce Momjian | 2002-09-02 | 2 | -5/+16 |
* | Okay, attached is a patch that moves the alter table regression test | Bruce Momjian | 2002-09-02 | 2 | -4/+4 |
* | Fix ordering regression problem on freebsd/alpha by adding ORDER BY. | Bruce Momjian | 2002-09-02 | 2 | -2/+2 |
* | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 | 4 | -0/+115 |
* | plpgsql functions can return RECORD, per Neil Conway. | Tom Lane | 2002-09-01 | 2 | -0/+88 |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 2 | -6/+4 |
* | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane | 2002-08-31 | 1 | -1/+1 |
* | Fix for breakage of C-coded SRFs, from Joe Conway. | Tom Lane | 2002-08-30 | 2 | -0/+14 |
* | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 2 | -0/+64 |
* | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 | 2 | -2/+119 |
* | update mbregress expected files | Tatsuo Ishii | 2002-08-29 | 8 | -57/+57 |
* | Fix ruleutils to dump column definition lists for anonymous record types | Tom Lane | 2002-08-29 | 1 | -2/+2 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 2 | -0/+56 |
* | The following small patch provides a couple of minor updates (against | Bruce Momjian | 2002-08-28 | 2 | -6/+48 |
* | Throw error on pg_atoi(''), regression adjustments. | Bruce Momjian | 2002-08-27 | 3 | -3/+3 |
* | Make change for pg_locks table. | Bruce Momjian | 2002-08-27 | 1 | -3/+2 |
* | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 | 4 | -2/+155 |
* | I attach a little patch to make CLUSTER set and reset the indisclustered | Bruce Momjian | 2002-08-27 | 2 | -0/+18 |
* | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 2 | -2/+2 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 2 | -2/+2 |
* | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane | 2002-08-23 | 2 | -0/+24 |
* | Transpose info from src/pl/plpgsql/test/README into standard regression test ... | Tom Lane | 2002-08-22 | 2 | -0/+39 |
* | Code review for recent TRUNCATE changes. Tighten relation-kind check, | Tom Lane | 2002-08-22 | 1 | -1/+1 |
* | # Disallow TRUNCATE on tables that are involved in referential | Bruce Momjian | 2002-08-22 | 4 | -2/+58 |
* | Add: | Bruce Momjian | 2002-08-22 | 2 | -0/+256 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 14 | -147/+336 |
* | Update expected files for recent changes of domain tests. | Tom Lane | 2002-08-20 | 2 | -3/+4 |
* | This patch improves the behavior of FOUND in PL/PgSQL. In Oracle, | Bruce Momjian | 2002-08-20 | 2 | -0/+100 |
* | - test for indexes on a domain | Bruce Momjian | 2002-08-20 | 2 | -4/+4 |
* | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane | 2002-08-19 | 3 | -4/+1 |
* | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 | 1 | -1/+1 |
* | Code review for 'at character n' patch --- point at proper end of | Tom Lane | 2002-08-18 | 1 | -1/+1 |
* | More changes to match new error format. | Bruce Momjian | 2002-08-18 | 2 | -3/+3 |
* | Modify regression tests to match new error reporting format from Gavin. | Bruce Momjian | 2002-08-18 | 2 | -28/+28 |
* | [ Newest version of patch applied.] | Bruce Momjian | 2002-08-17 | 1 | -1/+3 |
* | Improve documentation of trigger firing queue handling, cleanup. | Bruce Momjian | 2002-08-17 | 2 | -0/+168 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 | 2 | -0/+25 |
* | As discussed on several occasions previously, the new anonymous | Bruce Momjian | 2002-08-15 | 1 | -2/+5 |
* | Add Cyrillic and other encodings for encoding conversion. | Tatsuo Ishii | 2002-08-14 | 2 | -258/+1058 |
* | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian | 2002-08-13 | 2 | -52/+54 |
* | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane | 2002-08-11 | 2 | -202/+208 |
* | Make cluster regress test functional. | Tom Lane | 2002-08-11 | 4 | -10/+57 |
* | Major improvement in CLUSTER which preserves table characteristics using | Bruce Momjian | 2002-08-10 | 2 | -0/+304 |
* | Add a sanity check to make sure that all system catalogs that have OIDs | Tom Lane | 2002-08-10 | 2 | -1/+29 |
* | Make the standard system views schema-aware. | Tom Lane | 2002-08-08 | 1 | -20/+20 |
* | Add SQL99 CONVERT() function. | Tatsuo Ishii | 2002-08-06 | 2 | -130/+582 |