]> granicus.if.org Git - postgresql/history - src/backend/postmaster
Update SQL features list
[postgresql] / src / backend / postmaster /
2015-09-09 Fujii MasaoRemove files signaling a standby promotion request...
2015-09-01 Robert HaasAllow notifications to bgworkers without database conne...
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-07-27 Tom LaneFurther code review for pg_stat_ssl patch.
2015-07-27 Tom LaneFix pointer-arithmetic thinko in pg_stat_ssl patch.
2015-07-09 Tom LaneFix postmaster's handling of a startup-process crash.
2015-06-28 Heikki LinnakangasAlso trigger restartpoints based on max_wal_size on...
2015-06-26 Robert HaasReduce log level for background worker events from...
2015-06-20 Alvaro HerreraFix thinko in comment (launcher -> worker)
2015-06-19 Tom LaneIn immediate shutdown, postmaster should not exit till...
2015-06-19 Alvaro HerreraClamp autovacuum launcher sleep time to 5 minutes
2015-06-12 Fujii MasaoMake postmaster restart archiver soon after it dies...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-18 Noah MischPrevent a double free by not reentering be_tls_close().
2015-05-18 Heikki LinnakangasPut back stats-collector restarting code, removed accid...
2015-05-15 Heikki LinnakangasAdd archive_mode='always' option.
2015-05-08 Robert HaasTeach autovacuum about multixact member wraparound.
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-12 Magnus HaganderAdd system view pg_stat_ssl
2015-04-08 Alvaro HerreraFix autovacuum launcher shutdown sequence
2015-04-03 Alvaro HerreraAdd log_min_autovacuum_duration per-table option
2015-04-03 Alvaro HerreraHave autovacuum workers listen to SIGHUP, too
2015-04-02 Robert HaasAfter a crash, don't restart workers with BGW_NEVER_RES...
2015-04-02 Alvaro Herreraautovacuum: Fix polarity of "wraparound" variable
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-19 Robert HaasFix status reporting for terminated bgworkers that...
2015-03-18 Alvaro HerreraRationalize vacuuming options and parameters
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-23 Heikki LinnakangasReplace checkpoint_segments with min_wal_size and max_w...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in some more places.
2015-02-20 Alvaro HerreraHave TRUNCATE update pgstat tuple counters
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-03 Andres FreundIntroduce and use infrastructure for interrupt processi...
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-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-20 Tom LaneAdjust "pgstat wait timeout" message to be a translatab...
2015-01-14 Andres FreundAdd a default local latch for use in signal handlers.
2015-01-13 Andres FreundCommonalize process startup code.
2015-01-13 Andres FreundMake logging_collector=on work with non-windows EXEC_BA...
2015-01-08 Noah MischOn Darwin, refuse postmaster startup when multithreaded.
2015-01-08 Noah MischOn Darwin, detect and report a multithreaded postmaster.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-25 Andres FreundLockless StrategyGetBuffer clock sweep hot path.
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-18 Fujii MasaoAdd memory barriers for PgBackendStatus.st_changecount...
2014-12-11 Tom LaneFix assorted confusion between Oid and int32.
2014-11-25 Simon Riggsaction_at_recovery_target recovery config option
2014-10-05 Robert HaasEliminate one background-worker-related flag variable.
2014-10-03 Alvaro HerreraDon't balance vacuum cost delay when per-table settings...
2014-10-01 Andres FreundBlock signals while computing the sleep time in postmas...
2014-08-28 Andres FreundAllow escaping of option values for options passed...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-07-30 Tom LaneAvoid wholesale autovacuuming when autovacuum is nomina...
2014-07-30 Robert HaasFix mishandling of background worker PGPROCs in EXEC_BA...
2014-07-15 Peter EisentrautAdd missing serial commas
2014-07-02 Kevin GrittnerSmooth reporting of commit/rollback statistics.
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-06-19 Tom LaneImprove our mechanism for controlling the Linux out...
2014-06-04 Fujii MasaoSave pg_stat_statements statistics file into $PGDATA...
2014-05-15 Tom LaneFix unportable setvbuf() usage in initdb.
2014-05-07 Robert HaasWhen a background worker exists with code 0, unregister it.
2014-05-07 Robert HaasWhen a bgworker exits, always call ReleasePostmasterChi...
2014-05-07 Robert HaasRestart bgworkers immediately after a crash-and-restart...
2014-05-07 Robert HaasDetach shared memory from bgworkers without shmem access.
2014-05-07 Robert HaasNever crash-and-restart for bgworkers without shared...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-16 Tom LaneUse AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
2014-04-16 Bruce Momjiancheck socket creation errors against PGINVALID_SOCKET
2014-04-05 Tom LaneBlock signals earlier during postmaster startup.
2014-04-02 Tom LaneFix assorted issues in client host name lookup.
2014-04-02 Tom LaneFix bugs in manipulation of PgBackendStatus.st_clientho...
2014-03-18 Robert HaasMake it easy to detach completely from shared memory.
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-05 Alvaro HerreraRemove the correct pgstat file on DROP DATABASE
2014-02-25 Robert HaasShow xid and xmin in pg_stat_activity and pg_stat_repli...
2014-02-15 Tom LaneFix unportable coding in BackgroundWorkerStateChange().
2014-02-15 Tom LaneFix unportable coding in DetermineSleepTime().
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-01-29 Robert HaasFix compiler warning in EXEC_BACKEND builds.
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-28 Stephen FrostRevert dup2() checking in syslogger.c
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-26 Stephen FrostCheck dup2() results in syslogger
2014-01-19 Tom LaneFix VACUUM's reporting of dead-tuple counts to the...
2014-01-15 Robert HaasLogging running transactions every 15 seconds.
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-08 Robert HaasReduce the number of semaphores used under --disable...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-03 Tom LaneOoops, should use double not single quotes in StaticAss...
2014-01-03 Tom LaneFix calculation of maximum statistics-message size.
2013-12-12 Simon RiggsNew autovacuum_work_mem parameter
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
next