Commit Graph

196 Commits (d76606f077c3bd1c0fc161fd4dd8666b2d997164)

Author SHA1 Message Date
Tom Lane d76606f077 Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT. 2 years ago
David Rowley d866f0374c Doc: use "an SQL" consistently rather than "a SQL" 2 years ago
Tom Lane 78ee60ed84 Doc: add XML ID attributes to <sectN> and <varlistentry> tags. 3 years ago
Bruce Momjian 76fa4bf321 doc: add documentation about ecpg Oracle-compatibility mode 3 years ago
John Naylor 82785effc0 Correct some uses of e.g. and i.e. in message strings and documentation 3 years ago
Tom Lane 83f1c7b742 Fix ECPG's handling of type names that match SQL keywords. 3 years ago
David Rowley fdc18ea23b Docs: tidy up various usages of the productname tag 3 years ago
Robert Haas ab4fd4f868 Remove 'datlastsysoid'. 4 years ago
Michael Paquier 5d08137076 Fix some typos with {a,an} 4 years ago
John Naylor 5fcf3945bd Fix range check in ECPG numeric to int conversion 4 years ago
David Rowley 04539e73fa Use the correct article for abbreviations 4 years ago
Peter Eisentraut c98a6d7887 doc: Fix typos 4 years ago
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 4 years ago
Peter Eisentraut dd13ad9d39 Fix use of cursor sensitivity terminology 4 years ago
Michael Meskes ad8305a43d Add DECLARE STATEMENT command to ECPG 5 years ago
Tom Lane 62535cae97 Remove dead code in ECPGconnect(), and improve documentation. 5 years ago
Heikki Linnakangas 415dc20096 docs: ulink all references to RFC's 5 years ago
Tom Lane c16a1bbcf4 Add documentation and tests for quote marks in ECPG literal queries. 5 years ago
Tom Lane 3dfb1942d9 Avoid premature de-doubling of quote marks in ECPG strings. 5 years ago
Peter Eisentraut 9081bddbd7 Improve <xref> vs. <command> formatting in the documentation 5 years ago
Bruce Momjian 953c64e0f6 doc: add commas after 'i.e.' and 'e.g.' 5 years ago
Tom Lane 5f28b21eb3 Fix behavior of ecpg's "EXEC SQL elif name". 5 years ago
Tom Lane 42aa1f0ab3 Doc: fix copy-and-pasteo in ecpg docs. 5 years ago
Bruce Momjian 0dd1eb3aea doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 5 years ago
Bruce Momjian 75fcdd2ae2 doc: add missing xreflabels to the main docs (not refs) 5 years ago
Peter Eisentraut 340de72780 doc: Remove unused title ids 6 years ago
Peter Eisentraut cbe63d02d0 doc: Use proper em and en dashes 6 years ago
Tom Lane 96b6c82c9d Revert "Add DECLARE STATEMENT support to ECPG." 6 years ago
Michael Paquier bec847d9e9 Doc: Fix incorrect mention to connection_object in CONNECT command of ECPG 6 years ago
Peter Eisentraut 8e929a4667 doc: Clean up title case use 6 years ago
Tom Lane 756349c87b Doc: describe the "options" allowed in an ECPG connection target string. 6 years ago
Michael Paquier 0431a78746 Doc: Improve wording of multiple places in documentation 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Peter Eisentraut e829337d42 doc: Make libpq documentation navigable between functions 6 years ago
Michael Paquier 148266fa35 Fix collection of typos and grammar mistakes in docs and comments 6 years ago
Peter Eisentraut 122fa9f942 doc: Fix whitespace 7 years ago
Magnus Hagander 05295e36ca Fix typo 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
Thomas Munro 4c8156d871 Add PGTYPESchar_free() to avoid cross-module problems on Windows. 7 years ago
Peter Eisentraut f037de6aeb doc: Fix some trailing whitespace 7 years ago
Tom Lane c6e846446d printf("%lf") is not portable, so omit the "l". 7 years ago
Noah Misch 5770172cb0 Document security implications of search_path and the public schema. 8 years ago
Peter Eisentraut e4128ee767 SQL procedures 8 years ago
Peter Eisentraut 3c49c6facb Convert documentation to DocBook XML 8 years ago
Peter Eisentraut 1ff01b3902 Convert SGML IDs to lower case 8 years ago
Peter Eisentraut c29c578908 Don't use SGML empty tags 8 years ago
Peter Eisentraut 44b3230e82 Use lower-case SGML attribute values 8 years ago
Peter Eisentraut 22d9764646 Remove SGML marked sections 8 years ago
Michael Meskes d22e9d5305 Implement DO CONTINUE action for ECPG WHENEVER statement. 8 years ago