| Commit message (Expand) | Author | Age | Files | Lines |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 19 | -507/+504 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 17 | -118/+118 |
| * | This is the final state of the rule system for 6.4 after the | Bruce Momjian | 1998-08-24 | 2 | -3/+3 |
| * | fix for index problem. | Bruce Momjian | 1998-08-20 | 1 | -2/+2 |
| * | Fix for vacuum updating problem. | Bruce Momjian | 1998-08-19 | 1 | -3/+10 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 7 | -66/+45 |
| * | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 | 2 | -5/+8 |
| * | OR processing cleanup. | Bruce Momjian | 1998-08-04 | 1 | -23/+26 |
| * | Update mark/reset index code for multiple indexes, (OR code). | Bruce Momjian | 1998-08-03 | 1 | -37/+33 |
| * | Cleanup of OR fix. | Bruce Momjian | 1998-08-01 | 1 | -2/+4 |
| * | Allow index use with OR clauses. | Bruce Momjian | 1998-08-01 | 2 | -110/+119 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 7 | -26/+38 |
| * | makeTargetEntry cleanup. | Bruce Momjian | 1998-07-20 | 1 | -2/+2 |
| * | Cleanup makeTargetEntry and remove internal.c. | Bruce Momjian | 1998-07-20 | 1 | -7/+5 |
| * | Cleanup Name usage. | Bruce Momjian | 1998-07-20 | 2 | -16/+4 |
| * | Remove un-needed psort close. | Bruce Momjian | 1998-07-19 | 1 | -20/+1 |
| * | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 | 2 | -14/+17 |
| * | Conditionally execute Junk filter only when ORDER BY of columns | Bruce Momjian | 1998-07-19 | 1 | -10/+30 |
| * | Fix for Group ReScan suggested by Vadim. | Bruce Momjian | 1998-07-16 | 1 | -1/+5 |
| * | Patch for ReScan of Group. | Bruce Momjian | 1998-07-16 | 2 | -2/+17 |
| * | Allow UNION/UNION ALL in subselects. | Bruce Momjian | 1998-07-15 | 2 | -3/+30 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 2 | -80/+76 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 17 | -114/+16 |
| * | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 | 1 | -6/+6 |
| * | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 | 1 | -15/+15 |
| * | Fix for drop database and junk filters. | Bruce Momjian | 1998-05-26 | 1 | -2/+3 |
| * | From: David Hartwig <daveh@insightdist.com> | Marc G. Fournier | 1998-05-21 | 1 | -4/+6 |
| * | Allow cancel from client of backend query. Change some int variables | Bruce Momjian | 1998-05-19 | 1 | -1/+7 |
| * | This patch... | Bruce Momjian | 1998-04-27 | 2 | -30/+25 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 1 | -3/+3 |
| * | Inline some small functions called for every row. | Bruce Momjian | 1998-04-24 | 2 | -53/+5 |
| * | Cleanup up code. | Bruce Momjian | 1998-04-13 | 1 | -2/+0 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 1 | -3/+3 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 | 1 | -3/+3 |
| * | There's a patch attached to fix gcc 2.8.x warnings, except for the | Bruce Momjian | 1998-03-30 | 2 | -57/+39 |
| * | I started adding the Having Clause and it works quite fine for | Bruce Momjian | 1998-03-30 | 2 | -3/+23 |
| * | ExecReScan for MergeJoin. | Vadim B. Mikheev | 1998-02-27 | 2 | -88/+75 |
| * | Check SELECT permissions in subqueries. | Vadim B. Mikheev | 1998-02-27 | 2 | -12/+15 |
| * | execScan.c: in the end of scan projInfo->pi_slot must be | Vadim B. Mikheev | 1998-02-26 | 2 | -28/+41 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 21 | -486/+516 |
| * | ExecReScan for Unique & Sort nodes. | Vadim B. Mikheev | 1998-02-23 | 3 | -5/+53 |
| * | First step done, | Marc G. Fournier | 1998-02-21 | 1 | -1/+12 |
| * | Fix for InitPlan-s: have to copy subselect' result tuple. | Vadim B. Mikheev | 1998-02-19 | 1 | -0/+12 |
| * | New nodeGroup.c code uses own copy of first tuple in a group. | Vadim B. Mikheev | 1998-02-18 | 2 | -88/+66 |
| * | Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1) | Thomas G. Lockhart | 1998-02-18 | 1 | -2/+3 |
| * | Support for subselects. | Vadim B. Mikheev | 1998-02-13 | 15 | -153/+677 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -4/+4 |
| * | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 | 3 | -7/+7 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 6 | -58/+24 |