]> granicus.if.org Git - postgresql/history - src/include/pg_config_manual.h
Add option to pg_ctl to choose event source for logging
[postgresql] / src / include / pg_config_manual.h
2014-07-17 Magnus HaganderAdd option to pg_ctl to choose event source for logging
2014-06-17 Heikki LinnakangasRevert accidental change of WAL_DEBUG default.
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-27 Fujii MasaoFix typos in comments for ALTER SYSTEM.
2014-01-08 Robert HaasReduce the number of semaphores used under --disable...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-09-04 Heikki LinnakangasKeep heavily-contended fields in XLogCtlInsert on diffe...
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-02 Tom LaneUse LWSYNC in place of SYNC/ISYNC in PPC spinlocks...
2012-01-02 Tom LaneUse mutex hint bit in PPC LWARX instructions, where...
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-10-10 Robert HaasRevert accidental change to pg_config_manual.h.
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-11 Tom LaneRe-enable the old code in xlog.c that tried to use...
2008-07-12 Tom LaneDon't make --enable-cassert turn on RANDOMIZE_ALLOCATED...
2008-06-24 Tom LaneReduce the alignment requirement of type "name" from...
2008-05-02 Tom LaneExtend yesterday's patch making BLCKSZ and RELSEG_SIZE...
2008-05-02 Tom LaneRemove the recently added USE_SEGMENTED_FILES option...
2008-04-11 Tom LaneAdd some debug support code to try to catch future...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-02-29 Alvaro HerreraRemove long-unused and broken TCL_ARRAYS.
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-02-23 Bruce MomjianMove BLCKSZ < 1024 check to guc.c.
2007-02-20 Bruce MomjianPrevent BLCKSZ < 1024, and have initdb test shared...
2007-02-06 Peter EisentrautMove NAMEDATALEN definition from postgres_ext.h to...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-04-03 Tom LaneDefine a separately configurable XLOG_BLCKSZ symbol...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX port.
2005-10-07 Tom LaneAllocate a few extra LWLocks for possible use by add...
2005-10-03 Tom LaneAdd a trace_sort option to help with measuring resource...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2004-09-10 Bruce MomjianMinor cleanup.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-12 Neil ConwayAllow 'Infinity' and '-Infinity' as input to the float4...
2004-02-11 Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-01-06 Neil ConwayMake the 'wal_debug' GUC variable a boolean (rather...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-21 Tom LaneArrange to align shared disk buffers on at least 32...
2003-08-04 Bruce Momjianpgindent run.
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...