| Commit message (Expand) | Author | Age |
* | Add an ifneq to avoid make warning on AIX --- there is a separate rule | Tom Lane | 2005-10-27 |
* | Put libpgport into OBJS instead of LIBS, so that it gets included | Tom Lane | 2005-07-28 |
* | On Windows, set the postmaster executable's stack size to 4MB, so that | Tom Lane | 2005-01-26 |
* | Clean up win32ver.o on Windows, per Magnus. | Tom Lane | 2004-12-31 |
* | Add Win32 version info to client binaries. | Bruce Momjian | 2004-10-05 |
* | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian | 2004-10-04 |
* | Add libpgport to postgres.def for Windows build. Per Magnus Hagander. | Tom Lane | 2004-08-01 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | Install recovery.conf.sample into the /share install directory. | Tom Lane | 2004-07-19 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | More cleanups for USE_PGTZ. | Bruce Momjian | 2004-04-30 |
* | Briefly, | Bruce Momjian | 2004-02-02 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. | Bruce Momjian | 2003-11-11 |
* | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 |
* | Move pg_service.conf.sample to /interfaces/libpq. | Bruce Momjian | 2003-02-03 |
* | Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; at | Bruce Momjian | 2003-01-26 |
* | Fix missing tab in file. | Bruce Momjian | 2003-01-07 |
* | Document libpq service capability, and add sample file. | Bruce Momjian | 2003-01-07 |
* | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 |
* | Initial version of the SQL information schema | Peter Eisentraut | 2002-12-14 |
* | > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not | Bruce Momjian | 2002-10-09 |
* | Assorted fixes for Cygwin: | Peter Eisentraut | 2002-09-05 |
* | Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during | Tom Lane | 2002-09-04 |
* | Move PO files into subdirectories separate from the source code. | Peter Eisentraut | 2002-08-21 |
* | Fix failure to relink postmaster executable in the first make run if only a | Peter Eisentraut | 2002-08-10 |
* | Address build problems on cygwin and (hopefully) AIX. | Tatsuo Ishii | 2002-08-08 |
* | Assemble portability modules into libpgport library. | Peter Eisentraut | 2002-07-27 |
* | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii | 2002-07-18 |
* | Move few remaining src/utils files to backend/port so everything is in | Bruce Momjian | 2002-07-16 |
* | Add $(LDFLAGS) to Windows make rule for postgres executable. Needed | Tom Lane | 2002-05-22 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Move | Peter Eisentraut | 2002-03-13 |
* | Don't mention TIOGA in Makefile and move strdup.c rule into proper | Bruce Momjian | 2002-02-18 |
* | Double quotes in ln command to guard against spaces in path. | Tom Lane | 2001-11-20 |
* | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut | 2001-09-16 |
* | Native Language Support (NLS) | Peter Eisentraut | 2001-06-02 |
* | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian | 2001-05-24 |
* | Send 'cd' output to /dev/null. | Peter Eisentraut | 2001-04-23 |
* | Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to | Tom Lane | 2001-04-04 |
* | Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski. | Tom Lane | 2001-04-02 |
* | Make all commands that link a program look like | Peter Eisentraut | 2000-11-30 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 |
* | Separate -Wl,-E or equivalent into separate make variable, since it's only | Peter Eisentraut | 2000-10-07 |
* | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut | 2000-09-17 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | Add distprep target to take some of the job of the release_prep script. | Peter Eisentraut | 2000-07-19 |
* | Automatic dependency tracking | Peter Eisentraut | 2000-07-16 |
* | Change order of builds to get parser before commands. | Thomas G. Lockhart | 2000-07-14 |