| Commit message (Expand) | Author | Age |
* | Put in explicit checks for implicit index name lengths. | Thomas G. Lockhart | 1999-02-23 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | 1999-02-08 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-01-27 |
* | SELECT FOR UPDATE is implemented... | Vadim B. Mikheev | 1999-01-25 |
* | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 |
* | FOR UPDATE is in parser & rules. | Vadim B. Mikheev | 1999-01-21 |
* | Hi! | Bruce Momjian | 1999-01-18 |
* | Many more cleanups... | Marc G. Fournier | 1998-12-14 |
* | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 |
* | Fix for serial creation. | Bruce Momjian | 1998-10-28 |
* | Clean up code in analyze.c for SERIAL data type. | Thomas G. Lockhart | 1998-09-25 |
* | Support specifying PRIMARY KEY for the SERIAL type. | Thomas G. Lockhart | 1998-09-16 |
* | Allow insert statements to have every column | Thomas G. Lockhart | 1998-09-03 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Make attalign match type alignment. | Bruce Momjian | 1998-08-26 |
* | Fix up crashing symptoms for new serial type by making sure constraint | Thomas G. Lockhart | 1998-08-26 |
* | Support SERIAL column type. Expand column marked is_sequence into three | Thomas G. Lockhart | 1998-08-25 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-08-18 |
* | makeTargetEntry cleanup. | Bruce Momjian | 1998-07-20 |
* | Cleanup makeTargetEntry and remove internal.c. | Bruce Momjian | 1998-07-20 |
* | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 |
* | Fix up a couple of comments broken by the automatic indenting process. | Thomas G. Lockhart | 1998-05-29 |
* | Add capabilities for automatic type conversion. | Thomas G. Lockhart | 1998-05-09 |
* | Small HAVING cleanup. | Bruce Momjian | 1998-03-31 |
* | There's a patch attached to fix gcc 2.8.x warnings, except for the | Bruce Momjian | 1998-03-30 |
* | I started adding the Having Clause and it works quite fine for | Bruce Momjian | 1998-03-30 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
* | FIx hasSubLinks for Vadim. | Bruce Momjian | 1998-02-06 |
* | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 |
* | Parser cleanup. | Bruce Momjian | 1998-01-20 |
* | Create SubLink nodes in parser for Vadim. | Bruce Momjian | 1998-01-19 |
* | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 |
* | Add UNION, GROUP, DISTINCT to INSERT. | Bruce Momjian | 1998-01-11 |
* | Bye CursorStmt, now use SelectStmt. | Bruce Momjian | 1998-01-10 |
* | Remove old quel labels. | Bruce Momjian | 1998-01-09 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Change some mallocs to palloc. | Bruce Momjian | 1997-12-29 |
* | Fix for ORDER BY in UNION. | Bruce Momjian | 1997-12-29 |
* | Cleanup of UNION ALL fix. Manual page updates. | Bruce Momjian | 1997-12-29 |
* | UNION work for UNION ALL and other union stuff. | Bruce Momjian | 1997-12-27 |
* | Implementation of UNIONs. | Bruce Momjian | 1997-12-24 |
* | Change variable name reference from selectClause to more appropriate unionCla... | Thomas G. Lockhart | 1997-12-23 |
* | Improve (well, ok, fix) generated constraint name for column CHECK clause. | Thomas G. Lockhart | 1997-12-16 |
* | Add information message about implicitly created indices. | Thomas G. Lockhart | 1997-12-09 |
* | Add SQL92-compliant syntax for constraints. | Thomas G. Lockhart | 1997-12-04 |