aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc
Commit message (Expand)AuthorAge
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecpg.Heikki Linnakangas2013-02-26
* Update copyrights for 2013Bruce Momjian2013-01-01
* When processing nested structure pointer variables ecpg always expected anMichael Meskes2012-11-29
* Suppress parallel build in interfaces/ecpg/preproc/.Tom Lane2012-11-28
* Applied patch by Chen Huajun <chenhj@cn.fujitsu.com> to make ecpg able to copeMichael Meskes2012-11-23
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Stamp library minor versions for 9.3.Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* Stamp libraries versions for 9.2 (better late than never).Bruce Momjian2012-04-07
* Rename frontend keyword arrays to avoid conflict with backend.Tom Lane2012-03-31
* ecpg: Clean up some const usagePeter Eisentraut2012-03-02
* Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes2012-02-13
* Made code in ecpg better readable.Michael Meskes2012-01-04
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* In ecpg removed old leftover check for given connection name.Michael Meskes2011-12-18
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-25
* Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut2011-06-27
* Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut2011-06-26
* Replace := by = in nls.mk filesPeter Eisentraut2011-06-26
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Move parse2.pl to parse.plPeter Eisentraut2011-06-14
* Translation updates for 9.1beta2Peter Eisentraut2011-06-09
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* In ecpg preprocessor, don't try to look up constants in the test forHeikki Linnakangas2011-03-11
* Added new version of ecpg's parser test script which was written by Andy Cols...Michael Meskes2011-03-08
* Added new version of ecpg's parser generator script. This one was written byMichael Meskes2011-03-03
* Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes2011-02-18
* There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes2011-01-09
* In ecpg's parser removed a fixed length limit for constants defining an array...Michael Meskes2011-01-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quotedMichael Meskes2010-12-23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Improved parallel make supportPeter Eisentraut2010-11-12
* Some cleanup in ecpg code:Michael Meskes2010-11-02
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix several broken $PostgreSQL$ keywords. Noted while experimentingTom Lane2010-09-19
* Cursor names in the backend are not case-sensitve. This change makes sure thatMichael Meskes2010-09-10
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Bump minor library version numbers, for 9.1 release.Bruce Momjian2010-07-12