aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/pgtypeslib
Commit message (Expand)AuthorAge
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* meson: Add windows resource filesAndres Freund2022-10-05
* meson: ecpg: Split definition of static and shared librariesAndres Freund2022-10-05
* Rename shadowed local variablesDavid Rowley2022-10-05
* Harmonize parameter names in ecpg code.Peter Geoghegan2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Don't define FRONTEND for ecpg librariesAndres Freund2022-08-22
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Update copyright for 2022Bruce Momjian2022-01-07
* interval: round values when spilling to monthsBruce Momjian2021-08-03
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-30
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-01
* Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian2021-04-02
* In messages, use singular nouns for -1, like we do for +1.Bruce Momjian2021-03-30
* Update copyright for 2021Bruce Momjian2021-01-02
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-29
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian2020-03-31
* Remove long unused code behind a #if 0Peter Eisentraut2020-03-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-30
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix typos in the codeMichael Paquier2019-10-30
* Revert "Revert part of commit dddf4cdc3."Tom Lane2019-10-25
* Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane2019-10-25
* Revert part of commit dddf4cdc3.Amit Kapila2019-10-25
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Clean up MinGW def file generationPeter Eisentraut2019-10-20
* Remove use of deprecated Autoconf definePeter Eisentraut2019-10-07
* Fix failure-to-compile-standalone in ecpg's dt.h.Tom Lane2019-08-18
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Use strtoint() instead of strtol() in pgtypeslib where the result is stored inMichael Meskes2019-07-03
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-30
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Const-ify a few more large static tables.Tom Lane2018-10-17
* Build src/common files as a library with -fPIC.Tom Lane2018-09-28
* Fix another portability issue from commit 758ce9b77.Tom Lane2018-09-26