Commit Graph

147 Commits (dfa774ff9ac9de33d8cb98b91906ada55a2ab1df)

Author SHA1 Message Date
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
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Peter Eisentraut 8dd4d10d48 ecpg: Fix rare memory leaks 14 years ago
Peter Eisentraut d41f510c80 ecpg: Clean up some const usage 14 years ago
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value 14 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 14 years ago
Peter Eisentraut 52ce20589a Add missing format attributes 14 years ago
Peter Eisentraut cf15fb5cab Add missing format argument to ecpg_log() call 14 years ago
Michael Meskes 2f72d5df6a Fix brace indentation of commit 63d06ef591 to fit PostgreSQL style. 14 years ago
Michael Meskes 63d06ef591 In ecpglib restore LC_NUMERIC in case of an error. 14 years ago
Michael Meskes 8f8a273c4d Made ecpglib write double with a precision of 15 digits. 14 years ago
Peter Eisentraut 8a8fbe7e79 Capitalization fixes 14 years ago
Andrew Dunstan 348c10efe0 Revert "Remove hard coded formats for INT64 and use configured settings instead." 15 years ago
Andrew Dunstan 9b1508af89 Remove hard coded formats for INT64 and use configured settings instead. 15 years ago
Michael Meskes 816b008eaf Applied patch by Itagaki Takahiro to fix incorrect status calculation in 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago