summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-224-28/+28
| | | | macros around strings that were missing them.
* Try to get Borland CC to compile.Bruce Momjian2005-02-212-42/+46
| | | | Backpatch to 8.0.X which doesn't work right now.
* Fixed changelog entry to list correct bug reporter.Michael Meskes2005-02-101-1/+2
|
* Fixed more parsing bugs in other CREATE statements as pointed out by TANIDAMichael Meskes2005-02-102-3/+8
| | | | Yutaka <tanida@sra.co.jp>.
* Fixed bug in parsing of CREATE AS statement.Michael Meskes2005-02-092-2/+6
|
* Fixed bug in parsing of #line statement in declare section.Michael Meskes2005-02-023-5/+11
|
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-264-7/+12
| | | | APPDATA directory on Windows. Magnus Hagander
* Fixed segfault due to freeing a struct definition twice if it was a named ↵Michael Meskes2005-01-253-6/+11
| | | | struct used in a typedef.
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-186-14/+14
|
* Translation updatesPeter Eisentraut2005-01-171-68/+69
|
* Translation updatesPeter Eisentraut2005-01-142-2/+626
|
* Change Win32 client configuration files from *.txt to *.conf.Bruce Momjian2005-01-141-2/+2
|
* Translation updatesPeter Eisentraut2005-01-131-62/+63
|
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-121-1/+5
| | | | version of Kerberos. Per report from Reinhard Max.
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-111-1/+1
| | | | GERMAN datestyles. Ancient bug reported by Terry Lee Tucker.
* Fixed segfault in adjust_informix due to missing varchar type.Michael Meskes2005-01-102-3/+12
|
* Comment out check for substitution of private key file on Windows,Tom Lane2005-01-101-3/+7
| | | | since st_ino can't be trusted on that platform. Per report from T.J.
* Un-break MSVC build, per Andrew Dunstan.Tom Lane2005-01-102-2/+9
|
* Translation updatesPeter Eisentraut2005-01-091-75/+70
|
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-081-5/+2
| | | | from our long-established standard.
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-063-4/+7
|
* Instead of a bare recv() to read the server's response to an SSLTom Lane2005-01-061-15/+21
| | | | | | | request packet, use pqReadData(). This has the same effect since conn->ssl isn't set yet and we aren't expecting more than one byte. The advantage is that we will correctly detect loss-of-connection instead of going into an infinite loop. Per report from Hannu Krosing.
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-062-31/+40
| | | | | | discussion on pgsql-hackers-win32 list. Documentation still needs to be tweaked --- I'm not sure how to refer to the APPDATA folder in user documentation.
* Translation updatesDennis Bjorklund2005-01-061-68/+67
|
* Translation updatesPeter Eisentraut2005-01-061-68/+53
|
* Make the various places that determine the user's "home directory"Tom Lane2005-01-063-57/+45
| | | | | | | | consistent. On Unix we now always consult getpwuid(); $HOME isn't used at all. On Windows the code currently consults $USERPROFILE, or $HOME if that's not defined, but I expect this will change as soon as the win32 hackers come to a consensus. Nothing done yet about changing the file names used underneath $USERPROFILE.
* Clean up code in libpq that obtains user's home directory: make a singleTom Lane2005-01-043-62/+68
| | | | | | subroutine that can hide platform dependencies. The WIN32 path is still a stub, but I await a fix from one of the win32 hackers. Also clean up unnecessary #ifdef WIN32 ugliness in a couple of places.
* Adjust a few more copyright notices to match the format expected byTom Lane2005-01-011-1/+1
| | | | the src/tools/copyright script.
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-013-5/+5
| | | | | should have been caught by the src/tools/copyright script ... why weren't they?
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3121-41/+41
| | | | | | | | Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
* Fixed segfault in connect when specifying no database name.Michael Meskes2004-12-302-83/+92
|
* Make libpq default to localhost connections on machines without Unix-domainTom Lane2004-12-281-4/+8
| | | | | sockets, rather than failing as it formerly did. Revert the thereby-obsoleted patch to make psql supply the localhost default.
* Add missing ecpg prototype for newly added functions.Bruce Momjian2004-12-231-0/+2
|
* Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes2004-12-234-6/+92
| | | | Fixed parsing of defines to make sure they used more than once.
* Patch to make libpq.rc be a built-for-distribution file was a fewTom Lane2004-12-212-3/+4
| | | | bricks shy of a load.
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-201-2/+1
| | | | | | | its presence. This amounts to desupporting Kerberos 5 releases 1.0.*, which is small loss, and simplifies use of our Kerberos code on platforms with Red-Hat-style include file layouts. Per gripe from John Gray and followup discussion.
* Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian2004-12-192-4/+7
| | | | DLL pginstaller installs.
* New translationsPeter Eisentraut2004-12-132-2/+630
|
* Translation updatesPeter Eisentraut2004-12-121-100/+110
|
* Translation updatesPeter Eisentraut2004-12-111-60/+59
|
* Translation updatesPeter Eisentraut2004-12-111-94/+235
|
* Translation updatesPeter Eisentraut2004-12-111-56/+56
|
* Fixed bug in parsing of typedef'ed array sizes.Michael Meskes2004-12-064-15/+16
| | | | Synced parser.
* Fix compile breakage from SIGPIPE fix for threading.Bruce Momjian2004-12-031-1/+3
|
* Code review for recent libpq changes. Be more careful about errorTom Lane2004-12-025-71/+90
| | | | | | handling in SIGPIPE processing; avoid unnecessary pollution of application link-symbol namespace; spell 'pointer to function' in the conventional way.
* Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian2004-12-025-86/+92
| | | | | | calling applications. This is done by blocking sigpipe in the libpq thread and using sigpending/sigwait to possibily discard any sigpipe we generated.
* Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.Bruce Momjian2004-12-011-2/+3
|
* Fix up makefile dependencies for pg_config_paths.h.Tom Lane2004-11-202-12/+18
|
* Make sure we produce a useful error message for the case where theTom Lane2004-11-201-4/+1
| | | | postgresql.crt file simply isn't there, too.
* Improve error reporting for SSL connection failures. Remove redundantTom Lane2004-11-201-12/+22
| | | | | free operations in client_cert_cb --- openssl will also attempt to free these structures, resulting in core dumps.