Commit Graph

2886 Commits (2ed7b03c464c9a4dd1e2d307c740e6c5f994729d)
 

Author SHA1 Message Date
Bruce Momjian 2ed7b03c46 Fix -t for pg_dump when table is uppercase. 28 years ago
Vadim B. Mikheev e0aab4aa9e Restore 6.2.1 output 28 years ago
Vadim B. Mikheev 9d557f83d4 GroupState changed. 28 years ago
Vadim B. Mikheev b1b246ab40 New nodeGroup.c code uses own copy of first tuple in a group. 28 years ago
Thomas G. Lockhart 3d18ca70a7 Start shipping gram.y products gram.c and parse.h to avoid having to build 28 years ago
Thomas G. Lockhart ca45412853 Add new subselect test. 28 years ago
Thomas G. Lockhart ca38b10c00 New table from new subselect test. 28 years ago
Thomas G. Lockhart 8a9fbcc9c3 Include products of gram.y to allow systems without bison to build Postgres. 28 years ago
Thomas G. Lockhart 64ebb583bc Allow LIKE expression in constraint clause. 28 years ago
Thomas G. Lockhart 5ac4dcaa19 Fix parsing for <identifier>-<number> which was mis-identified as a unary 28 years ago
Thomas G. Lockhart 6c1abf0d3c Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1) 28 years ago
Thomas G. Lockhart 1aa93cbfa6 Remove inclusion of the doc make. Looks like all of the man pages are 28 years ago
Thomas G. Lockhart 38004ce57b Cancel last version which introduced unintended flags 28 years ago
Vadim B. Mikheev 581166da91 Fix useor for (a,b...) Op ANY/ALL 28 years ago
Marc G. Fournier cdfac31335 I'm getting a SEGV error when testing ecpg using the perftest,or 28 years ago
Marc G. Fournier 74e015916e Update the preprocessor code 28 years ago
Marc G. Fournier 922ea913b1 Check for and include <getopt.h> 28 years ago
Marc G. Fournier 6ab7e31efd Just another missing dummy file 28 years ago
Marc G. Fournier 203f6d93da 2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, therefore, in 28 years ago
Marc G. Fournier 25ad1439e1 Major update of ecpg preprocessor 28 years ago
Marc G. Fournier 30f737f6b1 Totally forgot to add these files... 28 years ago
Marc G. Fournier 067cb82d6a The problem is that $ac_cv_prog_gcc is empty, instead of 'no' or 28 years ago
Marc G. Fournier ded3f3b3fc Remove all backend/port/${PORTNAME} references from template files, since 28 years ago
Marc G. Fournier 527f8babc7 From: Brian E Gallew <geek+@cmu.edu> 28 years ago
Marc G. Fournier d1891c6fb3 Apparently there was a 28 years ago
Marc G. Fournier b59e20db1a From: plh@opim.uconn.edu 28 years ago
Marc G. Fournier dde2b66f44 Remove HBA related switch 28 years ago
Marc G. Fournier aa0d3ec1be From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> 28 years ago
Marc G. Fournier a377ad58ea I'm including an update to my user defined IP and MAC address type 28 years ago
Marc G. Fournier 9336b9b280 Man page for ecpg.1 28 years ago
Bruce Momjian edd3668895 Atttypmod cleanup. 28 years ago
Marc G. Fournier ce88b9b40b From: Jan Wieck <jwieck@debis.com> 28 years ago
Marc G. Fournier 2a07e65dcd From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at> 28 years ago
Marc G. Fournier a04dcc9137 From: Jan Wieck <jwieck@debis.com> 28 years ago
Marc G. Fournier b6d5fce951 Add missing extern.h file 28 years ago
Marc G. Fournier b7c0d48423 Makefile.in needs to be configured to use PORTNAME variable 28 years ago
Marc G. Fournier 084e66a077 Remove interfaces/ecpg/{include,preproc}/Makefile.in from configure 28 years ago
Vadim B. Mikheev 6eeb3d9eac gram.y: ALL_SUBLINK type was returned for x Op (subquery). 28 years ago
Marc G. Fournier 64e7adb07b From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> 28 years ago
Marc G. Fournier e3f2224664 Remove -m486 option, since it is platform specific...this should technically 28 years ago
Vadim B. Mikheev 5d7923dd1c Subselects... 28 years ago
Vadim B. Mikheev 6fcf2d7cb3 New SubPlan node for subselects. 28 years ago
Vadim B. Mikheev eab1471b2b EState->->es_param_exec_vals = NULL; in CreateExecutorState(). 28 years ago
Vadim B. Mikheev 7fab67a8ac Fix for EXISTS. 28 years ago
Vadim B. Mikheev e51c674c59 Support for subselects. 28 years ago
Vadim B. Mikheev 9184073324 Call union_planner() instead of planner(). 28 years ago
Vadim B. Mikheev 4a6e3a6a9f Old planner() becomes union_planner(); new planner() makes initialization 28 years ago
Vadim B. Mikheev a3f1c3673f Quite limited support for subselects in clausesel.c. 28 years ago
Vadim B. Mikheev dc892fd390 Support for subselects. 28 years ago
Vadim B. Mikheev 1a105cefbd Support for subselects. 28 years ago