summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prevent compiler warning from sprintf in recent ipv6 patch.Bruce Momjian2003-06-241-3/+3
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-248-400/+979
* Add -L../ecpglib -lecpg for Cygwin compile.Bruce Momjian2003-06-241-2/+2
* typedef sa_family_t for cygwin.Bruce Momjian2003-06-241-1/+5
* Do not include:Bruce Momjian2003-06-241-1/+3
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-233-9/+19
* Add mention that the grep's have to be adjusted in pgtest.Bruce Momjian2003-06-231-0/+3
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-237-79/+70
* Remove crypt.h from fe-connect.c --- not needed, and caused problems onBruce Momjian2003-06-231-4/+1
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-2224-190/+460
* Added missing terminating '\0' char for data put into char *.Michael Meskes2003-06-222-2/+6
* Add pgtest script.Bruce Momjian2003-06-221-0/+33
* Use libpq's new logic to get the server version, instead of doing it ourselves.Tom Lane2003-06-222-26/+16
* Bring the libpq example programs into the 21st century.Tom Lane2003-06-227-244/+218
* Get rid of extraneous newline in PQendcopy error output (was causingTom Lane2003-06-212-7/+30
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-219-368/+1324
* Fix for extended-query protocol: in event of error, backend was issuingTom Lane2003-06-201-5/+7
* Synced with backend.Michael Meskes2003-06-202-10/+11
* Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes2003-06-207-5/+36
* Sorry, missed a file.Michael Meskes2003-06-201-2/+2
* Allow constants in using clauses.Michael Meskes2003-06-207-8/+38
* We neglected to set conn->raddr.salen, leading to breakage of CANCELTom Lane2003-06-201-2/+3
* Disallow dollar sign in operator names, instead allow it as a non-firstTom Lane2003-06-192-20/+22
* Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes2003-06-195-86/+85
* Change clusterdb and vacuumdb into C programs.Peter Eisentraut2003-06-186-357/+526
* Make FLOAT(p) measure the precision p in bits, not decimal digits, toTom Lane2003-06-171-6/+6
* More information schema views.Peter Eisentraut2003-06-171-22/+309
* Add missing file to clean target.Peter Eisentraut2003-06-171-3/+2
* Fixed several more parsing bugs.Michael Meskes2003-06-174-18/+22
* Fix error line numbers reported for errors in plpgsql_parse_word andTom Lane2003-06-171-18/+52
* Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did notTom Lane2003-06-161-7/+20
* Fixed two small bugs.Michael Meskes2003-06-162-9/+9
* Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals,Tom Lane2003-06-166-39/+105
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-1510-137/+284
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-154-10/+17
* Cause GROUP BY clause to adopt ordering operators from ORDER BY whenTom Lane2003-06-153-17/+43
* index() -> strchr().Tom Lane2003-06-151-2/+2
* Typo in version number.Michael Meskes2003-06-151-2/+2
* Some minor changes for new version numbering.Michael Meskes2003-06-153-14/+19
* Ecpg cleanups for prototypes.Bruce Momjian2003-06-152-8/+14
* Run autoconf/autoheader for ecpg change.Bruce Momjian2003-06-151-1/+1
* Make ecpg thread safe.Bruce Momjian2003-06-1513-127/+260
* Move thread os defines into template files.Bruce Momjian2003-06-144-0/+26
* Handle threading in two more gethostbyname calls.Bruce Momjian2003-06-142-4/+21
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-148-63/+106
* Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian2003-06-146-7/+128
* Add --with-threads configure option to control threaded libpq.Bruce Momjian2003-06-131-3/+0
* - Enable FETCH without INTO.Michael Meskes2003-06-1310-30/+123
* Okay, recognize freebsd 2.* and 3.* too.Tom Lane2003-06-131-1/+1
* Expect FreeBSD 5.* to have standard float arithmetic.Tom Lane2003-06-131-1/+1