| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove all of the libpgtcl and pgtclsh files, including all references to | PostgreSQL Daemon | 2004-04-20 | 1 | -120/+1 |
| * | Allow unlink/rename of files open by another process on Win32, using a | Bruce Momjian | 2004-03-24 | 1 | -0/+1 |
| * | Always test getpwuid_r because HEAD always uses *_r if it finds them. | Bruce Momjian | 2004-03-20 | 1 | -59/+60 |
| * | Handle draft version of getpwuid_r() that accepts only four arguments. | Bruce Momjian | 2004-03-20 | 1 | -0/+59 |
| * | Add comment for Win32. | Bruce Momjian | 2004-03-09 | 1 | -1/+2 |
| * | Fix wording of new bison warning, per Peter. | Bruce Momjian | 2004-03-03 | 1 | -2/+2 |
| * | Update bison warning to be clearer about its purpose. | Bruce Momjian | 2004-03-02 | 1 | -4/+4 |
| * | Check and set thread-safe functions separately, rather than as a single | Bruce Momjian | 2004-02-11 | 1 | -15/+32 |
| * | Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. | Bruce Momjian | 2004-02-11 | 1 | -0/+5 |
| * | Add configure support for determining UINT64_FORMAT, the appropriate | Tom Lane | 2004-02-10 | 1 | -3/+11 |
| * | Win32 adjustments for dirmod and configure/configure.in. | Bruce Momjian | 2004-02-02 | 1 | -1/+4 |
| * | autoconf run. | Tom Lane | 2004-02-02 | 1 | -3/+4 |
| * | Do not let external specification of CFLAGS stop us from adding | Tom Lane | 2004-02-02 | 1 | -3/+2 |
| * | Briefly, | Bruce Momjian | 2004-02-02 | 1 | -1/+2 |
| * | Remove JDBC from the build system and documentation, too. | Tom Lane | 2004-01-19 | 1 | -150/+0 |
| * | Add WIN32 pipe implementation that uses sockets. | Bruce Momjian | 2004-01-09 | 1 | -1/+2 |
| * | Push responsibility for selecting out-of-line-assembler TAS code out to | Tom Lane | 2003-12-23 | 1 | -17/+21 |
| * | Add /usr/local/sgml/docbook-dsssl to the default search patch for | Bruce Momjian | 2003-12-13 | 1 | -0/+1 |
| * | Remove possibility to specify an installation root after --with-krbx and | Peter Eisentraut | 2003-11-27 | 1 | -86/+44 |
| * | Make sure vpath_build is set correctly even if config.status --no-create | Peter Eisentraut | 2003-11-27 | 1 | -6/+6 |
| * | Upgrade to DocBook V4.2 SGML. | Peter Eisentraut | 2003-11-24 | 1 | -3/+3 |
| * | Use --with-docdir to choose installation location of documentation; put | Peter Eisentraut | 2003-11-24 | 1 | -12/+41 |
| * | Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. | Peter Eisentraut | 2003-11-24 | 1 | -1/+1 |
| * | Make the detection of nsgmls more robust for funny shells. | Peter Eisentraut | 2003-11-06 | 1 | -5/+7 |
| * | Tag HEAD as 7.5devel. | Tom Lane | 2003-11-03 | 1 | -9/+9 |
| * | tag it Release Candidate 1, as previously discussedREL7_4_RC1 | PostgreSQL Daemon | 2003-11-03 | 1 | -9/+9 |
| * | Unset CFLAGS before reading template. This should be more robust. | Peter Eisentraut | 2003-11-01 | 1 | -5/+9 |
| * | Guard against Ant versions that print CLASSPATH before the version number | Tom Lane | 2003-10-28 | 1 | -1/+1 |
| * | Fix CFLAGS selection to actually work. Add test to detect whether gcc's | Peter Eisentraut | 2003-10-25 | 1 | -18/+83 |
| * | up configure to beta5REL7_4_BETA5 | PostgreSQL Daemon | 2003-10-22 | 1 | -9/+9 |
| * | Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc, | Tom Lane | 2003-10-15 | 1 | -8/+18 |
| * | Add compile -O flag only for non-debug mode, per Tom | Bruce Momjian | 2003-10-14 | 1 | -4/+5 |
| * | This centralizes the optimization defaults into configure.in, rather | Bruce Momjian | 2003-10-09 | 1 | -0/+4 |
| * | brand her beta4REL7_4_BETA4 | PostgreSQL Daemon | 2003-10-03 | 1 | -9/+9 |
| * | Finalize configuration of thread_test program. | Bruce Momjian | 2003-09-27 | 1 | -1/+3 |
| * | Rename thread compile flag. Move thread test program to tools/thread, | Bruce Momjian | 2003-09-27 | 1 | -3/+3 |
| * | tag her for beta3, as announced on Friday ...REL7_4_BETA3 | PostgreSQL Daemon | 2003-09-15 | 1 | -9/+9 |
| * | Rename --without-spinlocks to --disable-spinlocks, per Peter. | Bruce Momjian | 2003-09-13 | 1 | -32/+30 |
| * | autoconf/autoheader run. | Bruce Momjian | 2003-09-13 | 1 | -158/+20 |
| * | Implement compiler #error if spinlock code not found, add configure flag | Bruce Momjian | 2003-09-12 | 1 | -1/+44 |
| * | autoconf run. | Bruce Momjian | 2003-09-07 | 1 | -1/+1 |
| * | Changes for MinGW/WIN32: | Bruce Momjian | 2003-09-07 | 1 | -11/+29 |
| * | Make the default pg_hba.conf include an entry for ::1 only if configure | Tom Lane | 2003-09-07 | 1 | -0/+4 |
| * | Clean up after pygresql removal: adjust/remove documentation and remove | Peter Eisentraut | 2003-09-01 | 1 | -10/+2 |
| * | update to beta2REL7_4_BETA2 | PostgreSQL Daemon | 2003-08-27 | 1 | -9/+9 |
| * | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to | Bruce Momjian | 2003-08-16 | 1 | -21/+162 |
| * | Do not link in libwsock32 on non-win32 platforms. Improve grammar | Tom Lane | 2003-08-11 | 1 | -64/+72 |
| * | Fix typo. | Tom Lane | 2003-08-07 | 1 | -1/+1 |
| * | Don't assume that struct option is available just because we can find a | Tom Lane | 2003-08-07 | 1 | -2/+147 |
| * | change tag to 7.4beta1 and update the Copyright to 2003 | PostgreSQL Daemon | 2003-08-04 | 1 | -11/+11 |