Commit Graph

15292 Commits (ec5020f0a7ed8eb9c67d242f165653f1d4c69a00)
 

Author SHA1 Message Date
Bruce Momjian ec5020f0a7 Add: 22 years ago
Tom Lane bff0422b6c Revise hash join and hash aggregation code to use the same datatype- 22 years ago
Tom Lane 0dda75f6eb Fix some index entries. 22 years ago
Tom Lane a171edf8fc Adjust chapter ordering in Internals part to something that seems more 22 years ago
Michael Meskes 36fe7577f8 Added missing terminating '\0' char for data put into char *. 22 years ago
Tom Lane 14847af48d Remove a lot of desperately obsolete material (which was all out of sight, 22 years ago
Bruce Momjian 82de7b0a44 Add question mark to item: 22 years ago
Bruce Momjian 4a49d69c90 Add: 22 years ago
Bruce Momjian c1ae39a0cd Add pgtest script. 22 years ago
Tom Lane dd81eee222 Use libpq's new logic to get the server version, instead of doing it ourselves. 22 years ago
Tom Lane e92dc1e199 Bring the libpq example programs into the 21st century. 22 years ago
Tom Lane 21e0b7b8f2 Get rid of extraneous newline in PQendcopy error output (was causing 22 years ago
Tom Lane efc3a25bb0 Update libpq to make new features of FE/BE protocol available to 22 years ago
Tom Lane b8d601e735 Fix some markup problems. 22 years ago
Tom Lane 4342e6ea18 Fix for extended-query protocol: in event of error, backend was issuing 22 years ago
Michael Meskes 94b59faeb7 Synced with backend. 22 years ago
Michael Meskes 2cbaaee6c3 Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them. 22 years ago
Michael Meskes d9b2401d90 Just another ecpg todo done. 22 years ago
Michael Meskes cf5ec3d12b Sorry, missed a file. 22 years ago
Michael Meskes abd310a3b1 Allow constants in using clauses. 22 years ago
Tom Lane 5fc9f3d574 We neglected to set conn->raddr.salen, leading to breakage of CANCEL 22 years ago
Tom Lane 1bd22f55cf Disallow dollar sign in operator names, instead allow it as a non-first 22 years ago
Michael Meskes 8902aaaa6c Fixed fetch into char * and added missing prototype for an Informix function. 22 years ago
Bruce Momjian 4d9eede82f Move thread checking code farther down in conflgure. 22 years ago
Peter Eisentraut f374a9dae9 Change clusterdb and vacuumdb into C programs. 22 years ago
Tom Lane eab5d643b2 Make FLOAT(p) measure the precision p in bits, not decimal digits, to 22 years ago
Peter Eisentraut 596652d6eb More information schema views. 22 years ago
Peter Eisentraut 3d6fd2557c Add missing file to clean target. 22 years ago
Michael Meskes 8a2aa79fee Fixed several more parsing bugs. 22 years ago
Tom Lane f12f8990e4 Fix error line numbers reported for errors in plpgsql_parse_word and 22 years ago
Tom Lane 3467b1a1f9 Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not 22 years ago
Michael Meskes 76924b5d94 Fixed two small bugs. 22 years ago
Tom Lane a499725469 Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals, 22 years ago
Tom Lane cb02610e50 Adjust nestloop-with-inner-indexscan plan generation so that we catch 22 years ago
Tom Lane 3fb6f1347f Replace cryptic 'Unknown kind of return type' messages with something 22 years ago
Tom Lane 996fdb9af1 Cause GROUP BY clause to adopt ordering operators from ORDER BY when 22 years ago
Tom Lane da78e3e2eb index() -> strchr(). 22 years ago
Michael Meskes a0f29e3afd Typo in version number. 22 years ago
Michael Meskes 86a8331935 Some minor changes for new version numbering. 22 years ago
Michael Meskes 7ea9c94814 Updating ECPG todo items. 22 years ago
Bruce Momjian a64927f995 Ecpg cleanups for prototypes. 22 years ago
Bruce Momjian 228c02c3e5 Run autoconf/autoheader for ecpg change. 22 years ago
Bruce Momjian 4f70680177 Make ecpg thread safe. 22 years ago
Bruce Momjian ffa3bfbc30 Move thread os defines into template files. 22 years ago
Bruce Momjian 467839df26 Handle threading in two more gethostbyname calls. 22 years ago
Bruce Momjian a16a031411 Make libpq thread-safe with configure --with-threads option. 22 years ago
Bruce Momjian 62b532b736 Add thread.c for libpq threading, and hook it into libpq/configure. 22 years ago
Bruce Momjian 02d847fe9f Add --with-threads configure option to control threaded libpq. 22 years ago
Michael Meskes 26188e8c17 - Enable FETCH without INTO. 22 years ago
Tom Lane a2d08b99c2 Okay, recognize freebsd 2.* and 3.* too. 22 years ago