index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pg_config_manual.h
Age
Commit message (
Expand
)
Author
2006-06-06
Make the planner estimate costs for nestloop inner indexscans on the basis
Tom Lane
2006-04-03
Define a separately configurable XLOG_BLCKSZ symbol for the page size
Tom Lane
2006-01-05
Remove BEOS port.
Bruce Momjian
2006-01-05
Remove QNX port.
Bruce Momjian
2005-10-07
Allocate a few extra LWLocks for possible use by add-on modules.
Tom Lane
2005-10-03
Add a trace_sort option to help with measuring resource usage of external
Tom Lane
2005-03-29
Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the
Tom Lane
2004-09-10
Minor cleanup.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-05-21
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-03-24
Replace max_expr_depth parameter with a max_stack_depth parameter that
Tom Lane
2004-03-12
Allow 'Infinity' and '-Infinity' as input to the float4 and float8
Neil Conway
2004-02-11
Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to
Tom Lane
2004-01-06
Make the 'wal_debug' GUC variable a boolean (rather than an integer), and
Neil Conway
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-09
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-09-21
Arrange to align shared disk buffers on at least 32-byte boundaries,
Tom Lane
2003-08-04
pgindent run.
Bruce Momjian
2003-06-12
IPv6 cleanups.
Bruce Momjian
2003-05-15
Allow Win32 to compile under MinGW. Major changes are:
Bruce Momjian
2003-04-18
Make Win32 tests to match existing Cygwin tests, where appropriate.
Bruce Momjian
2003-04-06
Generate pg_config.h.in by autoheader. Separate out manually editable
Peter Eisentraut