]> granicus.if.org Git - postgresql/history - src/include/miscadmin.h
Initial pgindent run for v12.
[postgresql] / src / include / miscadmin.h
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-03-10 Tom LaneConvert [autovacuum_]vacuum_cost_delay into floating...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-10-19 Thomas MunroRefactor pid, random seed and start time initialization.
2018-09-26 Michael PaquierSwitch flags tracking pending interrupts to sig_atomic_t
2018-04-07 Stephen FrostAllow group access on PGDATA
2018-04-05 Magnus HaganderAllow background workers to bypass datallowconn
2018-04-04 Teodor SigaevSkip full index scan during cleanup of B-tree indexes...
2018-02-09 Robert HaasMark assorted GUC variables as PGDLLIMPORT.
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-05 Robert HaasMark assorted variables PGDLLIMPORT.
2017-09-29 Robert HaasRemove replacement selection sort.
2017-06-28 Tom LaneChange pg_ctl to detect server-ready by watching status...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-06 Andres FreundUnify SIGHUP handling between normal and walsender...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-12-02 Robert HaasAdd max_parallel_workers GUC.
2016-11-26 Robert HaasMark IsPostmasterEnvironment and IsBackgroundWorker...
2016-06-03 Robert HaasMark PostmasterPid as PGDLLIMPORT.
2016-04-08 Robert HaasUse quicksort, not replacement selection, for external...
2016-03-16 Robert HaasAdd idle_in_transaction_session_timeout.
2016-02-10 Tom LaneRevert "Temporarily make pg_ctl and server shutdown...
2016-02-08 Tom LaneTemporarily make pg_ctl and server shutdown a whole...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-06 Tom LanePerform an immediate shutdown if the postmaster.pid...
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-10-02 Tom LaneAdd recursion depth protections to regular expression...
2015-09-21 Noah MischRemove the SECURITY_ROW_LEVEL_DISABLED security context...
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-06-29 Tom LaneCode + docs review for escaping of option values (commi...
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-02-03 Andres FreundRemove remnants of ImmediateInterruptOK handling.
2015-02-02 Robert HaasAdd new function BackgroundWorkerInitializeConnectionByOid.
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-14 Andres FreundAdd a default local latch for use in signal handlers.
2015-01-13 Andres FreundCommonalize process startup code.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-23 Robert HaasAdd a function to get the authenticated user ID.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-26 Andres FreundMark IsBinaryUpgrade as PGDLLIMPORT to fix windows...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-02-17 Tom LanePGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_e...
2014-02-16 Tom LanePGDLLIMPORT'ify DateStyle and IntervalStyle.
2014-01-18 Andrew DunstanExport a few more symbols required for test_shm_mq...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-01 Tom LaneRemove CTimeZone/HasCTZSet, root and branch.
2013-08-28 Robert HaasAllow discovery of whether a dynamic background worker...
2013-07-13 Peter EisentrautAdd session_preload_libraries configuration parameter
2013-07-04 Robert HaasAdd new GUC, max_worker_processes, limiting number...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-01 Tom LaneMake REPLICATION privilege checks test current user...
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-01-02 Alvaro HerreraMake sure MaxBackends is always set
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-06 Alvaro HerreraBackground worker processes
2012-10-15 Heikki LinnakangasRemove comment that is no longer true.
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-07-18 Tom LaneFix management of pendingOpsTable in auxiliary processes.
2012-04-08 Heikki LinnakangasDo stack-depth checking in all postmaster children.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-09 Heikki LinnakangasCancel running query if it is detected that the connect...
2011-11-25 Alvaro HerreraImprove logging of autovacuum I/O activity
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-06-17 Tom LaneClean up some randomness associated with trace_recovery...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-09-01 Tom LaneMove processing of startup-packet switches and GUC...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-01-05 Alvaro HerreraExport IsUnderPostmaster on win32.
2009-01-03 Tom LaneAllow loadable modules to create PGC_POSTMASTER GUC...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-04-23 Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
next