Commit Graph

150 Commits (b9e8ffcd5d1a3d45b2f697ea944931f56367c86b)

Author SHA1 Message Date
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Tom Lane 5da466c597 Make sure targetlist generated for subplan does not share 27 years ago
Tom Lane da5f1dd722 Revise union_planner and associated routines to clean up breakage 27 years ago
Tom Lane 4438b70b94 Repair some problems in planner's handling of HAVING clauses. 27 years ago
Bruce Momjian bd6f98af31 I suggest the following portability patch, which does not 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
Bruce Momjian 318e593f03 Rename Temp to Noname for noname tables. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 8d9237d485 Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. 27 years ago
Jan Wieck f3a6b38e32 Sort node for ORDER BY is suppressed if choosen index scan will 27 years ago
Bruce Momjian 8e958b8a38 Fix create_rule is->as. 27 years ago
Bruce Momjian 1401f63dd1 Agg/Aggreg cleanup and datetime.sql patch. 27 years ago
Vadim B. Mikheev 247b3f9054 SELECT FOR UPDATE is implemented... 27 years ago
Bruce Momjian bd8ffc6f3f Hi! 27 years ago
Vadim B. Mikheev 9a2949e5dd Fix using GroupBy/non-GroupBy expressions in HAVING. 27 years ago
Vadim B. Mikheev 994cfba1e5 Fix GroupBY func broken by HAVING. 27 years ago
Bruce Momjian fcecc5ca1e [Part #1: Type: text/plain, Encoding: 7bit, Size: 59] 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 9728ce7499 This is the first (of hopefully few) AIX port patches. This patch 27 years ago
Bruce Momjian 7702d7aa4b target list fixes. 28 years ago
Bruce Momjian 460b20a43f 1) Queries using the having clause on base tables should work well 28 years ago
Bruce Momjian 5529b783a8 Move HAVING function to proper file. 28 years ago
Bruce Momjian 8eb08ae6b9 Cleanup up code. 28 years ago
Bruce Momjian 8dc48ba877 Small HAVING cleanup. 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
Vadim B. Mikheev 4a6e3a6a9f Old planner() becomes union_planner(); new planner() makes initialization 28 years ago
Bruce Momjian 763ff8aef8 Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. 28 years ago
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 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
Bruce Momjian 6231e161c9 Implementation of UNIONs. 28 years ago
Bruce Momjian d404f1006b Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2). 28 years ago
Bruce Momjian 7fd4782504 Fix aggregates on inherited tables. 28 years ago
Bruce Momjian 72c296dffc Remove init_query_planner(), merged into planner(). 28 years ago
Bruce Momjian 6a45941f2f Remove Existential, and ifdef out generate_fjoin. Neither did anything. 28 years ago
Bruce Momjian 4a5b781d71 Break parser functions into smaller files, group together. 28 years ago
Bruce Momjian 3fa2bb316c Remove archive stuff. 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian ec05063be0 Cleanups needed for indent. 28 years ago
Bruce Momjian 240a018176 Cleanups needed for indent. 28 years ago
Bruce Momjian ae50c8d84b Cleanups needed for indent. 28 years ago
Bruce Momjian a1635450b3 Cleanups needed for indent. Remove }; 28 years ago
Marc G. Fournier 76294e1d38 Cleanup Makefiles 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago