Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 2012-06-25 |
| | | | | | | | | | | The latter was already the dominant use, and it's preferable because in C the convention is that intXX means XX bits. Therefore, allowing mixed use of int2, int4, int8, int16, int32 is obviously confusing. Remove the typedefs for int2 and int4 for now. They don't seem to be widely used outside of the PostgreSQL source tree, and the few uses can probably be cleaned up by the time this ships. | ||
* | Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqlda | Michael Meskes | 2011-12-04 |
| | | | | code. | ||
* | Applied Zoltan's patch to correctly align interval and timestamp data in ↵ | Michael Meskes | 2011-11-17 |
| | | | | ecpg's sqlda. | ||
* | Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling. | Michael Meskes | 2011-11-13 |
| | |||
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
| | |||
* | In libecpg do not set an sqlda field that is 'reserved for future use' unless | Michael Meskes | 2011-04-25 |
| | | | | we know what should be stored in there. | ||
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
| | |||
* | Replaced int64_t with int64 as Andrew suggested. | Michael Meskes | 2010-01-06 |
| | |||
* | Remove __FUNCTION__ keyword that is not recognized by som compilers. | Michael Meskes | 2010-01-06 |
| | |||
* | Applied Zoltan's patch to remove hardware dependant offset logging and | Michael Meskes | 2010-01-06 |
| | | | | superfluous include files. | ||
* | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to | Michael Meskes | 2010-01-05 |
ecpg in both native and compatiblity mode. |