summaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-6/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-261-7/+1
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-121-1/+10
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-111-2/+12
* Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;Tom Lane2008-07-121-10/+8
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-241-3/+3
* Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane2008-05-021-20/+1
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-021-42/+1
* Add some debug support code to try to catch future mistakes in the area ofTom Lane2008-04-111-6/+13
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-1/+12
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-101-3/+11
* Remove long-unused and broken TCL_ARRAYS.Alvaro Herrera2008-02-291-11/+1
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-081-1/+6
* Move BLCKSZ < 1024 check to guc.c.Bruce Momjian2007-02-231-5/+1
* Prevent BLCKSZ < 1024, and have initdb test shared buffers based on theBruce Momjian2007-02-201-1/+5
* Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut2007-02-061-1/+10
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-181-11/+1
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-061-2/+2
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-031-2/+13
* Remove BEOS port.Bruce Momjian2006-01-051-4/+3
* Remove QNX port.Bruce Momjian2006-01-051-3/+3
* Allocate a few extra LWLocks for possible use by add-on modules.Tom Lane2005-10-071-1/+6
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-031-4/+8
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-7/+17
* Minor cleanup.Bruce Momjian2004-09-101-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-9/+1
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-241-6/+1
* Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway2004-03-121-7/+1
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-111-1/+9
* Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway2004-01-061-1/+7
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-2/+1
* Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane2003-09-211-1/+9
* pgindent run.Bruce Momjian2003-08-041-19/+19
* IPv6 cleanups.Bruce Momjian2003-06-121-5/+4
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-2/+2
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-181-1/+17
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-061-0/+212