index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
Makefile
Age
Commit message (
Expand
)
Author
2010-02-11
Generic implementation of red-black binary tree. It's planned to use in
Teodor Sigaev
2009-08-28
Derived files that are shipped in the distribution used to be built in the
Peter Eisentraut
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2006-07-25
Remove hard-wired lists of timezone abbreviations in favor of providing
Tom Lane
2006-03-07
Make all our flex and bison files use %option prefix or %name-prefix
Tom Lane
2005-10-03
Separate out the VacRUsage stuff as an independent module, in preparation
Tom Lane
2005-02-26
Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-07-04
Add --help-config facility to dump information about GUC parameters
Tom Lane
2002-11-01
Arrange to compile flex output files as inclusions into other files
Tom Lane
2000-10-20
Add support for VPATH builds, that is, building somewhere else than in the
Peter Eisentraut
2000-08-28
New configure test for flex, which recognizes only flex but does so in all
Peter Eisentraut
2000-08-25
Make the location of the Kerberos server key file run time configurable
Peter Eisentraut
2000-06-04
New ps display code, works on more platforms.
Peter Eisentraut
2000-06-01
Simplify overly-clever Make rule, which evidently confuses at least
Tom Lane
2000-05-31
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-01-19
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
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
1998-08-25
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-07-26
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-24
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-04-06
Hi,
Bruce Momjian
1997-12-20
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-19
More cleanups. I can now compile without PORTNAME being defined n
Marc G. Fournier
1997-11-07
Add database.c for database initial access info and support.
Thomas G. Lockhart
1996-11-06
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier
1996-11-02
Convenience routine for checking superuser status.
Bryan Henderson