| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-04-14 | Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in ↵ | Michael Meskes | |
| thread support. | |||
| 2005-03-25 | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane | |
| 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. | |||
| 2005-03-18 | Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ↵ | Michael Meskes | |
| bug on powerpc and amd64. | |||
| 2005-03-14 | Bump minor version numbers for 8.1 compared to 8.0. | Bruce Momjian | |
| 2005-03-11 | Add fprintf() custom version to libpgport. | Bruce Momjian | |
| 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. | |||
| 2005-03-07 | Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$ | Neil Conway | |
| 2005-03-07 | Properly implement "Response files" for bcc. Add URL's to describe the | Bruce Momjian | |
| feature for Win32 and bcc. | |||
| 2005-02-27 | Because the change to gettext. Needs a bunch of new includes. Patch | Bruce Momjian | |
| follows: Magnus Hagander | |||
| 2005-02-27 | Tab indent all actions in bcc32.mak, and do it on win32.mak too for | Bruce Momjian | |
| consistency. Backpatch only bcc32.mak to 8.0.X. | |||
| 2005-02-25 | Add linking from /port to bcc makefile. | Bruce Momjian | |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | |
| macros around strings that were missing them. | |||
| 2005-02-21 | Try to get Borland CC to compile. | Bruce Momjian | |
| Backpatch to 8.0.X which doesn't work right now. | |||
| 2005-02-10 | Fixed changelog entry to list correct bug reporter. | Michael Meskes | |
| 2005-02-10 | Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA | Michael Meskes | |
| Yutaka <tanida@sra.co.jp>. | |||
| 2005-02-09 | Fixed bug in parsing of CREATE AS statement. | Michael Meskes | |
| 2005-02-02 | Fixed bug in parsing of #line statement in declare section. | Michael Meskes | |
| 2005-01-26 | Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the | Tom Lane | |
| APPDATA directory on Windows. Magnus Hagander | |||
| 2005-01-25 | Fixed segfault due to freeing a struct definition twice if it was a named ↵ | Michael Meskes | |
| struct used in a typedef. | |||
| 2005-01-18 | Update version stamps for 8.1 as listed in RELEASE_CHANGES. | Bruce Momjian | |
| 2005-01-17 | Translation updates | Peter Eisentraut | |
| 2005-01-14 | Translation updates | Peter Eisentraut | |
| 2005-01-14 | Change Win32 client configuration files from *.txt to *.conf. | Bruce Momjian | |
| 2005-01-13 | Translation updates | Peter Eisentraut | |
| 2005-01-12 | Add conditional inclusion of <com_err.h> to support old 'heimdal' | Tom Lane | |
| version of Kerberos. Per report from Reinhard Max. | |||
| 2005-01-11 | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane | |
| GERMAN datestyles. Ancient bug reported by Terry Lee Tucker. | |||
| 2005-01-10 | Fixed segfault in adjust_informix due to missing varchar type. | Michael Meskes | |
| 2005-01-10 | Comment out check for substitution of private key file on Windows, | Tom Lane | |
| since st_ino can't be trusted on that platform. Per report from T.J. | |||
| 2005-01-10 | Un-break MSVC build, per Andrew Dunstan. | Tom Lane | |
| 2005-01-09 | Translation updates | Peter Eisentraut | |
| 2005-01-08 | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | |
| from our long-established standard. | |||
| 2005-01-06 | Minor mop-up for Windows home-directory stuff, per Magnus. | Tom Lane | |
| 2005-01-06 | Instead of a bare recv() to read the server's response to an SSL | Tom Lane | |
| 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. | |||
| 2005-01-06 | Adjust lookup of client-side profile files (.pgpass and so on) as per | Tom Lane | |
| 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. | |||
| 2005-01-06 | Translation updates | Dennis Bjorklund | |
| 2005-01-06 | Translation updates | Peter Eisentraut | |
| 2005-01-06 | Make the various places that determine the user's "home directory" | Tom Lane | |
| 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. | |||
| 2005-01-04 | Clean up code in libpq that obtains user's home directory: make a single | Tom Lane | |
| 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. | |||
| 2005-01-01 | Adjust a few more copyright notices to match the format expected by | Tom Lane | |
| the src/tools/copyright script. | |||
| 2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane | |
| should have been caught by the src/tools/copyright script ... why weren't they? | |||
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon | |
| 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 ... | |||
| 2004-12-30 | Fixed segfault in connect when specifying no database name. | Michael Meskes | |
| 2004-12-28 | Make libpq default to localhost connections on machines without Unix-domain | Tom Lane | |
| sockets, rather than failing as it formerly did. Revert the thereby-obsoleted patch to make psql supply the localhost default. | |||
| 2004-12-23 | Add missing ecpg prototype for newly added functions. | Bruce Momjian | |
| 2004-12-23 | Added PGTYPEStimestamp_add_interval written by Dave Cramer. | Michael Meskes | |
| Fixed parsing of defines to make sure they used more than once. | |||
| 2004-12-21 | Patch to make libpq.rc be a built-for-distribution file was a few | Tom Lane | |
| bricks shy of a load. | |||
| 2004-12-20 | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane | |
| 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. | |||
| 2004-12-19 | Add Win32 version stamps that increment each day for proper SYSTEM32 | Bruce Momjian | |
| DLL pginstaller installs. | |||
| 2004-12-13 | New translations | Peter Eisentraut | |
| 2004-12-12 | Translation updates | Peter Eisentraut | |
| 2004-12-11 | Translation updates | Peter Eisentraut | |
