]> granicus.if.org Git - postgresql/history - src/backend/tcop
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / tcop /
2019-10-25 Tom LaneImprove management of statement timeouts.
2019-10-25 Tom LaneReset statement_timeout between queries of a multi...
2019-10-02 Michael PaquierRevert hooks for session start and end, take two
2019-10-01 Michael PaquierAdd hooks for session start and session end, take two
2019-09-10 Tomas VondraAllow setting statistics target for extended statistics
2019-08-04 Tomas VondraRevert "Add log_statement_sample_rate parameter"
2019-08-04 Tomas VondraRevert "Silence compiler warning"
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-10 Tom LaneReduce memory consumption for multi-statement query...
2019-06-26 Alvaro HerreraFix partitioned index creation with foreign partitions
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-04-29 Peter EisentrautFix potential catalog corruption with temporary identit...
2019-04-09 Noah MischDefine WIN32_STACK_RLIMIT throughout win32 and cygwin...
2019-04-03 Alvaro HerreraLog all statements from a sample of transactions
2019-03-29 Peter EisentrautREINDEX CONCURRENTLY
2019-03-24 Peter EisentrautTransaction chaining
2019-03-19 Andrew GierthImplement OR REPLACE option for CREATE AGGREGATE.
2019-03-18 Robert HaasRevise parse tree representation for VACUUM and ANALYZE.
2019-03-14 Peter EisentrautRefactor ParamListInfo initialization
2019-02-13 Peter EisentrautMore unconstify use
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-26 Andres FreundChange function call information to be variable length.
2019-01-26 Tom LaneAllow UNLISTEN in hot-standby mode.
2019-01-23 Heikki LinnakangasFix misc typos in comments.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-30 Alvaro HerreraSilence compiler warning
2018-11-29 Alvaro HerreraAdd log_statement_sample_rate parameter
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-10-20 Tom LaneServer-side fix for delayed NOTIFY and SIGTERM processing.
2018-10-19 Thomas MunroRefactor pid, random seed and start time initialization.
2018-10-16 Andres FreundMark constantly allocated dest receiver as const.
2018-10-15 Tom LaneCheck for stack overrun in standard_ProcessUtility().
2018-10-10 Peter EisentrautSlightly correct context check for event triggers
2018-10-08 Thomas MunroRelax transactional restrictions on ALTER TYPE ......
2018-09-18 Tom LaneAdd a debugging option to stress-test outfuncs.c and...
2018-08-24 Andres FreundIntroduce minimal C99 usage to verify compiler support.
2018-08-08 Heikki LinnakangasDon't run atexit callbacks in quickdie signal handlers.
2018-07-09 Peter EisentrautAdd UtilityReturnsTuples() support for CALL
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-05-14 Alvaro HerreraDon't allow partitioned index on foreign-table partitions
2018-05-03 Peter EisentrautFix SPI error cleanup and memory leak
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-15 Alvaro HerreraReorganize partitioning code
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-04-07 Stephen FrostAllow group access on PGDATA
2018-04-05 Magnus HaganderAllow background workers to bypass datallowconn
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-03-31 Andres FreundCombine options for RangeVarGetRelidExtended() into...
2018-03-28 Peter EisentrautAllow committing inside cursor loop
2018-03-28 Peter EisentrautPL/pgSQL: Nested CALL with transactions
2018-03-23 Peter EisentrautSmall refactoring
2018-03-23 Alvaro HerreraAllow FOR EACH ROW triggers on partitioned tables
2018-03-22 Andres FreundBasic JIT provider and error handling infrastructure.
2018-03-16 Peter EisentrautSimplify parse representation of savepoint commands
2018-03-16 Peter EisentrautRename TransactionChain functions
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-02-23 Peter EisentrautSupport parameters in CALL
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-02-09 Robert HaasClear stmt_timeout_active if we disable_all_timeouts.
2018-01-22 Peter EisentrautTransaction control in PL procedures
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-19 Peter EisentrautReplace GrantObjectType with ObjectType
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-09 Peter EisentrautRemove PortalGetQueryDesc()
2018-01-09 Peter EisentrautUpdate portal-related memory context names and API
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-21 Tom LaneRearrange execution of PARAM_EXTERN Params for plpgsql...
2017-11-30 Peter EisentrautSQL procedures
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-16 Andrew DunstanBack out the session_start and session_end hooks feature.
2017-11-15 Andrew DunstanAdd hooks for session start and session end
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-12 Andres FreundReplace remaining uses of pq_sendint with pq_sendint...
2017-10-12 Andres FreundImprove performance of SendRowDescriptionMessage.
2017-10-11 Andres FreundPrevent idle in transaction session timeout from someti...
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-09-27 Tom LaneRevert to 9.6 treatment of ALTER TYPE enumtype ADD...
2017-09-19 Andres FreundRearm statement_timeout after each executed query.
2017-09-19 Andres FreundFix crash restart bug introduced in 8356753c212.
2017-09-14 Robert HaasAdd missing tags to GetCommandLogLevel.
2017-09-14 Andres FreundPerform only one ReadControlFile() during startup.
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-09-07 Tom LaneFix handling of savepoint commands within multi-stateme...
2017-09-01 Peter EisentrautAdd memory info to getrusage output
2017-08-11 Peter EisentrautRemove uses of "slave" in replication contexts
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Peter EisentrautRestart logical replication launcher when killed
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-13 Tom LaneRe-run pgindent.
2017-06-08 Andres FreundUse standard interrupt handling in logical replication...
2017-06-06 Andres FreundUnify SIGHUP handling between normal and walsender...
2017-06-04 Tom LaneDisallow CREATE INDEX if table is already in use in...
next