summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-11Hashed crosstab was dying with an SPI_finish error when the source SQLJoe Conway
2004-08-10Set DYLD_LIBRARY_PATH so that 'make check' works without priorTom Lane
2004-08-10New translationPeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatePeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatePeter Eisentraut
2004-08-10Update DELETE FROM:Bruce Momjian
2004-08-10Update DELETE FROM TODO info.Bruce Momjian
2004-08-10Add:Bruce Momjian
2004-08-10Update documentation to reflect the fact that we now know exactly whatTom Lane
2004-08-09Removed, shared table:Bruce Momjian
2004-08-09Add:Bruce Momjian
2004-08-09syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane.Tom Lane
2004-08-09Path-mangling logic was failing to account for paths containing mentionsTom Lane
2004-08-09When expanding %p in archive_command or restore_command, translateTom Lane
2004-08-09Remove no-longer-relevant information about trying to force your OSTom Lane
2004-08-09Fix Win32 pg_dumpall check.REL8_0_0BETA1Bruce Momjian
2004-08-09Improve comment.Bruce Momjian
2004-08-09Stamp libpq.rc with 8.0 version.Bruce Momjian
2004-08-08tag her configure 8.0.0beta1 ...PostgreSQL Daemon
2004-08-08Add note pointing out the difference in semantics between Oracle andTom Lane
2004-08-08Move expanded discussion of inheritance's limitations out of tutorialTom Lane
2004-08-08Make listen_addresses be a comma-separated list instead of a space-separatedTom Lane
2004-08-08Document background writer control parameters, do some editorial workTom Lane
2004-08-08If these are ifdef WIN32 in the .c file, should be so in .h as well.Tom Lane
2004-08-08Disable vacuum delay, as discussed on hackers.Bruce Momjian
2004-08-08Fix compiler warning in the proper way.Bruce Momjian
2004-08-08Supress warning about zero-length format string.Bruce Momjian
2004-08-08Allow libpgport to call memory allocation routines even thoughBruce Momjian
2004-08-08Another array syntax change (whitespace) clarification -- this time inJoe Conway
2004-08-08Minor clarification of documentation regarding trailing whitespace.Joe Conway
2004-08-08Updated release notes for recent array syntax changes.Joe Conway
2004-08-08More Win32 zic build cleanups now that we have symlinks, it needs help.Bruce Momjian
2004-08-08Adjust defines to be consistent.Bruce Momjian
2004-08-08Tighened up syntax checking of array input processing considerably. Junk thatJoe Conway
2004-08-08Another zic cleanup .Bruce Momjian
2004-08-08Update admin guide's discussion of WAL to match present reality.Tom Lane
2004-08-08Link in dirmod specially for zic so it works on Win32.Bruce Momjian
2004-08-08Remove xstrdup and friends who were only called once. Replace withBruce Momjian
2004-08-08Add a comment about why we always replay backup blocks from WAL.Tom Lane
2004-08-08Fix Win32 pg_dumpall, with help from Claudio.Bruce Momjian
2004-08-08Improve comment.Bruce Momjian
2004-08-08Minor editorialization on example --- I think that the use of dollarTom Lane
2004-08-08This patch adds SQL2003 to the set of standards with which PostgreSQLBruce Momjian
2004-08-08This adds a caveat to the inheritance part of the tutorial.Bruce Momjian
2004-08-08This patch adds an example to the CREATE DOMAIN docs.Bruce Momjian
2004-08-08Included is an example of using savepoints in a non-trivial example.Bruce Momjian
2004-08-08Fix comment.Bruce Momjian
2004-08-08Fixups for Win32 symlinks.Bruce Momjian