| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 4 | -28/+28 |
| | | | | | macros around strings that were missing them. | ||||
| * | Try to get Borland CC to compile. | Bruce Momjian | 2005-02-21 | 2 | -42/+46 |
| | | | | | Backpatch to 8.0.X which doesn't work right now. | ||||
| * | Fixed changelog entry to list correct bug reporter. | Michael Meskes | 2005-02-10 | 1 | -1/+2 |
| | | |||||
| * | Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA | Michael Meskes | 2005-02-10 | 2 | -3/+8 |
| | | | | | Yutaka <tanida@sra.co.jp>. | ||||
| * | Fixed bug in parsing of CREATE AS statement. | Michael Meskes | 2005-02-09 | 2 | -2/+6 |
| | | |||||
| * | Fixed bug in parsing of #line statement in declare section. | Michael Meskes | 2005-02-02 | 3 | -5/+11 |
| | | |||||
| * | Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the | Tom Lane | 2005-01-26 | 4 | -7/+12 |
| | | | | | APPDATA directory on Windows. Magnus Hagander | ||||
| * | Fixed segfault due to freeing a struct definition twice if it was a named ↵ | Michael Meskes | 2005-01-25 | 3 | -6/+11 |
| | | | | | struct used in a typedef. | ||||
| * | Update version stamps for 8.1 as listed in RELEASE_CHANGES. | Bruce Momjian | 2005-01-18 | 6 | -14/+14 |
| | | |||||
| * | Translation updates | Peter Eisentraut | 2005-01-17 | 1 | -68/+69 |
| | | |||||
| * | Translation updates | Peter Eisentraut | 2005-01-14 | 2 | -2/+626 |
| | | |||||
| * | Change Win32 client configuration files from *.txt to *.conf. | Bruce Momjian | 2005-01-14 | 1 | -2/+2 |
| | | |||||
| * | Translation updates | Peter Eisentraut | 2005-01-13 | 1 | -62/+63 |
| | | |||||
| * | Add conditional inclusion of <com_err.h> to support old 'heimdal' | Tom Lane | 2005-01-12 | 1 | -1/+5 |
| | | | | | version of Kerberos. Per report from Reinhard Max. | ||||
| * | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane | 2005-01-11 | 1 | -1/+1 |
| | | | | | GERMAN datestyles. Ancient bug reported by Terry Lee Tucker. | ||||
| * | Fixed segfault in adjust_informix due to missing varchar type. | Michael Meskes | 2005-01-10 | 2 | -3/+12 |
| | | |||||
| * | Comment out check for substitution of private key file on Windows, | Tom Lane | 2005-01-10 | 1 | -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 Lane | 2005-01-10 | 2 | -2/+9 |
| | | |||||
| * | Translation updates | Peter Eisentraut | 2005-01-09 | 1 | -75/+70 |
| | | |||||
| * | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | 2005-01-08 | 1 | -5/+2 |
| | | | | | from our long-established standard. | ||||
| * | Minor mop-up for Windows home-directory stuff, per Magnus. | Tom Lane | 2005-01-06 | 3 | -4/+7 |
| | | |||||
| * | Instead of a bare recv() to read the server's response to an SSL | Tom Lane | 2005-01-06 | 1 | -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 per | Tom Lane | 2005-01-06 | 2 | -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 updates | Dennis Bjorklund | 2005-01-06 | 1 | -68/+67 |
| | | |||||
| * | Translation updates | Peter Eisentraut | 2005-01-06 | 1 | -68/+53 |
| | | |||||
| * | Make the various places that determine the user's "home directory" | Tom Lane | 2005-01-06 | 3 | -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 single | Tom Lane | 2005-01-04 | 3 | -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 by | Tom Lane | 2005-01-01 | 1 | -1/+1 |
| | | | | | the src/tools/copyright script. | ||||
| * | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 3 | -5/+5 |
| | | | | | | should have been caught by the src/tools/copyright script ... why weren't they? | ||||
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 21 | -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 Meskes | 2004-12-30 | 2 | -83/+92 |
| | | |||||
| * | Make libpq default to localhost connections on machines without Unix-domain | Tom Lane | 2004-12-28 | 1 | -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 Momjian | 2004-12-23 | 1 | -0/+2 |
| | | |||||
| * | Added PGTYPEStimestamp_add_interval written by Dave Cramer. | Michael Meskes | 2004-12-23 | 4 | -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 few | Tom Lane | 2004-12-21 | 2 | -3/+4 |
| | | | | | bricks shy of a load. | ||||
| * | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane | 2004-12-20 | 1 | -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 SYSTEM32 | Bruce Momjian | 2004-12-19 | 2 | -4/+7 |
| | | | | | DLL pginstaller installs. | ||||
| * | New translations | Peter Eisentraut | 2004-12-13 | 2 | -2/+630 |
| | | |||||
| * | Translation updates | Peter Eisentraut | 2004-12-12 | 1 | -100/+110 |
| | | |||||
| * | Translation updates | Peter Eisentraut | 2004-12-11 | 1 | -60/+59 |
| | | |||||
| * | Translation updates | Peter Eisentraut | 2004-12-11 | 1 | -94/+235 |
| | | |||||
| * | Translation updates | Peter Eisentraut | 2004-12-11 | 1 | -56/+56 |
| | | |||||
| * | Fixed bug in parsing of typedef'ed array sizes. | Michael Meskes | 2004-12-06 | 4 | -15/+16 |
| | | | | | Synced parser. | ||||
| * | Fix compile breakage from SIGPIPE fix for threading. | Bruce Momjian | 2004-12-03 | 1 | -1/+3 |
| | | |||||
| * | Code review for recent libpq changes. Be more careful about error | Tom Lane | 2004-12-02 | 5 | -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 with | Bruce Momjian | 2004-12-02 | 5 | -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 Momjian | 2004-12-01 | 1 | -2/+3 |
| | | |||||
| * | Fix up makefile dependencies for pg_config_paths.h. | Tom Lane | 2004-11-20 | 2 | -12/+18 |
| | | |||||
| * | Make sure we produce a useful error message for the case where the | Tom Lane | 2004-11-20 | 1 | -4/+1 |
| | | | | | postgresql.crt file simply isn't there, too. | ||||
| * | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane | 2004-11-20 | 1 | -12/+22 |
| | | | | | | free operations in client_cert_cb --- openssl will also attempt to free these structures, resulting in core dumps. | ||||
