Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Translation updates | Peter Eisentraut | 2005-01-09 | |
| | ||||
* | New translation | Peter Eisentraut | 2005-01-09 | |
| | ||||
* | Translation updates | Peter Eisentraut | 2005-01-09 | |
| | ||||
* | Some more small improvements in response to 7.4 interactive docs comments. | Tom Lane | 2005-01-09 | |
| | ||||
* | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | 2005-01-08 | |
| | | | | from our long-established standard. | |||
* | Some more small improvements in response to 7.4 interactive docs comments. | Tom Lane | 2005-01-08 | |
| | ||||
* | Update supported platforms list. | Peter Eisentraut | 2005-01-08 | |
| | ||||
* | New version of mkinstalldirs fixes problems on Tru64 UNIX. | Peter Eisentraut | 2005-01-08 | |
| | ||||
* | Some small docs improvements motivated by reading the comments for the 7.4 | Tom Lane | 2005-01-08 | |
| | | | | 7.4 interactive docs. | |||
* | Remove mp3 that is now missing. | Bruce Momjian | 2005-01-08 | |
| | ||||
* | Some small docs improvements motivated by reading the comments for the | Tom Lane | 2005-01-08 | |
| | | | | 7.4 interactive docs. | |||
* | Improve comments in sample config files. | Tom Lane | 2005-01-07 | |
| | ||||
* | Add a tip showing how functions on composite types can be used to | Tom Lane | 2005-01-07 | |
| | | | | | emulate computed fields. I suppose this is why the Berkeley boys made it work that way in the first place, but the docs never said so anyplace. | |||
* | Improve discussion of SQL functions taking/returning row types. | Tom Lane | 2005-01-07 | |
| | ||||
* | Update supported platforms list | Peter Eisentraut | 2005-01-07 | |
| | ||||
* | Fix ECPGstatus() documentation of parameters. | Bruce Momjian | 2005-01-07 | |
| | | | | Edmund Bacon | |||
* | upgrade tags to rc4REL8_0_0RC4 | PostgreSQL Daemon | 2005-01-07 | |
| | ||||
* | Minor mop-up for Windows home-directory stuff, per Magnus. | Tom Lane | 2005-01-06 | |
| | ||||
* | Spell APPDATA as %APPDATA%, per recommendation from Magnus. | Tom Lane | 2005-01-06 | |
| | ||||
* | Don't list port twice in SUBDIRS. Caught by Honda Shigehiro. | Tom Lane | 2005-01-06 | |
| | ||||
* | Revert -Wl, change to Makefile.osf, as the allegedly more standard | Tom Lane | 2005-01-06 | |
| | | | | | syntax apparently does not work for all toolchains on that platform. Per Honda Shigehiro. | |||
* | Adjust examples to avoid using keywords as identifiers, per Honda Shigehiro. | Tom Lane | 2005-01-06 | |
| | ||||
* | Instead of a bare recv() to read the server's response to an SSL | Tom Lane | 2005-01-06 | |
| | | | | | | | 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 | |
| | | | | | | 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 | |
| | ||||
* | Translation updates | Dennis Bjorklund | 2005-01-06 | |
| | ||||
* | Translation updates | Dennis Bjorklund | 2005-01-06 | |
| | ||||
* | Update to supported platforms list | Peter Eisentraut | 2005-01-06 | |
| | ||||
* | Translation updates | Peter Eisentraut | 2005-01-06 | |
| | ||||
* | Translation updates | Peter Eisentraut | 2005-01-06 | |
| | ||||
* | More minor updates and copy-editing. | Tom Lane | 2005-01-06 | |
| | ||||
* | Make the various places that determine the user's "home directory" | Tom Lane | 2005-01-06 | |
| | | | | | | | | 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. | |||
* | Keep translations in step with synopses. | Tom Lane | 2005-01-06 | |
| | ||||
* | Re-readjust synopses for CREATE/ALTER USER. | Tom Lane | 2005-01-06 | |
| | ||||
* | More minor updates and copy-editing. | Tom Lane | 2005-01-05 | |
| | ||||
* | Update URL's to point to new site main location. | Bruce Momjian | 2005-01-05 | |
| | ||||
* | Fix example, change table name from 'array' to 'array_int'. | Bruce Momjian | 2005-01-05 | |
| | ||||
* | Update date stamp. | Bruce Momjian | 2005-01-05 | |
| | ||||
* | Update URLs. | Bruce Momjian | 2005-01-05 | |
| | ||||
* | Revert cosmetic synopsis changes that break psql translations. | Peter Eisentraut | 2005-01-05 | |
| | ||||
* | Clean up code in libpq that obtains user's home directory: make a single | Tom Lane | 2005-01-04 | |
| | | | | | | 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. | |||
* | Make pg_dump --oids work when default_with_oids = off. Per report from | Tom Lane | 2005-01-04 | |
| | | | | Michael Fuhr. | |||
* | Add some post-processing to the man page generation to fix up external/ | Peter Eisentraut | 2005-01-04 | |
| | | | | dangling cross-references. | |||
* | Translation update | Peter Eisentraut | 2005-01-04 | |
| | ||||
* | Remove duplicate novell mention. | Bruce Momjian | 2005-01-04 | |
| | ||||
* | Fix subsection ordering (DISTINCT should be described before LIMIT). | Tom Lane | 2005-01-04 | |
| | ||||
* | Fix typo | Peter Eisentraut | 2005-01-04 | |
| | ||||
* | Update wording: | Bruce Momjian | 2005-01-04 | |
| | | | | | | | | | | | | | | | | | | | | | | < * Allow building with directories containing spaces > * Allow building in directories containing spaces < There are two capabilities here, first the ability to build from a < source directory that contains spaces, and second the ability to install < into a directory that contains spaces. The first is probably not < possible because 'gmake' and other compiler tools do not fully support < spaces in path names. The second is possible with proper quoting in < the makefiles. Because PostgreSQL supports relocatable installs, it < is possible to install into a directory that doesn't contain spaces and < then copy the install to a directory with spaces. > This is probably not possible because 'gmake' and other compiler tools > do not fully support quoting of paths with spaces. > > * Allow installing to directories containing spaces > > This is possible if proper quoting is added to the makefiles for the > install targets. Because PostgreSQL supports relocatable installs, it > is already possible to install into a directory that doesn't contain > spaces and then copy the install to a directory with spaces. | |||
* | Update item for install with spaces: | Bruce Momjian | 2005-01-04 | |
| | | | | | | | | | | | > There are two capabilities here, first the ability to build from a > source directory that contains spaces, and second the ability to install > into a directory that contains spaces. The first is probably not > possible because 'gmake' and other compiler tools do not fully support > spaces in path names. The second is possible with proper quoting in > the makefiles. Because PostgreSQL supports relocatable installs, it > is possible to install into a directory that doesn't contain spaces and > then copy the install to a directory with spaces. | |||
* | More minor updates and copy-editing. | Tom Lane | 2005-01-04 | |
| |