Tom Lane
e6befdc9d1
Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
...
should work on Windows now. Also, rename set_noblock to pg_set_noblock;
since it is included in libpq, the former name polluted application
namespace.
21 years ago
Michael Meskes
1f418555cf
Added patch by Christof Petig <christof@petig-baender.de> to work around gcc bug on powerpc and amd64.
21 years ago
Bruce Momjian
2b0bb797ec
Bump minor version numbers for 8.1 compared to 8.0.
21 years ago
Bruce Momjian
caad817d1c
Add fprintf() custom version to libpgport.
...
Document use of macros for pg_printf functions.
Bump major versions of all interfaces to handle movement of get_progname
from libpq to libpgport in 8.0, and probably other libpgport changes in 8.1.
21 years ago
Neil Conway
30c1aa06bc
Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$
21 years ago
Bruce Momjian
61b640e35c
Properly implement "Response files" for bcc. Add URL's to describe the
...
feature for Win32 and bcc.
21 years ago
Bruce Momjian
517872c566
Because the change to gettext. Needs a bunch of new includes. Patch
...
follows:
Magnus Hagander
21 years ago
Bruce Momjian
c5a7a6a3dc
Tab indent all actions in bcc32.mak, and do it on win32.mak too for
...
consistency. Backpatch only bcc32.mak to 8.0.X.
21 years ago
Bruce Momjian
33b92a78da
Add linking from /port to bcc makefile.
21 years ago
Bruce Momjian
0542b1e2fe
Use _() macro consistently rather than gettext(). Add translation
...
macros around strings that were missing them.
21 years ago
Bruce Momjian
1808ce7865
Try to get Borland CC to compile.
...
Backpatch to 8.0.X which doesn't work right now.
21 years ago
Michael Meskes
5cc8884a5d
Fixed changelog entry to list correct bug reporter.
21 years ago
Michael Meskes
7e786a82ca
Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA
...
Yutaka <tanida@sra.co.jp>.
21 years ago
Michael Meskes
d32b3aec52
Fixed bug in parsing of CREATE AS statement.
21 years ago
Michael Meskes
4b56bd85c0
Fixed bug in parsing of #line statement in declare section.
21 years ago
Tom Lane
889f038129
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
...
APPDATA directory on Windows. Magnus Hagander
21 years ago
Michael Meskes
d314616d12
Fixed segfault due to freeing a struct definition twice if it was a named struct used in a typedef.
21 years ago
Bruce Momjian
31197bbdf5
Update version stamps for 8.1 as listed in RELEASE_CHANGES.
21 years ago
Peter Eisentraut
83ef003f2c
Translation updates
21 years ago
Peter Eisentraut
75112d4b5d
Translation updates
21 years ago
Bruce Momjian
29e58330a6
Change Win32 client configuration files from *.txt to *.conf.
21 years ago
Peter Eisentraut
66d8165a8b
Translation updates
21 years ago
Tom Lane
40f32f351a
Add conditional inclusion of <com_err.h> to support old 'heimdal'
...
version of Kerberos. Per report from Reinhard Max.
21 years ago
Tom Lane
d3d00715e2
interval_out failed to mention 'ago' for negative intervals in SQL and
...
GERMAN datestyles. Ancient bug reported by Terry Lee Tucker.
21 years ago
Michael Meskes
cc7cd8774a
Fixed segfault in adjust_informix due to missing varchar type.
21 years ago
Tom Lane
a54ea1f75e
Comment out check for substitution of private key file on Windows,
...
since st_ino can't be trusted on that platform. Per report from T.J.
21 years ago
Tom Lane
8e4f4078d8
Un-break MSVC build, per Andrew Dunstan.
21 years ago
Peter Eisentraut
a58e738cd7
Translation updates
21 years ago
Tom Lane
8afe005f42
Consistently use geteuid() not getuid(); there were a few places deviating
...
from our long-established standard.
21 years ago
Tom Lane
bbeeea1437
Minor mop-up for Windows home-directory stuff, per Magnus.
21 years ago
Tom Lane
4717992b4e
Instead of a bare recv() to read the server's response to an SSL
...
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.
21 years ago
Tom Lane
a3f98d5795
Adjust lookup of client-side profile files (.pgpass and so on) as per
...
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.
21 years ago
Dennis Bjorklund
b8139ea397
Translation updates
21 years ago
Peter Eisentraut
381de28eb0
Translation updates
21 years ago
Tom Lane
d97ae8230e
Make the various places that determine the user's "home directory"
...
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.
21 years ago
Tom Lane
edf3832b5c
Clean up code in libpq that obtains user's home directory: make a single
...
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.
21 years ago
Tom Lane
a17e589046
Adjust a few more copyright notices to match the format expected by
...
the src/tools/copyright script.
21 years ago
Tom Lane
7e1c8ef4fc
Some more missed copyright notices. Many of these look like they
...
should have been caught by the src/tools/copyright script ... why
weren't they?
21 years ago
PostgreSQL Daemon
2ff501590b
Tag appropriate files for rc3
...
21 years ago
Michael Meskes
1fbdb6bc9f
Fixed segfault in connect when specifying no database name.
21 years ago
Tom Lane
d9236a69fc
Make libpq default to localhost connections on machines without Unix-domain
...
sockets, rather than failing as it formerly did. Revert the
thereby-obsoleted patch to make psql supply the localhost default.
21 years ago
Bruce Momjian
f9a134b6e4
Add missing ecpg prototype for newly added functions.
21 years ago
Michael Meskes
f0299325e4
Added PGTYPEStimestamp_add_interval written by Dave Cramer.
...
Fixed parsing of defines to make sure they used more than once.
21 years ago
Tom Lane
f0cbfcd399
Patch to make libpq.rc be a built-for-distribution file was a few
...
bricks shy of a load.
21 years ago
Tom Lane
da59a70c09
Remove direct inclusions of <com_err.h> as well as configure test for
...
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.
21 years ago
Bruce Momjian
9af9320750
Add Win32 version stamps that increment each day for proper SYSTEM32
...
DLL pginstaller installs.
21 years ago
Peter Eisentraut
5483936ed3
New translations
21 years ago
Peter Eisentraut
373825c9cd
Translation updates
21 years ago
Peter Eisentraut
4de679c710
Translation updates
21 years ago
Peter Eisentraut
10e960fb39
Translation updates
21 years ago