| Commit message (Expand) | Author | Age | Files | Lines |
| * | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev | 1999-01-29 | 1 | -39/+4 |
| * | Agg/Aggreg cleanup and datetime.sql patch. | Bruce Momjian | 1999-01-25 | 1 | -2/+2 |
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 1 | -7/+7 |
| * | It seems that SPI_prepare() doesn't work well in some cases. | Bruce Momjian | 1999-01-21 | 1 | -2/+2 |
| * | Copy RowMark node (it's for (-:)) FOR UPDATE). | Vadim B. Mikheev | 1999-01-21 | 1 | -1/+17 |
| * | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 | 1 | -1/+48 |
| * | Fix using indices in OR. | Vadim B. Mikheev | 1998-11-22 | 1 | -1/+2 |
| * | Add LIMIT syntax for Jan. | Bruce Momjian | 1998-10-22 | 1 | -1/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -7/+7 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -15/+15 |
| * | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian | 1998-08-04 | 1 | -4/+4 |
| * | Allow index use with OR clauses. | Bruce Momjian | 1998-08-01 | 1 | -6/+6 |
| * | Rename Rel to RelOptInfo. | Bruce Momjian | 1998-07-18 | 1 | -5/+5 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 1 | -6/+6 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -9/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -33/+34 |
| * | Partial fix for select distinct in subselect. | Bruce Momjian | 1998-02-23 | 1 | -2/+5 |
| * | First step done, | Marc G. Fournier | 1998-02-21 | 1 | -1/+2 |
| * | Support for subselects. | Vadim B. Mikheev | 1998-02-13 | 1 | -1/+31 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 1 | -2/+3 |
| * | Small varlena cleanup. | Bruce Momjian | 1998-01-21 | 1 | -2/+2 |
| * | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 | 1 | -1/+2 |
| * | Parser cleanup. | Bruce Momjian | 1998-01-20 | 1 | -2/+2 |
| * | Fix problem with nodes handling. | Bruce Momjian | 1998-01-19 | 1 | -2/+2 |
| * | Creates the SubLink structure, and the Query->hasSubLink field, | Bruce Momjian | 1998-01-17 | 1 | -1/+27 |
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 1 | -2/+2 |
| * | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 | 1 | -16/+3 |
| * | Clean up of copyfuncs. | Bruce Momjian | 1998-01-11 | 1 | -80/+39 |
| * | Yohoo UNIONS of VIEWS. | Bruce Momjian | 1998-01-09 | 1 | -12/+14 |
| * | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian | 1998-01-04 | 1 | -1/+2 |
| * | Implementation of UNIONs. | Bruce Momjian | 1997-12-24 | 1 | -2/+13 |
| * | Reverse out Thomas's group clause change. | Bruce Momjian | 1997-12-23 | 1 | -19/+1 |
| * | Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de... | Bruce Momjian | 1997-12-23 | 1 | -1/+19 |
| * | Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now. | Thomas G. Lockhart | 1997-12-23 | 1 | -2/+20 |
| * | copy query cleanup. | Bruce Momjian | 1997-12-18 | 1 | -2/+2 |
| * | Fix copy for no aggregates. | Bruce Momjian | 1997-12-18 | 1 | -6/+11 |
| * | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 | 1 | -22/+1 |
| * | Cleanup of agg copy. | Bruce Momjian | 1997-12-18 | 1 | -2/+6 |
| * | Cleanup of agg copy. | Bruce Momjian | 1997-12-18 | 1 | -2/+3 |
| * | Fix Query handling for inheritance, and cost computations. | Bruce Momjian | 1997-12-18 | 1 | -3/+8 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -2/+1 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -3/+1 |
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 1 | -16/+3 |
| * | + _copyGroup(Group *from) | Vadim B. Mikheev | 1997-09-19 | 1 | -1/+26 |
| * | Cleanup from patch applied. | Bruce Momjian | 1997-09-13 | 1 | -2/+2 |
| * | Fix for select null, "fail" from pg_am from Patrick van Kleef | Bruce Momjian | 1997-09-12 | 1 | -2/+2 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -54/+54 |
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 1 | -7/+7 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -310/+310 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -1288/+1346 |