- 26 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
platforms and without relinking. Also support VPATH builds and DESTDIR installs. One hopes.
-
- 24 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
places that were including the wrong files.
-
- 06 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
install prefix=elsewhere' works.
-
- 01 Aug, 2001 2 commits
-
-
Tom Lane authored
points out how silly it is to use Autoconf to test for a preprocessor symbol, when one can equally easily #ifdef on the symbol itself. Accordingly, revert configure to prior state and do it that way.
-
Tom Lane authored
system supports SO_PEERCRED requests for Unix sockets. This is an amalgamation of patches submitted by Helge Bahmann and Oliver Elphick, with some editorializing by yours truly.
-
- 30 Jul, 2001 1 commit
-
-
Bruce Momjian authored
-
- 10 Jul, 2001 1 commit
-
-
Peter Eisentraut authored
choice of compiler and flags, uninstall, and peculiar Python installation layouts for PyGreSql. Also install into site-packages now, as officially recommended. And pgdb.py is also installed now, used to be forgotten.
-
- 04 Jul, 2001 1 commit
-
-
Peter Eisentraut authored
Then, run a small reality test with $ANT to see whether it works.
-
- 11 Jun, 2001 1 commit
-
-
Bruce Momjian authored
-
- 02 Jun, 2001 1 commit
-
-
Peter Eisentraut authored
Use --enable-nls to turn it on; see installation instructions for details. See developer's guide how to make use of it in programs and how to add translations. psql sources have been almost fully prepared and an incomplete German translation has been provided. In the backend, only elog() calls are currently translatable, and the provided German translation file is more of a placeholder.
-
- 16 May, 2001 1 commit
-
-
Bruce Momjian authored
-
- 12 May, 2001 1 commit
-
-
Peter Eisentraut authored
there's no shared libpython. Test suite works as well. Also, add some documentation.
-
- 11 May, 2001 2 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
time to do it, not during beta because people are using this stuff in production sometimes.
-
- 09 May, 2001 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 03 May, 2001 1 commit
-
-
Bruce Momjian authored
-
- 23 Apr, 2001 1 commit
-
-
Tom Lane authored
defines z_streamp.
-
- 19 Apr, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 14 Apr, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 13 Apr, 2001 1 commit
-
-
Marc G. Fournier authored
should have been done generate a new Changelog from rc4, which is nice and short ... one python interface change tag configure as 7.1, for generating the packages ... This is it folks ... Release 7.1 is officially here ...
-
- 08 Apr, 2001 1 commit
-
-
Marc G. Fournier authored
upgrade tags to rc4 (note lower case for packagers)
-
- 06 Apr, 2001 1 commit
-
-
Marc G. Fournier authored
mark it as RC3 ...
-
- 01 Apr, 2001 1 commit
-
-
Marc G. Fournier authored
RC2 preparations ...
-
- 23 Mar, 2001 1 commit
-
-
Tom Lane authored
accepts nnnLL syntax for long long constants. If so, decorate the CRC64 constants with LL to avoid warnings and/or erroneous results from certain non-standards-compliant compilers.
-
- 20 Mar, 2001 1 commit
-
-
Marc G. Fournier authored
well, here goes our first Release Candidate for 7.1 *cross fingers*
-
- 16 Mar, 2001 1 commit
-
-
Marc G. Fournier authored
upgrade version to beta6
-
- 14 Mar, 2001 1 commit
-
-
Peter Eisentraut authored
prevent disguised failures.
-
- 11 Mar, 2001 1 commit
-
-
Peter Eisentraut authored
AC_SUBST that messed up the diversions and thus the configure output.
-
- 10 Mar, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 05 Mar, 2001 2 commits
-
-
Peter Mount authored
(said redirection required when run). After checking using cvsweb, removed the offending conflict. Rebuilt configure using autoconf, and it now works fine.
-
Peter Mount authored
Ok, I've split todays commit into three, the first two already done had some bits in JDBC & the first set of tools into contrib. This is the third, and deals with enabling JDBC to be compiled with the main source. What it does is add a new option to configure: --with-java This option tells configure to look for ant (our build tool of choice) and if found, it then compiles both the JDBC driver and the new tools as part of the normal make. Also, when the postgresql install is done, all the .jar files are also installed into the ${PGLIB}/java directory (thought best to keep then separate) Now I had some conflicts when this applied so could someone please double check that everything is ok? Peter
-
- 03 Mar, 2001 1 commit
-
-
Peter Eisentraut authored
Recode test for equality of source and build directory using 'test -ef', because even using pwd you might not get equal strings. Thanks, QNX.
-
- 01 Mar, 2001 1 commit
-
-
Tatsuo Ishii authored
-
- 27 Feb, 2001 1 commit
-
-
Tatsuo Ishii authored
-
- 23 Feb, 2001 1 commit
-
-
Marc G. Fournier authored
update to beta5
-
- 19 Feb, 2001 1 commit
-
-
Tatsuo Ishii authored
STRTOL='strtoul.o' --> STRTOUL='strtoul.o'
-
- 18 Feb, 2001 1 commit
-
-
Tom Lane authored
waste of cycles on single-CPU machines, and of dubious utility on multi-CPU machines too. Tweak s_lock_stuck so that caller can specify timeout interval, and increase interval before declaring stuck spinlock for buffer locks and XLOG locks. On systems that have fdatasync(), use that rather than fsync() to sync WAL log writes. Ensure that WAL file is entirely allocated during XLogFileInit.
-
- 10 Feb, 2001 1 commit
-
-
Peter Eisentraut authored
When no suitable YACC is configured, supply useful informational messages to users. (Same way flex has been handled for a while.)
-