aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
Commit message (Expand)AuthorAge
* Fix ecpg's mechanism for detecting unsupported cases in the grammar.Tom Lane2024-04-04
* Further cleanup for recent JSON-related commits.Tom Lane2024-04-04
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* ecpg: Fix return code for overflow in numeric conversionDaniel Gustafsson2024-03-25
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Use printf's %m format instead of strerror(errno) in more placesMichael Paquier2024-03-12
* ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier2024-02-19
* ecpg: Fix error handling on OOMs when parsing timestampsMichael Paquier2024-02-19
* Avoid concurrent calls to bindtextdomain().Tom Lane2024-02-09
* Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane2024-02-09
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix some typosMichael Paquier2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Remove distprepPeter Eisentraut2023-11-06
* Speed up pg_regress server readiness testing.Daniel Gustafsson2023-10-24
* Unify some error messagesPeter Eisentraut2023-08-16
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* Handle \v as a whitespace character in parsersMichael Paquier2023-07-06
* meson: Add dependencies to perl modules to various script invocationsAndres Freund2023-06-09
* Translation updatesPeter Eisentraut2023-05-22
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Remove stray mid-sentence tabs in commentsPeter Eisentraut2023-05-19
* Remove duplicate lines of codeDaniel Gustafsson2023-04-24
* ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier2023-04-18
* Code review for recent SQL/JSON commitsAlvaro Herrera2023-04-04
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* Add missing .gitignore entries.Tom Lane2023-03-29
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* meson: add install-{quiet, world} targetsAndres Freund2023-03-23
* pkg-config Requires.private entries should be comma-separatedPeter Eisentraut2023-03-16
* Use ICU by default at initdb time.Jeff Davis2023-03-09
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-04
* meson: Fix typo in pkgconfig generationPeter Eisentraut2023-02-01
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Non-decimal integer literalsPeter Eisentraut2022-12-14
* Order getopt argumentsPeter Eisentraut2022-12-12
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-07
* 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
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-09
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Fix MSVC warning in compat_informix/rnull.pgcAndres Freund2022-08-31