Commit Graph

125 Commits (ecba5d308ca92d3a4fd0725c200452007217991b)

Author SHA1 Message Date
Jan Wieck b8ef7e7f82 Completed FOREIGN KEY syntax. 26 years ago
Tom Lane f68e11f373 Implement subselects in target lists. Also, relax requirement that 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Tom Lane d40dbb7387 Eliminate local inefficiencies in updateTargetListEntry, make_var, and 26 years ago
Tom Lane 3eb1c82277 Fix planner and rewriter to follow SQL semantics for tables that are 26 years ago
Tom Lane eabc714a91 Reimplement parsing and storage of default expressions and constraint 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Tom Lane db436adf76 Major revision of sort-node handling: push knowledge of query 26 years ago
Thomas G. Lockhart 3cfd56fcf6 Repair the check for redundant UNIQUE and PRIMARY KEY indices. 26 years ago
Tom Lane 7f76eab140 Rewrite parser's handling of INSERT ... SELECT so that processing 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian ad4948862c Remove S*I comments from Stephan. 27 years ago
Tom Lane ca234c3f38 Instead of failing when the constructed name for a sequence, 27 years ago
Bruce Momjian 4eadfe8754 Make 0x007f -> (unsigned)0x7f to make pgindent happy. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 505b5185fc Detect case of invalid use of GROUP BY when there are no 27 years ago
Bruce Momjian 585c967720 Change resjunk to a boolean. 27 years ago
Tom Lane fe0b8612d9 Prior patch added 2 more characters to string allocated 27 years ago
Thomas G. Lockhart 9bbc1657a1 Add double quotes around the sequence name generated to support the 27 years ago
Tom Lane 507a0a2ab0 Rip out QueryTreeList structure, root and branch. Querytree 27 years ago
Thomas G. Lockhart 3ce054b57d Fix problem with multiple indices defined if using column- and table- 27 years ago
Thomas G. Lockhart 449020f782 Put in explicit checks for implicit index name lengths. 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Jan Wieck be948af2e8 Added LIMIT/OFFSET functionality including new regression test for it. 27 years ago
Bruce Momjian 4390b0bfbe Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 27 years ago
Marc G. Fournier 2ae5d51668 From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Vadim B. Mikheev 247b3f9054 SELECT FOR UPDATE is implemented... 27 years ago
Bruce Momjian c91dbcc5c7 The following patch finishes primary key support. Previously, when 27 years ago
Vadim B. Mikheev 12be3e08f1 FOR UPDATE is in parser & rules. 27 years ago
Bruce Momjian bd8ffc6f3f Hi! 27 years ago
Marc G. Fournier df1468e251 Many more cleanups... 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Bruce Momjian 53b8ea58d3 Fix for serial creation. 27 years ago
Thomas G. Lockhart ee88006cf2 Clean up code in analyze.c for SERIAL data type. 27 years ago
Thomas G. Lockhart 7c30ac961f Support specifying PRIMARY KEY for the SERIAL type. 27 years ago
Thomas G. Lockhart b806b3d3f8 Allow insert statements to have every column 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 093beb3560 Make attalign match type alignment. 27 years ago
Thomas G. Lockhart 651e31bb80 Fix up crashing symptoms for new serial type by making sure constraint 27 years ago
Thomas G. Lockhart 7ff198cd46 Support SERIAL column type. Expand column marked is_sequence into three 27 years ago
Marc G. Fournier 338c54cbc1 From: Jan Wieck <jwieck@debis.com> 27 years ago
Bruce Momjian 1d00134be4 makeTargetEntry cleanup. 28 years ago
Bruce Momjian 3dd2eabc53 Cleanup makeTargetEntry and remove internal.c. 28 years ago
Bruce Momjian 460b20a43f 1) Queries using the having clause on base tables should work well 28 years ago
Thomas G. Lockhart 6222292582 Fix up a couple of comments broken by the automatic indenting process. 28 years ago