summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set DYLD_LIBRARY_PATH so that 'make check' works without priorTom Lane2004-08-101-3/+11
* New translationPeter Eisentraut2004-08-102-2/+10453
* Translation updatesPeter Eisentraut2004-08-108-1438/+4067
* Translation updatePeter Eisentraut2004-08-101-34/+50
* Translation updatesPeter Eisentraut2004-08-106-685/+855
* Translation updatePeter Eisentraut2004-08-103-410/+457
* syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane.Tom Lane2004-08-091-1/+2
* Path-mangling logic was failing to account for paths containing mentionsTom Lane2004-08-093-7/+33
* When expanding %p in archive_command or restore_command, translateTom Lane2004-08-092-2/+22
* Fix Win32 pg_dumpall check.REL8_0_0BETA1Bruce Momjian2004-08-091-3/+3
* Improve comment.Bruce Momjian2004-08-091-3/+3
* Stamp libpq.rc with 8.0 version.Bruce Momjian2004-08-091-4/+4
* Make listen_addresses be a comma-separated list instead of a space-separatedTom Lane2004-08-082-24/+27
* Document background writer control parameters, do some editorial workTom Lane2004-08-081-16/+17
* If these are ifdef WIN32 in the .c file, should be so in .h as well.Tom Lane2004-08-081-5/+6
* Disable vacuum delay, as discussed on hackers.Bruce Momjian2004-08-082-3/+3
* Fix compiler warning in the proper way.Bruce Momjian2004-08-081-2/+3
* Supress warning about zero-length format string.Bruce Momjian2004-08-081-6/+6
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-085-6/+72
* More Win32 zic build cleanups now that we have symlinks, it needs help.Bruce Momjian2004-08-082-5/+4
* Adjust defines to be consistent.Bruce Momjian2004-08-081-4/+4
* Tighened up syntax checking of array input processing considerably. Junk thatJoe Conway2004-08-081-18/+148
* Another zic cleanup .Bruce Momjian2004-08-081-1/+3
* Link in dirmod specially for zic so it works on Win32.Bruce Momjian2004-08-081-3/+6
* Remove xstrdup and friends who were only called once. Replace withBruce Momjian2004-08-081-56/+33
* Add a comment about why we always replay backup blocks from WAL.Tom Lane2004-08-081-1/+10
* Fix Win32 pg_dumpall, with help from Claudio.Bruce Momjian2004-08-081-3/+16
* Improve comment.Bruce Momjian2004-08-081-3/+5
* Fix comment.Bruce Momjian2004-08-081-2/+2
* Fixups for Win32 symlinks.Bruce Momjian2004-08-082-4/+16
* The attached patch implements a symlink for win32 using junctions, andBruce Momjian2004-08-072-18/+134
* Remove bogus trailing dot from eventlog output, per Andreas.Tom Lane2004-08-074-12/+9
* Don't try to rewrite NEW references in a utility statement in a rule.Tom Lane2004-08-071-2/+3
* Ignore trailing spaces in psql \h.Bruce Momjian2004-08-071-3/+3
* Vacuum delay activated by default.Jan Wieck2004-08-072-3/+3
* Document delay as 0, per Matthew T. O'ConnorBruce Momjian2004-08-071-1/+1
* Arrange for proper newline termination of syslogger's own messages,Tom Lane2004-08-061-8/+54
* Revert badly-broken patch to dump comments on composite-type columns.Tom Lane2004-08-061-14/+8
* I have noticed that the latex format in psql has some bugs:Bruce Momjian2004-08-061-26/+29
* Use one, not zero, as the default lower bound for arrays of AclItems.Tom Lane2004-08-062-4/+4
* Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmasterTom Lane2004-08-061-2/+3
* Fix several small Windows compatibility issues, per Andreas.Tom Lane2004-08-061-13/+38
* Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian2004-08-068-17/+17
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-0511-39/+949
* Translation updatesDennis Bjorklund2004-08-052-303/+314
* Translation updatesDennis Bjorklund2004-08-053-194/+274
* Require that array literals produce "rectangular" arrays, i.e. all theJoe Conway2004-08-054-44/+123
* Restore behavior of --pgxs option to that of the original shell script.Joe Conway2004-08-051-2/+2
* Move include for Python.h above postgres.h to eliminate compiler warning.Joe Conway2004-08-051-2/+2
* Use gettext_noop() to mark strings. errmsg() perform theDennis Bjorklund2004-08-041-9/+9