| Age | Commit message (Expand) | Author |
| 2000-11-30 | Make all commands that link a program look like | Peter Eisentraut |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-10-07 | Separate -Wl,-E or equivalent into separate make variable, since it's only | Peter Eisentraut |
| 2000-09-17 | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-07-19 | Add distprep target to take some of the job of the release_prep script. | Peter Eisentraut |
| 2000-07-16 | Automatic dependency tracking | Peter Eisentraut |
| 2000-07-14 | Change order of builds to get parser before commands. | Thomas G. Lockhart |
| 2000-07-13 | Repair parallel make in backend tree (and make it really parallel). | Peter Eisentraut |
| 2000-07-08 | Put back separate install-bin target ... I was using that, | Tom Lane |
| 2000-07-06 | Backend makefile cleanup. make maintainer-clean is now completely | Peter Eisentraut |
| 2000-07-02 | Version number now set in configure, available through Makefile.global | Peter Eisentraut |
| 2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
| 2000-06-17 | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut |
| 2000-06-05 | Simplify build/install process for bki and description files. There's | Tom Lane |
| 2000-06-04 | New ps display code, works on more platforms. | Peter Eisentraut |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-30 | Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH to | Bruce Momjian |
| 2000-05-29 | Neglected to add fmgr.h to set of installed headers... | Tom Lane |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-11 | Makefile CFLAGS cleanups. | Bruce Momjian |
| 2000-04-08 | Add new pg_options.sample file. | Bruce Momjian |
| 2000-03-08 | Clean up gmake warning caused by recent NetBSD patch. <grumble> | Tom Lane |
| 2000-03-08 | I've made a diff against the 7.0beta1 tree that accomplishes several things: | Bruce Momjian |
| 2000-02-27 | Clean up dependencies for version.o. | Tom Lane |
| 1999-12-16 | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian |
| 1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
| 1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
| 1999-11-14 | Tweak make rules for parse.h and fmgr.h to avoid bug in old | Tom Lane |
| 1999-03-07 | Export include/utils/mcxt.h so that external stuff can include | Tom Lane |
| 1999-02-23 | Rearrange order of subdirectory creation to help generate parse.h | Thomas G. Lockhart |
| 1999-01-21 | FOR UPDATE is in parser & rules. | Vadim B. Mikheev |
| 1999-01-17 | Apply Win32 patch from Horak Daniel. | Bruce Momjian |
| 1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |
| 1998-04-27 | This patch... | Bruce Momjian |
| 1998-04-06 | DESTDIR removed, again. | Bruce Momjian |
| 1998-04-06 | Make DESTDIR consistent, and verious Linux cleanups. | Bruce Momjian |
| 1998-01-04 | Various fixes NETBSD/sparc related | Marc G. Fournier |
| 1997-12-20 | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier |
| 1997-12-17 | First pass through, of many to come, towards making the whole source | Marc G. Fournier |
| 1997-11-13 | Add pg_description table for info on tables, columns, operators, types, and a... | Bruce Momjian |
| 1997-09-20 | Replace missing directory delimiter for postmaster installation command. | Thomas G. Lockhart |
| 1997-09-19 | 1997-06-15 Paul Eggert <eggert@twinsun.com> | Marc G. Fournier |
| 1997-05-22 | From: Darren King <aixssd!darrenk@abs.net> | Marc G. Fournier |
| 1997-04-04 | This commit represents a clean compile with the new templates under | Marc G. Fournier |
| 1997-04-02 | Use $(CC), not gcc, to compile | Marc G. Fournier |
| 1997-03-25 | Use $(LD_ADD) from Makefile.global instead of $(LDADD), which doesn't exist... | Marc G. Fournier |
| 1997-03-12 | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier |
| 1997-02-19 | Add and install the pg_geqo.sample file | Marc G. Fournier |