| Commit message (Expand) | Author | Age |
* | ExecReScan for MergeJoin. | Vadim B. Mikheev | 1998-02-27 |
* | Check SELECT permissions in subqueries. | Vadim B. Mikheev | 1998-02-27 |
* | execScan.c: in the end of scan projInfo->pi_slot must be | Vadim B. Mikheev | 1998-02-26 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | ExecReScan for Unique & Sort nodes. | Vadim B. Mikheev | 1998-02-23 |
* | First step done, | Marc G. Fournier | 1998-02-21 |
* | Fix for InitPlan-s: have to copy subselect' result tuple. | Vadim B. Mikheev | 1998-02-19 |
* | New nodeGroup.c code uses own copy of first tuple in a group. | Vadim B. Mikheev | 1998-02-18 |
* | Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1) | Thomas G. Lockhart | 1998-02-18 |
* | Support for subselects. | Vadim B. Mikheev | 1998-02-13 |
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 |
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
* | atttypmod now -1. | Bruce Momjian | 1998-02-07 |
* | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 |
* | Reversed out group by patch. | Bruce Momjian | 1998-01-27 |
* | From: Darren King <darrenk@insightdist.com> | Marc G. Fournier | 1998-01-26 |
* | getpid/pid cleanup | Bruce Momjian | 1998-01-25 |
* | Parser cleanup. | Bruce Momjian | 1998-01-20 |
* | Fix for SELECT INTO TABLE for varchar(). | Bruce Momjian | 1998-01-19 |
* | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 |
* | Temporary varchar patch. | Bruce Momjian | 1998-01-16 |
* | Fix for aggreg problem and fmgr.c compile problems. | Bruce Momjian | 1998-01-15 |
* | Fix: | Marc G. Fournier | 1998-01-15 |
* | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 |
* | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 |
* | Cleanup of prototypes. FIx for PQtrace start/stop several times. | Bruce Momjian | 1998-01-14 |
* | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier | 1998-01-13 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian | 1998-01-04 |
* | Change some mallocs to palloc. | Bruce Momjian | 1997-12-29 |
* | UNION work for UNION ALL and other union stuff. | Bruce Momjian | 1997-12-27 |
* | Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2). | Bruce Momjian | 1997-12-22 |
* | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 |
* | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 |
* | First pass through, of many to come, towards making the whole source | Marc G. Fournier | 1997-12-17 |
* | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | 1997-12-11 |
* | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian | 1997-11-28 |
* | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr... | Bruce Momjian | 1997-11-28 |
* | Cleaups of comments. | Bruce Momjian | 1997-11-27 |
* | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 |
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 |
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 |
* | Remove unused files. | Bruce Momjian | 1997-11-21 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | Call ExecEvalExpr with &isDone (not with NULL). | Vadim B. Mikheev | 1997-11-19 |
* | Define prototype for ExecutorLimit() to avoid compiler complaints. | Thomas G. Lockhart | 1997-11-17 |