]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
[postgresql] / src / interfaces / ecpg /
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-23 Peter Eisentrautecpg: Add additional files to .gitignore
2014-04-14 Peter EisentrautFix whitespace
2014-04-09 Michael MeskesSeveral fixes to array handling in ecpg.
2014-04-05 Tom Laneecpg/ecpglib must build the src/port files it uses...
2014-03-03 Peter EisentrautFix whitespace
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-19 Tom LaneFix some missing .gitignore and "make clean" items...
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-17 Noah MischFix handling of wide datetime input/output.
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-01-30 Bruce MomjianAdd checks for interval overflow/underflow
2014-01-16 Alvaro HerreraSplit ecpg_execute() in constituent parts
2014-01-16 Alvaro HerreraSplit ECPGdo() in constituent parts
2014-01-13 Michael MeskesAlways use the same way to addres a descriptor in ecpg...
2014-01-09 Michael MeskesChanged regression test to ecpg test suite for alignmen...
2014-01-09 Michael MeskesFix descriptor output in ECPG.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-01 Michael MeskesDo not use an empty hostname.
2013-12-02 Peter EisentrautTranslation updates
2013-11-27 Michael MeskesECPG: Fix searching for quoted cursor names case-sensit...
2013-11-26 Michael MeskesECPG: Fix offset to NULL/size indicator array.
2013-11-26 Michael MeskesECPG: Simplify free_variable()
2013-11-26 Michael MeskesECPG: Add EXEC SQL CLOSE C to the tests.
2013-11-26 Michael MeskesECPG: Free the malloc()'ed variables in the test so...
2013-11-26 Michael MeskesECPG: Make the preprocessor emit ';' if the variable...
2013-11-25 Michael MeskesMore improvement to comment parsing in ecpg.
2013-11-25 Michael MeskesFix ecpg parsing of sizeof().
2013-11-24 Michael MeskesAllow C array definitions to use sizeof().
2013-11-24 Michael MeskesDistinguish between C and SQL mode for C-style comments.
2013-11-20 Peter Eisentrautecpg: Split off mmfatal() from mmerror()
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-09 Robert HaasFix ECPG compiler warning.
2013-11-03 Michael MeskesChanged test case slightly so it doesn't have an unused...
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-14 Peter EisentrautTranslation updates to fix build failures
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-07 Peter EisentrautTranslation updates
2013-09-08 Michael MeskesReturn error if allocation of new element was not possible.
2013-09-08 Michael MeskesClose file to no leak file descriptor memory. Found...
2013-09-02 Peter EisentrautTranslation updates
2013-08-27 Alvaro HerreraFix some "translator:" comments mangled by pgindent
2013-08-19 Peter EisentrautTranslation updates
2013-07-29 Greg StarkSync ECPG with WITH ORDINALITY changes
2013-07-23 Peter Eisentrautecpg: Move function prototype into header file
2013-07-19 Michael MeskesInitialize day of year value.
2013-07-06 Michael MeskesAlso escape double quotes for ECPG's #line statement.
2013-07-05 Michael MeskesApploed patch by MauMau <maumau307@gmail.com> to escape...
2013-06-30 Peter Eisentrautecpg: Consistently use mm_strdup()
2013-06-14 Tom LaneStamp shared-library minor version numbers for 9.4.
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Peter EisentrautTranslation updates
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-01 Peter EisentrautRevert "ecpg: Don't link compatlib with libpq"
2013-03-31 Peter EisentrautAdd pkg-config files for libpq and ecpg libraries
2013-03-31 Peter Eisentrautecpg: Don't link compatlib with libpq
2013-03-30 Peter Eisentrautecpg: Parallel make fix
2013-03-04 Tom LaneFix overflow check in tm2timestamp (this time for sure).
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-26 Heikki LinnakangasRemove the check for COPY TO STDIN and COPY FROM STDOUT...
2013-01-27 Michael MeskesMade ecpglib use translated messages.
2013-01-12 Andrew DunstanExtend and improve use of EXTRA_REGRESS_OPTS.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-04 Michael MeskesInclude isinf.o in libecpg if isinf() is not available...
2012-11-29 Michael MeskesWhen processing nested structure pointer variables...
2012-11-29 Tom LaneSuppress parallel build in interfaces/ecpg/preproc/.
2012-11-23 Michael MeskesApplied patch by Chen Huajun <chenhj@cn.fujitsu.com...
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-10-07 Andrew DunstanQuiet a few MSC compiler warnings.
2012-10-05 Michael MeskesFixed test for array boundary.
2012-09-09 Tom LaneUse .NOTPARALLEL in ecpg/Makefile to avoid a gmake...
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-14 Tom LaneStamp library minor versions for 9.3.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-24 Robert HaasLots of doc corrections.
2012-04-07 Bruce MomjianStamp libraries versions for 9.2 (better late than...
2012-03-31 Tom LaneRename frontend keyword arrays to avoid conflict with...
2012-03-15 Peter EisentrautAdd const qualifier to tzn returned by timestamp2tm()
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
2012-03-14 Peter EisentrautAdd missing va_end() calls
2012-03-08 Peter Eisentrautecpg: Fix off-by-one error in memory copying
2012-03-08 Peter Eisentrautecpg: Fix rare memory leaks
2012-03-02 Peter Eisentrautecpg: Clean up some const usage
2012-02-19 Michael MeskesIn ecpglib rewrote code that used strtok_r to not use...
2012-02-18 Michael Meskesgcc on Windows does not know about strtok_s.
2012-02-18 Michael MeskesWindows doesn't have strtok_r, so let's use strtok_s...
2012-02-18 Michael MeskesMake sure all connection paramters are used in call...
2012-02-13 Michael MeskesDo not use the variable name when defining a varchar...
2012-02-06 Michael MeskesAllow the connection keyword array to carry all seven...
2012-02-04 Michael MeskesApplied Peter's patch to PQconnectdbParams in ecpglib...
2012-02-02 Peter Eisentrautecpg: Improve test building
2012-01-05 Michael MeskesEcpglib stores variables that are used in DECLARE state...
2012-01-04 Michael MeskesMade code in ecpg better readable.
next