Commit Graph

163 Commits (fa27dd40d5c5f56a1ee837a75c97549e992e32a4)

Author SHA1 Message Date
Tom Lane fa27dd40d5 Run pgindent with new pg_bsd_indent version 2.1.1. 5 years ago
Tom Lane 44f1fc8df5 Fix out-of-memory handling in ecpglib. 6 years ago
Peter Eisentraut effa40281b Remove HAVE_LONG_LONG_INT 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Tom Lane 96b6c82c9d Revert "Add DECLARE STATEMENT support to ECPG." 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 6 years ago
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 6 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 6 years ago
Tom Lane 39fe881d3c Fix more thinkos in new ECPG "PREPARE AS" code. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Michael Meskes a1dc6ab465 Implement PREPARE AS statement for ECPG. 6 years ago
Michael Meskes 0cc0507940 Hopefully fixing memory handling issues in ecpglib that Coverity found. 7 years ago
Michael Meskes 8e6ab9f801 Properly end string to make sure ecpglib does not read beyond its boundaries. 7 years ago
Michael Meskes 050710b369 Add bytea datatype to ECPG. 7 years ago
Michael Meskes bd7c95f0c1 Add DECLARE STATEMENT support to ECPG. 7 years ago
Michael Meskes 5c04630ad0 Make sure that ecpglib's statement variable has a defined value no matter what. 7 years ago
Tom Lane 2cf91ccb73 Blind attempt to fix _configthreadlocale() failures on MinGW. 7 years ago
Tom Lane ee27584c4a Second try at fixing ecpglib thread-safety problem. 7 years ago
Tom Lane 8eb4a9312c Avoid thread-safety problem in ecpglib. 7 years ago
Tom Lane 3295f82022 Rename ecpg's various "extern.h" files to have distinct names. 7 years ago
Tom Lane 4247db6252 Client-side fixes for delayed NOTIFY receipt. 7 years ago
Andres Freund cda6a8d01d Remove deprecated abstime, reltime, tinterval datatypes. 7 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 7 years ago
Alvaro Herrera f2c587067a Rethink how to get float.h in old Windows API for isnan/isinf 7 years ago
Tom Lane 9c0a0de4c9 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. 8 years ago
Tom Lane a351679c80 Trivial adjustments in preparation for bootstrap data conversion. 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Michael Meskes 0af98a95cf Fixed handling of escape character in libecpg. 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Robert Haas 3aff33aa68 Fix typos. 10 years ago
Peter Eisentraut 13200777e7 Fix whitespace 10 years ago
Michael Meskes 293fd7c77e Let compiler handle size calculation of bool types. 10 years ago
Michael Meskes c396f2b83d Fix declaration of isarray variable. 10 years ago
Michael Meskes 94a484222c Check for out of memory when allocating sqlca. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Michael Meskes 1f393fc923 Fixed array handling in ecpg. 11 years ago
Michael Meskes 5ee5bc3873 This routine was calling ecpg_alloc to allocate to memory but did not 11 years ago
Heikki Linnakangas c31b5d9ddf Fix memory leaks on OOM in ecpg. 11 years ago
Tom Lane 586dd5d6a5 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Michael Meskes 8d6a07fa01 Fix handling of array of char pointers in ecpglib. 12 years ago
Stephen Frost b1aebbb6a8 Various Coverity-spotted fixes 12 years ago
Alvaro Herrera 61bee9f756 Split ecpg_execute() in constituent parts 12 years ago
Alvaro Herrera 3291301385 Split ECPGdo() in constituent parts 12 years ago
Michael Meskes f641fc86fb ECPG: Simplify free_variable() 12 years ago