]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/preproc
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / interfaces / ecpg / preproc /
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-09-20 Tom LaneRevert "Add DECLARE STATEMENT support to ECPG."
2019-09-06 Peter EisentrautMessage style fixes
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-04 Peter EisentrautRemove unnecessary casts from size_t to int
2019-07-03 Michael MeskesMade ecpg compatibility mode and run-time behaviour...
2019-06-17 Peter EisentrautTranslation updates
2019-06-13 Alvaro HerreraFix double-word typos
2019-05-31 Tom LaneFix C++ incompatibilities in ecpg/preproc/ header files.
2019-05-22 Tom LaneInitial pgperltidy run for v12.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-22 Michael MeskesImplement PREPARE AS statement for ECPG.
2019-05-20 Peter EisentrautTranslation updates
2019-04-11 Michael MeskesFix off-by-one check that can lead to a memory overflow...
2019-03-11 Michael MeskesFix potential memory access violation in ecpg if filena...
2019-02-24 Tom LaneFix ecpg bugs caused by missing semicolons in the backe...
2019-02-18 Michael MeskesSync ECPG's CREATE TABLE AS statement with backend's.
2019-02-18 Michael MeskesAdd bytea datatype to ECPG.
2019-02-16 Michael MeskesAdd DECLARE STATEMENT support to ECPG.
2019-01-30 Michael MeskesChange error handling of out of scope variables in...
2019-01-19 Tomas VondraAllow COPY FROM to filter data using WHERE conditions
2019-01-19 Magnus HaganderReplace @postgresql.org with @lists.postgresql.org...
2019-01-10 Tom LaneUse perfect hashing, instead of binary search, for...
2019-01-06 Tom LaneReplace the data structure used for keyword lookup.
2019-01-02 Tom LaneEnsure link commands list *.o files before LDFLAGS.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-01 Tom LaneEliminate parallel-make hazard in ecpg/preproc.
2018-12-01 Tom LaneRename ecpg's various "extern.h" files to have distinct...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-13 Tom LaneFix realfailN lexer rules to not make assumptions about...
2018-11-13 Tom LaneRemove unused code in ECPG.
2018-11-13 Tom LaneAlign ECPG lexer more closely with the core and psql...
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-09-12 Peter Eisentrautecpg: Change --version output to common style
2018-08-23 Andrew GierthFix lexing of standard multi-character operators in...
2018-08-23 Andrew GierthReduce an unnecessary O(N^3) loop in lexer.
2018-08-08 Tom LaneRemove unwanted "garbage cleanup" logic in Makefiles.
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-06-25 Peter EisentrautTranslation updates
2018-05-27 Andrew DunstanDon't fall off the end of perl functions
2018-05-21 Peter EisentrautTranslation updates
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-comments
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-quotes
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-03-23 Tom LaneFix make rules that generate multiple output files.
2018-03-13 Michael MeskesAdd Oracle like handling of char arrays.
2018-03-13 Michael MeskesFix double frees in ecpg.
2018-03-13 Michael MeskesSet connection back to NULL after freeing it.
2018-03-13 Peter EisentrautMove strtoint() to common
2018-03-13 Peter EisentrautChange internal integer representation of Value node
2018-01-13 Michael MeskesCope with indicator arrays that do not have the correct...
2018-01-12 Michael MeskesFix parsing of compatibility mode argument.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-30 Peter EisentrautSQL procedures
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-16 Peter EisentrautExclude flex-generated code from coverage testing
2017-09-12 Michael MeskesFixed ECPG to correctly handle out-of-scope cursor...
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-08-25 Michael MeskesImplement DO CONTINUE action for ECPG WHENEVER statement.
2017-08-15 Michael MeskesAllow continuation lines in ecpg cppline parsing.
2017-08-14 Michael MeskesChanged ecpg parser to allow RETURNING clauses without...
2017-08-07 Peter EisentrautTranslation updates
2017-07-10 Alvaro HerreraTranslation updates
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-15 Peter EisentrautTranslation updates
2017-03-27 Peter EisentrautClean up Perl code according to perlcritic
2017-03-14 Peter Eisentrautecpg: Improve some variable names
2017-03-10 Michael MeskesFix a potential double-free in ecpg.
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Michael MeskesFix buffer overflow on particularly named files and...
2016-12-11 Tom LaneUse "%option prefix" to set API names in ecpg's lexer.
2016-09-18 Heikki LinnakangasFix ecpg -? option on Windows, add -V alias for --version.
2016-08-16 Tom LaneRemove separate version numbering for ecpg preprocessor.
2016-08-15 Tom LaneStamp shared-library minor version numbers for v10.
2016-08-08 Peter EisentrautTranslation updates
2016-06-12 Noah MischFinish pgindent run for 9.6: Perl files.
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-09 Peter EisentrautTranslation updates
2016-03-24 Tom LaneMove keywords.c/kwlookup.c into src/common/.
2016-03-19 Tom LaneTypo fix.
2016-03-19 Tom LaneBuild backend/parser/scan.l and interfaces/ecpg/preproc...
2016-03-15 Robert HaasFix typos.
2016-02-16 Michael MeskesChange ecpg lexer to accept comments with line breaks...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-23 Peter EisentrautRemove unnecessary escaping in C character literals
2015-10-16 Michael MeskesFix order of arguments in ecpg generated typedef command.
2015-06-30 Tom LaneStamp shared-library minor version numbers for 9.6.
2015-06-29 Peter EisentrautTranslation updates
2015-06-12 Michael MeskesFixed some memory leaks in ECPG.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-26 Peter EisentrautAdd transforms feature
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Tom LaneMake operator precedence follow the SQL standard more...
next