summaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
AgeCommit message (Expand)Author
2006-06-06Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane
2006-04-03Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2005-10-07Allocate a few extra LWLocks for possible use by add-on modules.Tom Lane
2005-10-03Add a trace_sort option to help with measuring resource usage of externalTom Lane
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2004-09-10Minor cleanup.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-12Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway
2004-02-11Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane
2004-01-06Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-09-21Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane
2003-08-04pgindent run.Bruce Momjian
2003-06-12IPv6 cleanups.Bruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-04-06Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut