| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix rewrite code so that rules are in fact executed in order by name, | Tom Lane | 2002-10-19 | 2 | -18/+24 |
| * | This patch adds some missing functions for float8 math operations, | Bruce Momjian | 2002-10-19 | 2 | -2/+44 |
| * | Make regression tests safe for autocommit = 'off'. | Bruce Momjian | 2002-10-19 | 11 | -5/+34 |
| * | Restore NOTICEs that were mistakenly removed from triggers regression | Tom Lane | 2002-10-03 | 2 | -2/+8 |
| * | Alter scale selection for NUMERIC division and transcendental functions | Tom Lane | 2002-10-02 | 1 | -9/+9 |
| * | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 | 1 | -4/+2 |
| * | Change default privileges for languages and functions to be PUBLIC USAGE | Tom Lane | 2002-09-24 | 2 | -0/+2 |
| * | Tweak conversion names to follow the established naming scheme, and | Peter Eisentraut | 2002-09-24 | 2 | -68/+68 |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 4 | -2/+197 |
| * | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane | 2002-09-22 | 2 | -10/+23 |
| * | Move most of the error checking for foreign-key constraints out of | Tom Lane | 2002-09-22 | 3 | -5/+4 |
| * | Update regression expected results for to_char() change. | Tom Lane | 2002-09-20 | 3 | -26/+26 |
| * | Fixed this problem and added regression tests in domain.sql. | Bruce Momjian | 2002-09-20 | 2 | -4/+46 |
| * | Department of second thoughts: suppressing implicit casts everywhere in | Tom Lane | 2002-09-19 | 1 | -1/+1 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 13 | -88/+117 |
| * | Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway. | Bruce Momjian | 2002-09-17 | 1 | -47/+0 |
| * | > Sean Chittenden <sean@chittenden.org> writes: | Bruce Momjian | 2002-09-12 | 1 | -0/+47 |
| * | Joe Conway wrote: | Bruce Momjian | 2002-09-12 | 2 | -12/+12 |
| * | Changes to documentation and the regression tests for the default | Bruce Momjian | 2002-09-07 | 2 | -2/+2 |
| * | Improve opr_sanity regression test to check oprltcmpop and opgtcmpop | Tom Lane | 2002-09-05 | 2 | -55/+79 |
| * | Update oidjoins regression test for 7.3 catalogs. | Tom Lane | 2002-09-05 | 2 | -416/+596 |
| * | Assorted fixes for Cygwin: | Peter Eisentraut | 2002-09-05 | 1 | -2/+2 |
| * | Remove sh -x option that snuck in somehow. | Peter Eisentraut | 2002-09-04 | 1 | -2/+2 |
| * | 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 |