| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set DYLD_LIBRARY_PATH so that 'make check' works without prior | Tom Lane | 2004-08-10 | 1 | -3/+11 |
| * | New translation | Peter Eisentraut | 2004-08-10 | 2 | -2/+10453 |
| * | Translation updates | Peter Eisentraut | 2004-08-10 | 8 | -1438/+4067 |
| * | Translation update | Peter Eisentraut | 2004-08-10 | 1 | -34/+50 |
| * | Translation updates | Peter Eisentraut | 2004-08-10 | 6 | -685/+855 |
| * | Translation update | Peter Eisentraut | 2004-08-10 | 3 | -410/+457 |
| * | syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane. | Tom Lane | 2004-08-09 | 1 | -1/+2 |
| * | Path-mangling logic was failing to account for paths containing mentions | Tom Lane | 2004-08-09 | 3 | -7/+33 |
| * | When expanding %p in archive_command or restore_command, translate | Tom Lane | 2004-08-09 | 2 | -2/+22 |
| * | Fix Win32 pg_dumpall check.REL8_0_0BETA1 | Bruce Momjian | 2004-08-09 | 1 | -3/+3 |
| * | Improve comment. | Bruce Momjian | 2004-08-09 | 1 | -3/+3 |
| * | Stamp libpq.rc with 8.0 version. | Bruce Momjian | 2004-08-09 | 1 | -4/+4 |
| * | Make listen_addresses be a comma-separated list instead of a space-separated | Tom Lane | 2004-08-08 | 2 | -24/+27 |
| * | Document background writer control parameters, do some editorial work | Tom Lane | 2004-08-08 | 1 | -16/+17 |
| * | If these are ifdef WIN32 in the .c file, should be so in .h as well. | Tom Lane | 2004-08-08 | 1 | -5/+6 |
| * | Disable vacuum delay, as discussed on hackers. | Bruce Momjian | 2004-08-08 | 2 | -3/+3 |
| * | Fix compiler warning in the proper way. | Bruce Momjian | 2004-08-08 | 1 | -2/+3 |
| * | Supress warning about zero-length format string. | Bruce Momjian | 2004-08-08 | 1 | -6/+6 |
| * | Allow libpgport to call memory allocation routines even though | Bruce Momjian | 2004-08-08 | 5 | -6/+72 |
| * | More Win32 zic build cleanups now that we have symlinks, it needs help. | Bruce Momjian | 2004-08-08 | 2 | -5/+4 |
| * | Adjust defines to be consistent. | Bruce Momjian | 2004-08-08 | 1 | -4/+4 |
| * | Tighened up syntax checking of array input processing considerably. Junk that | Joe Conway | 2004-08-08 | 1 | -18/+148 |
| * | Another zic cleanup . | Bruce Momjian | 2004-08-08 | 1 | -1/+3 |
| * | Link in dirmod specially for zic so it works on Win32. | Bruce Momjian | 2004-08-08 | 1 | -3/+6 |
| * | Remove xstrdup and friends who were only called once. Replace with | Bruce Momjian | 2004-08-08 | 1 | -56/+33 |
| * | Add a comment about why we always replay backup blocks from WAL. | Tom Lane | 2004-08-08 | 1 | -1/+10 |
| * | Fix Win32 pg_dumpall, with help from Claudio. | Bruce Momjian | 2004-08-08 | 1 | -3/+16 |
| * | Improve comment. | Bruce Momjian | 2004-08-08 | 1 | -3/+5 |
| * | Fix comment. | Bruce Momjian | 2004-08-08 | 1 | -2/+2 |
| * | Fixups for Win32 symlinks. | Bruce Momjian | 2004-08-08 | 2 | -4/+16 |
| * | The attached patch implements a symlink for win32 using junctions, and | Bruce Momjian | 2004-08-07 | 2 | -18/+134 |
| * | Remove bogus trailing dot from eventlog output, per Andreas. | Tom Lane | 2004-08-07 | 4 | -12/+9 |
| * | Don't try to rewrite NEW references in a utility statement in a rule. | Tom Lane | 2004-08-07 | 1 | -2/+3 |
| * | Ignore trailing spaces in psql \h. | Bruce Momjian | 2004-08-07 | 1 | -3/+3 |
| * | Vacuum delay activated by default. | Jan Wieck | 2004-08-07 | 2 | -3/+3 |
| * | Document delay as 0, per Matthew T. O'Connor | Bruce Momjian | 2004-08-07 | 1 | -1/+1 |
| * | Arrange for proper newline termination of syslogger's own messages, | Tom Lane | 2004-08-06 | 1 | -8/+54 |
| * | Revert badly-broken patch to dump comments on composite-type columns. | Tom Lane | 2004-08-06 | 1 | -14/+8 |
| * | I have noticed that the latex format in psql has some bugs: | Bruce Momjian | 2004-08-06 | 1 | -26/+29 |
| * | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane | 2004-08-06 | 2 | -4/+4 |
| * | Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmaster | Tom Lane | 2004-08-06 | 1 | -2/+3 |
| * | Fix several small Windows compatibility issues, per Andreas. | Tom Lane | 2004-08-06 | 1 | -13/+38 |
| * | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian | 2004-08-06 | 8 | -17/+17 |
| * | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 | 11 | -39/+949 |
| * | Translation updates | Dennis Bjorklund | 2004-08-05 | 2 | -303/+314 |
| * | Translation updates | Dennis Bjorklund | 2004-08-05 | 3 | -194/+274 |
| * | Require that array literals produce "rectangular" arrays, i.e. all the | Joe Conway | 2004-08-05 | 4 | -44/+123 |
| * | Restore behavior of --pgxs option to that of the original shell script. | Joe Conway | 2004-08-05 | 1 | -2/+2 |
| * | Move include for Python.h above postgres.h to eliminate compiler warning. | Joe Conway | 2004-08-05 | 1 | -2/+2 |
| * | Use gettext_noop() to mark strings. errmsg() perform the | Dennis Bjorklund | 2004-08-04 | 1 | -9/+9 |