aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* 1) Fit the precision of floating point to that of server sideHiroshi Inoue2001-04-06
* Hopefully fixed the long long problem.Michael Meskes2001-04-05
* Synced pgc.l with scan.l.Michael Meskes2001-04-02
* On Cygwin, do initial connect() call in blocking mode, per report fromTom Lane2001-03-31
* pqWait() should check for exception status as well as read or writeTom Lane2001-03-31
* Marc-Andre is changing where DateTime goes. This change allows the moduleD'Arcy J.M. Cain2001-03-30
* Correct indenting in _quote() function.D'Arcy J.M. Cain2001-03-30
* Applied bug fix by Adriaan Joubert <a.joubert@albourne.com>Michael Meskes2001-03-29
* Add changes from Mikhail Terekhov <terekhov@emc.com>.D'Arcy J.M. Cain2001-03-27
* ODBC source code cleanup. Mostly alignment of #define constants.Bruce Momjian2001-03-27
* Add multibyte supportHiroshi Inoue2001-03-26
* Update the changes for version 3.2.D'Arcy J.M. Cain2001-03-25
* Document the --with-python flag as a simpler way of installing theD'Arcy J.M. Cain2001-03-25
* Pick up any extra -I options for Python build.Peter Eisentraut2001-03-25
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-25
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* The attached patch fixes win32.mak which got broken by the Multibyte modHiroshi Inoue2001-03-21
* a fix from Eiji Tokuya.Hiroshi Inoue2001-03-21
* Update Peter Mount's email address in README.Bruce Momjian2001-03-19
* Fixed bug in handling of pointers to structs.Michael Meskes2001-03-16
* Oops I forgot to add new files for multibyte support.Hiroshi Inoue2001-03-16
* Add multibyte support.Hiroshi Inoue2001-03-16
* Fix parameter handling.D'Arcy J.M. Cain2001-03-15
* Add WIN32 support.D'Arcy J.M. Cain2001-03-15
* We got automatic dependencies now.Peter Eisentraut2001-03-14
* We're way past 6.3 ...Peter Eisentraut2001-03-14
* Update. Things are now build through 'make'.Peter Eisentraut2001-03-14
* Fix some memory leaks.Hiroshi Inoue2001-03-14
* The attached file contains the registry settings required to install theHiroshi Inoue2001-03-13
* Add uninstall target to Java build.Peter Eisentraut2001-03-11
* Provide a hack to let initialization happen on platforms for whichTom Lane2001-03-10
* Do not accept values from sections following the specified section.Tom Lane2001-03-10
* 1)Allow the access to indexes with up to 16 keys.Hiroshi Inoue2001-03-10
* Recursive distclean shouldn't depend on recursive clean. SubdirectoriesPeter Eisentraut2001-03-09
* Believe $POSTGRES_LIB and $POSTGRES_INCLUDE only if they name actualTom Lane2001-03-06
* Tue Mar 06 12:05:00 GMT 2001 peter@retep.org.ukPeter Mount2001-03-06
* Ok, I've split todays commit into three, the first two already done had somePeter Mount2001-03-05
* Minor fixes...Peter Mount2001-03-05
* Update the version number. We may change this to 7.1 if we align it withD'Arcy J.M. Cain2001-03-03
* Add oid to list of keys cached.D'Arcy J.M. Cain2001-03-03
* Incrementing version number in preparation for next release. Note that ID'Arcy J.M. Cain2001-03-03
* Added postgres.h header for more type checking.D'Arcy J.M. Cain2001-03-03
* Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii2001-03-01
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27
* Fixed variable handling in preproc.y.Michael Meskes2001-02-26
* Fix the bug report [ODBC] select from a table having more than 32 fields:Hiroshi Inoue2001-02-22
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-21
* Remove unportable #warning directive.Tom Lane2001-02-20