| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 | 2 | -0/+51 |
| * | /usr/local/bin/perl => /usr/bin/perl | Peter Eisentraut | 2001-09-04 | 1 | -1/+1 |
| * | Add some minimal exercising of functional-index feature to regression | Tom Lane | 2001-08-27 | 4 | -2/+31 |
| * | Here is a patch to the resultmap to make the regression tests work on | Bruce Momjian | 2001-08-26 | 1 | -5/+5 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 4 | -194/+126 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 2 | -5/+7 |
| * | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 | 3 | -4/+4 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 7 | -327/+283 |
| * | Fix collateral damage from error message cleanup. | Tom Lane | 2001-08-10 | 3 | -9/+9 |
| * | This should be the right expected file. | Peter Eisentraut | 2001-08-09 | 1 | -2/+2 |
| * | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut | 2001-08-09 | 4 | -30/+30 |
| * | Doesn't seem to be much point in keeping this README up to date anymore, | Tom Lane | 2001-08-06 | 1 | -270/+0 |
| * | Use a fixed error message for ERANGE to avoid duplicate test result files. | Peter Eisentraut | 2001-08-06 | 9 | -2082/+3 |
| * | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 7 | -44/+104 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 3 | -14/+14 |
| * | Add ORDER BY to a couple of test queries whose output ordering is not | Tom Lane | 2001-07-15 | 2 | -4/+4 |
| * | Fix rule rewriter so that new ordering of ON INSERT actions applies | Tom Lane | 2001-07-09 | 2 | -3/+3 |
| * | Update abstime expected results to match post-30-June-2001 reality. | Tom Lane | 2001-07-02 | 2 | -4/+2 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -24/+41 |
| * | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian | 2001-06-18 | 6 | -2/+12 |
| * | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane | 2001-06-17 | 2 | -12/+81 |
| * | Revoke public read access from pg_statistic, create new system view | Tom Lane | 2001-06-14 | 1 | -3/+4 |
| * | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 | 2 | -0/+368 |
| * | Attached is a patch adding following functions: | Bruce Momjian | 2001-06-13 | 2 | -0/+23 |
| * | Back out has_table_privilege patch. | Bruce Momjian | 2001-06-12 | 2 | -3/+1 |
| * | OK -- here's take #5. | Bruce Momjian | 2001-06-12 | 2 | -1/+3 |
| * | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 2 | -4/+6 |
| * | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 | 2 | -7/+13 |
| * | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian | 2001-06-04 | 4 | -0/+19 |
| * | New improved version of bpcharin() may have got the truncation case | Tom Lane | 2001-06-01 | 2 | -3/+11 |
| * | These patches should fix check constraints not inheriting | Bruce Momjian | 2001-05-30 | 2 | -0/+148 |
| * | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 5 | -2/+360 |
| * | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut | 2001-05-22 | 2 | -116/+97 |
| * | Make char(n) and varchar(n) types raise an error if the inserted string is | Peter Eisentraut | 2001-05-21 | 12 | -75/+87 |
| * | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 | 2 | -20/+16 |
| * | Add regression test to catch future breakage of avg(interval). This | Tom Lane | 2001-05-18 | 2 | -0/+15 |
| * | Fix regression for new oids. | Bruce Momjian | 2001-05-15 | 1 | -2/+2 |
| * | Update regression for new oids, some now two smaller. | Bruce Momjian | 2001-05-14 | 1 | -2/+2 |
| * | Suppress failures in parallel regress tests due to use of same table | Tom Lane | 2001-05-11 | 2 | -24/+35 |
| * | BSD/OS has new precision, and negative zeros now. | Bruce Momjian | 2001-05-10 | 2 | -2/+533 |
| * | This patch should catch cases where the types | Bruce Momjian | 2001-05-09 | 4 | -0/+499 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 3 | -10/+34 |
| * | apply a little patch: | Bruce Momjian | 2001-05-03 | 1 | -1/+1 |
| * | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 | 3 | -7/+20 |
| * | Alter the previous test for "time with time zone" implicit time zone | Thomas G. Lockhart | 2001-04-06 | 4 | -2/+52 |
| * | Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to | Tom Lane | 2001-04-04 | 1 | -1/+3 |
| * | Remove daylight-savings-time-dependent tests of 'time with time zone' | Tom Lane | 2001-04-04 | 4 | -39/+18 |
| * | Re-allow specification of a new default value for an inherited column | Tom Lane | 2001-03-30 | 2 | -0/+7 |
| * | OpenBSD resultmap change: | Bruce Momjian | 2001-03-26 | 1 | -2/+3 |
| * | Make less misleading message for failed + ignored tests. | Peter Eisentraut | 2001-03-24 | 1 | -2/+2 |