aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Fix yacc failures in preproc.y.Tom Lane2000-11-20
* Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut2000-11-20
* Parser synced.Michael Meskes2000-11-20
* Encoding patch to Connection by wrobell@posexperts.com.plPeter Mount2000-11-20
* Eliminate unused-variable warning.Tom Lane2000-11-20
* Recongizing PGCLIENTENCODING has been broken since 7.0.Tatsuo Ishii2000-11-17
* Suppress occasional failure of final DROP DATABASE due toTom Lane2000-11-17
* GNUmakefile failed to provide a way to invoke perl Makefile'sTom Lane2000-11-17
* Forgot to add ppport.h to MANIFEST.Tom Lane2000-11-17
* Clean files after installing, since those files will most likely be rootPeter Eisentraut2000-11-16
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Rename PortName to PortNumber.Bruce Momjian2000-11-14
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-13
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* Update to PyGreSQL 3.1:Bruce Momjian2000-11-10
* the bug was not fixed in the snapshot of November 5th. Also the enterpriseBruce Momjian2000-11-10
* Applied yet another patch by Christof. Thanks Cristof!Michael Meskes2000-11-09
* Add dependencies required for parallel makePeter Eisentraut2000-11-08
* Undo incorrectly committed Makefile.Michael Meskes2000-11-07
* Third try. Sorry, I had a wrong path in my copy statement.Michael Meskes2000-11-07
* Added more patches by Cristif Petig.Michael Meskes2000-11-07
* Fix for missing EUC_TW encodingTatsuo Ishii2000-11-04
* Parser sync.Michael Meskes2000-11-03
* Fixed minor bug in ResultSet for jdbc2 reported by Matthew Denner that absolu...Peter Mount2000-11-01
* Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs i...Michael Meskes2000-10-31
* Use $(filter ...), not $(findstring ...).Peter Eisentraut2000-10-31
* Sync preproc.y with gram.y.Michael Meskes2000-10-30
* Avoid dependency on backend's multibyte module as possible.Tatsuo Ishii2000-10-30
* Removed multibyte stuff since client does not know about encoding in the back...Michael Meskes2000-10-29
* Remove compiler warnings (add missing include files). Only link againstPeter Eisentraut2000-10-28
* Synced preproc.y with gram.y.Michael Meskes2000-10-25
* Rearrange handling of -L linker options so that they are always before allPeter Eisentraut2000-10-25
* From Zoltan Kovacs back in April (sorry for the delay Zoltan!):Thomas G. Lockhart2000-10-25
* Added some more C constructs to the parser.Michael Meskes2000-10-25
* Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by usingTom Lane2000-10-24
* Increase buffer size to improve performance of client-side lo_import.Tom Lane2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* Polish shared library build to reduce number of special hacks. InPeter Eisentraut2000-10-23
* Back out xti.h portion of the patch.Bruce Momjian2000-10-23
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* Fixed mixing of two enum datatypes.Michael Meskes2000-10-22
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Remove 'override' keyword, which breaks the build on HPUX, and probablyTom Lane2000-10-20
* Locate the file pg_service.conf in the directory configured as --syconfdirPeter Eisentraut2000-10-17
* Fixed some bugs in C language parsing.Michael Meskes2000-10-17
* Some more getTimestamp() fixesPeter Mount2000-10-17
* Simplified parsing of connect rule.Michael Meskes2000-10-17
* TNS:Bruce Momjian2000-10-17
* Fixed handling of variables in connect rule.Michael Meskes2000-10-16
* The configure script fails to find <netinet/tcp.h>.Bruce Momjian2000-10-14