Commit Graph

106 Commits (57455fc565ca72f7423eca35b8141d1e3ddb65e8)

Author SHA1 Message Date
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
Thomas G. Lockhart 3ace5fd082 Add capabilities for automatic type conversion. 28 years ago
Bruce Momjian 8dc48ba877 Small HAVING cleanup. 28 years ago
Bruce Momjian 9a0dd4fb18 There's a patch attached to fix gcc 2.8.x warnings, except for the 28 years ago
Bruce Momjian c579ce0fb0 I started adding the Having Clause and it works quite fine for 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 2c482cdbf2 Pass attypmod through to executor by adding to Var and Resdom. 28 years ago
Bruce Momjian b20fd6c42d FIx hasSubLinks for Vadim. 28 years ago
Bruce Momjian 7f31669bea Add Var.varlevelup to code. More parser cleanup. 28 years ago
Bruce Momjian 412a5e6539 Parser cleanup. 28 years ago
Bruce Momjian 588867bd7b Create SubLink nodes in parser for Vadim. 28 years ago
Bruce Momjian 763ff8aef8 Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. 28 years ago
Bruce Momjian 600c958a30 Add UNION, GROUP, DISTINCT to INSERT. 28 years ago
Bruce Momjian e6c714bf30 Bye CursorStmt, now use SelectStmt. 28 years ago
Bruce Momjian 3d15d1332a Remove old quel labels. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian a544b605e2 Change some mallocs to palloc. 28 years ago
Bruce Momjian a1dd409053 Fix for ORDER BY in UNION. 28 years ago
Bruce Momjian a01b085c78 Cleanup of UNION ALL fix. Manual page updates. 28 years ago
Bruce Momjian 4ce24c8aa9 UNION work for UNION ALL and other union stuff. 28 years ago