| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow a time zone to be specified (and silently ignored) in the input | Tom Lane | 2003-01-31 | 6 | -26/+70 |
| * | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 3 | -8/+10 |
| * | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane | 2003-01-27 | 1 | -4/+4 |
| * | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane | 2003-01-25 | 1 | -800/+800 |
| * | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 | 2 | -2/+71 |
| * | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 | 1 | -6/+6 |
| * | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane | 2003-01-16 | 2 | -6/+6 |
| * | Back out ORDER BY addition to Inet, for Tom. | Bruce Momjian | 2003-01-15 | 2 | -4/+4 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 4 | -6/+32 |
| * | Add ORDER BY for inet regression, pointed out by Rod Taylor. | Bruce Momjian | 2003-01-15 | 2 | -14/+14 |
| * | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 | 2 | -0/+49 |
| * | Fix inherited UPDATE for cases where child column numbering doesn't | Tom Lane | 2003-01-05 | 2 | -0/+46 |
| * | Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's | Tom Lane | 2003-01-04 | 1 | -5/+5 |
| * | Enforces NOT NULL constraints to be applied against new PRIMARY KEY | Tom Lane | 2003-01-02 | 4 | -7/+33 |
| * | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane | 2002-12-30 | 1 | -1/+1 |
| * | Initial version of the SQL information schema | Peter Eisentraut | 2002-12-14 | 6 | -8/+10 |
| * | Admit defeat on the prospect of keeping straight exactly which platforms | Tom Lane | 2002-12-13 | 2 | -10/+0 |
| * | Add a basic regression test for IS DISTINCT FROM, which has spent way too | Tom Lane | 2002-12-13 | 2 | -0/+93 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -2/+2 |
| * | Reverse out unintended resultmap change. | Tom Lane | 2002-12-10 | 1 | -2/+2 |
| * | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian | 2002-12-06 | 2 | -0/+64 |
| * | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 3 | -6/+145 |
| * | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 | 3 | -145/+6 |
| * | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 | 3 | -6/+145 |
| * | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 | 1 | -1/+1 |
| * | Fix regression test breakage from triggers patch. | Tom Lane | 2002-11-23 | 1 | -1/+3 |
| * | Update regression for new patches. Bump up catversion. | Bruce Momjian | 2002-11-23 | 2 | -2/+2 |
| * | Transaction safe Truncate | Bruce Momjian | 2002-11-23 | 2 | -0/+22 |
| * | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 2 | -2/+106 |
| * | Wups, stuck ORDER BY on wrong query while trying to eliminate random | Tom Lane | 2002-11-21 | 2 | -4/+4 |
| * | NetBSD versions 1.6 and (we hope) later can use the standard geometry | Tom Lane | 2002-11-21 | 1 | -1/+2 |
| * | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane | 2002-11-21 | 15 | -58/+89 |
| * | Update regression for ALL missing from CLUSTER. | Bruce Momjian | 2002-11-19 | 2 | -2/+2 |
| * | Fix CLUSTER regression failure caused by new patch, from Neil Conway | Bruce Momjian | 2002-11-16 | 1 | -0/+15 |
| * | New version attached. The following is implemented: | Bruce Momjian | 2002-11-15 | 2 | -0/+120 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 2 | -19/+34 |
| * | Use cat instead of echo or awk, to avoid portability problems with backslashes. | Tom Lane | 2002-11-13 | 1 | -5/+11 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -3/+2 |
| * | Update AIX resultmap for horology tests, per Andreas. | Tom Lane | 2002-11-12 | 1 | -2/+6 |
| * | Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed | Tom Lane | 2002-11-12 | 1 | -1/+3 |
| * | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 | 2 | -14/+97 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -2/+3 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -3/+2 |
| * | This patch makes a minor cleanup to the implementation of PERFORM in | Bruce Momjian | 2002-11-10 | 2 | -0/+96 |
| * | Revise geometry regression testing to eliminate most cross-platform | Tom Lane | 2002-11-08 | 19 | -7128/+199 |
| * | Remove encoding lookups from grammar stage, push them back to places | Tom Lane | 2002-11-02 | 1 | -228/+228 |
| * | Reduce messages associated with shell-type function arguments/results | Tom Lane | 2002-11-01 | 2 | -8/+8 |
| * | Update to match expected results on OS X 10.2. | Tom Lane | 2002-11-01 | 1 | -1/+1 |
| * | Correct ordering of geometry/freebsd entries, add one for freebsd5. | Tom Lane | 2002-11-01 | 1 | -1/+2 |
| * | Update for test changes. | Tom Lane | 2002-11-01 | 2 | -2/+68 |