| Commit message (Expand) | Author | Age | Files | Lines |
| * | Install include/port header files, and fix PGXS build to use them. | Tom Lane | 2004-11-17 | 2 | -3/+15 |
| * | Adjust SHLIB_LINK for cygwin case. | Tom Lane | 2004-11-17 | 1 | -2/+2 |
| * | Be sure length limit passed to snprintf matches what malloc was given. | Tom Lane | 2004-11-17 | 1 | -3/+4 |
| * | Minor adjustment of message style. | Tom Lane | 2004-11-17 | 1 | -3/+3 |
| * | Win32 build cleanups, from Andrew Dunstan. | Neil Conway | 2004-11-17 | 3 | -4/+11 |
| * | Remove debugging printf from #ifdef WIN32 section. | Neil Conway | 2004-11-17 | 1 | -2/+1 |
| * | Micro-optimization of markpos() and restrpos() in btree and hash indexes. | Neil Conway | 2004-11-17 | 2 | -12/+10 |
| * | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway | 2004-11-17 | 1 | -1/+9 |
| * | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane | 2004-11-17 | 5 | -239/+615 |
| * | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway | 2004-11-16 | 2 | -2/+41 |
| * | Translation update | Peter Eisentraut | 2004-11-16 | 40 | -9927/+13999 |
| * | Adjust safety restrictions for plperl functions. Andrew Dunstan's | Tom Lane | 2004-11-16 | 1 | -6/+9 |
| * | Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin. | Tom Lane | 2004-11-16 | 1 | -1/+5 |
| * | Use dynamically-sized buffers in pgwin32_is_service(). | Tom Lane | 2004-11-16 | 1 | -36/+71 |
| * | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 | 5 | -20/+72 |
| * | Don't quote the value of EDITOR on Unix, only on Windows. Per discussion. | Tom Lane | 2004-11-15 | 1 | -4/+12 |
| * | Use English-style quotes in error messages, per Serguei Mokhov. | Tom Lane | 2004-11-14 | 1 | -3/+3 |
| * | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 | 8 | -364/+171 |
| * | There is no need for ReadBuffer() call sites to check that the returned | Neil Conway | 2004-11-14 | 4 | -46/+4 |
| * | Not entirely sure when this broke, but libpq's VC++ build is currently | Bruce Momjian | 2004-11-13 | 2 | -0/+4 |
| * | Fix obsolete comments. | Tom Lane | 2004-11-12 | 1 | -3/+3 |
| * | > I think in addition the system global name "sharemem.1" should be made more | Bruce Momjian | 2004-11-12 | 1 | -2/+2 |
| * | Remember to close the file on failure (pretty much redundant, really, | Tom Lane | 2004-11-12 | 1 | -1/+2 |
| * | Un-break custom_variable_classes kluge ... mea culpa. | Tom Lane | 2004-11-11 | 1 | -11/+14 |
| * | pg_restore --help improvements, from Tom Lane: | Bruce Momjian | 2004-11-11 | 1 | -3/+3 |
| * | Remove obsolete comment from btbuild() and hashbuild(): we no longer use | Neil Conway | 2004-11-11 | 2 | -12/+2 |
| * | List VALUE as a keyword. | Michael Meskes | 2004-11-10 | 2 | -1/+6 |
| * | Allow planner to fold "stable" functions to constants when forming | Tom Lane | 2004-11-09 | 1 | -16/+33 |
| * | Put in place some defenses against being fooled by accidental match of | Tom Lane | 2004-11-09 | 2 | -29/+91 |
| * | Get rid of perror(), substitute some better phrased error messages. | Peter Eisentraut | 2004-11-09 | 6 | -33/+40 |
| * | Translation updates | Peter Eisentraut | 2004-11-09 | 9 | -3996/+4184 |
| * | Clarify some strings | Peter Eisentraut | 2004-11-09 | 3 | -10/+10 |
| * | Translation update | Peter Eisentraut | 2004-11-09 | 1 | -578/+912 |
| * | Clarify some error messages | Peter Eisentraut | 2004-11-09 | 5 | -19/+19 |
| * | Translation update | Peter Eisentraut | 2004-11-09 | 1 | -833/+812 |
| * | Delete the `remove-old-headers' target, as it is no longer useful. Patch | Neil Conway | 2004-11-09 | 1 | -20/+2 |
| * | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane | 2004-11-09 | 3 | -71/+90 |
| * | Update workding on why we use is_absolute_path() as a macro. | Bruce Momjian | 2004-11-08 | 1 | -4/+3 |
| * | Allow win32/cygwin link against the first matching library symbol rather | Bruce Momjian | 2004-11-08 | 3 | -7/+10 |
| * | Kris Jurka pointed out that the qualified_name production wasn't | Tom Lane | 2004-11-08 | 1 | -8/+32 |
| * | Fix unportable code in SockAddr_cidr_mask: you can't assume that | Tom Lane | 2004-11-08 | 1 | -19/+22 |
| * | New translation | Peter Eisentraut | 2004-11-07 | 4 | -4/+3610 |
| * | Translation update | Peter Eisentraut | 2004-11-07 | 1 | -4057/+5595 |
| * | Translation updates | Peter Eisentraut | 2004-11-07 | 5 | -999/+1540 |
| * | Removes duplicate slashes from the path in canonicalize_path(). It | Bruce Momjian | 2004-11-07 | 1 | -7/+27 |
| * | Add code to find_my_exec() to resolve a symbolic link down to the | Tom Lane | 2004-11-06 | 2 | -58/+169 |
| * | Simplify relative-path logic, on the assumption that compiled-in paths | Tom Lane | 2004-11-06 | 1 | -163/+65 |
| * | Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicit | Tom Lane | 2004-11-06 | 5 | -46/+164 |
| * | Remove directory from cmd.exe default shell. | Bruce Momjian | 2004-11-06 | 1 | -2/+6 |
| * | When implementing a coercion to a domain type with a combined | Tom Lane | 2004-11-06 | 5 | -22/+40 |