aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2024-08-05
* Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed2024-06-04
* Remove race conditions between ECPGdebug() and ecpg_log().Tom Lane2024-05-23
* Re-forbid underscore in positional parametersPeter Eisentraut2024-05-15
* Translation updatesPeter Eisentraut2024-05-06
* Make two-phase tests of ECPG and main suite more concurrent-proofMichael Paquier2024-04-29
* Remove obsolete symbol from ecpg_config.h.inPeter Eisentraut2024-04-24
* Fix assorted bugs in ecpg's macro mechanism.Tom Lane2024-04-16
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* 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