aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
Commit message (Expand)AuthorAge
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-17
* Revert accidental change of WAL_DEBUG default.Heikki Linnakangas2014-06-17
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix typos in comments for ALTER SYSTEM.Fujii Masao2014-01-27
* Reduce the number of semaphores used under --disable-spinlocks.Robert Haas2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-18
* Keep heavily-contended fields in XLogCtlInsert on different cache lines.Heikki Linnakangas2013-09-04
* Cooperate with the Valgrind instrumentation framework.Noah Misch2013-06-26
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible.Tom Lane2012-01-02
* Use mutex hint bit in PPC LWARX instructions, where possible.Tom Lane2012-01-02
* Rethink representation of index clauses' mapping to index columns.Tom Lane2011-12-24
* Revert accidental change to pg_config_manual.h.Robert Haas2011-10-09
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Support unlogged tables.Robert Haas2010-12-29
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-11
* Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;Tom Lane2008-07-12
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-24
* Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane2008-05-02
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-02
* Add some debug support code to try to catch future mistakes in the area ofTom Lane2008-04-11
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Remove long-unused and broken TCL_ARRAYS.Alvaro Herrera2008-02-29
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-08
* Move BLCKSZ < 1024 check to guc.c.Bruce Momjian2007-02-23
* Prevent BLCKSZ < 1024, and have initdb test shared buffers based on theBruce Momjian2007-02-20
* Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut2007-02-06
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-18
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-03
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove QNX port.Bruce Momjian2006-01-05
* Allocate a few extra LWLocks for possible use by add-on modules.Tom Lane2005-10-07
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-03
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Minor cleanup.Bruce Momjian2004-09-10
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-24