]> granicus.if.org Git - postgresql/history - src/backend/tcop
Don't apply sortgroupref labels to a tlist that might not match.
[postgresql] / src / backend / tcop /
2016-06-06 Robert HaasStop the executor if no more tuples can be sent from...
2016-05-27 Tom LaneBe more predictable about reporting "lock timeout"...
2016-04-05 Alvaro HerreraSupport ALTER THING .. DEPENDS ON EXTENSION
2016-03-24 Alvaro HerreraSupport CREATE ACCESS METHOD
2016-03-16 Robert HaasAdd idle_in_transaction_session_timeout.
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-02-25 Robert HaasEnable parallelism for prepared statements and extended...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-18 Tom LaneAdjust behavior of single-user -j mode for better initd...
2015-11-02 Robert HaasFix problems with ParamListInfo serialization mechanism.
2015-10-29 Peter EisentrautMessage style improvements
2015-10-09 Robert HaasRemove set_latch_on_sigusr1 flag.
2015-10-02 Tom LaneAdd recursion depth protections to regular expression...
2015-09-19 Robert HaasGlue layer to connect the executor to the shm_mq mechanism.
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-08-31 Tom LaneClean up icc + ia64 situation.
2015-08-31 Tom LaneRemove theoretically-unnecessary special case for icc.
2015-07-14 Heikki LinnakangasAdd ALTER OPERATOR command, for changing selectivity...
2015-06-26 Alvaro HerreraFix DDL command collection for TRANSFORM
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-26 Peter EisentrautAdd transforms feature
2015-03-25 Alvaro HerreraAdd OID output argument to DefineTSConfiguration
2015-03-18 Alvaro HerreraRationalize vacuuming options and parameters
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-03-08 Tom LaneCode cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
2015-03-08 Tom LaneFix erroneous error message for REINDEX SYSTEM.
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-02-23 Alvaro HerreraFix stupid merge errors in previous commit
2015-02-23 Alvaro HerreraSupport more commands in event triggers
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-03 Andres FreundRemove ill-conceived Assertion in ProcessClientWriteInt...
2015-02-03 Andres FreundRemove remnants of ImmediateInterruptOK handling.
2015-02-03 Andres FreundDon't allow immediate interrupts during authentication...
2015-02-03 Andres FreundProcess 'die' interrupts while reading/writing from...
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-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-12-23 Alvaro Herreraget_object_address: separate domain constraints from...
2014-12-08 Simon RiggsREINDEX SCHEMA
2014-11-12 Tom LaneExplicitly support the case that a plancache's raw_pars...
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-23 Stephen FrostLog ALTER SYSTEM statements as DDL
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-14 Tom LaneInvent PGC_SU_BACKEND and mark log_connections/log_disc...
2014-09-09 Stephen FrostMove ALTER ... ALL IN to ProcessUtilitySlow
2014-09-04 Fujii MasaoFix segmentation fault that an empty prepared statement...
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-07-07 Fujii MasaoFix typos in comments.
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-06-03 Andres FreundSet the process latch when processing recovery conflict...
2014-05-07 Tom LaneFix failure to set ActiveSnapshot while rewinding a...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-26 Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2013-11-24 Tom LaneFix new and latent bugs with errno handling in secure_r...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-09 Bruce MomjianCentralize effective_cache_size default setting
2013-10-09 Bruce MomjianAdjust the effective_cache_size default for standalone...
2013-10-04 Bruce MomjianIssue error on SET outside transaction block in some...
2013-10-03 Robert HaasAdd DISCARD SEQUENCES command.
2013-09-12 Noah MischIgnore interrupts during quickdie().
2013-09-06 Noah MischDon't VALGRIND_PRINTF() each query string.
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-07-13 Peter EisentrautAdd session_preload_libraries configuration parameter
2013-06-28 Simon RiggsChange errcode for lock_timeout to match NOWAIT
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-06-13 Tom LaneOnly install a portal's ResourceOwner if it actually...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-28 Tom LaneFix unsafe event-trigger coding in ProcessUtility().
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-04-05 Robert Haassepgsql: Enforce db_schema:search permission.
2013-04-01 Tom LaneFix insecure parsing of server command-line switches.
2013-03-28 Tom LaneAvoid "variable might be clobbered by longjmp" warning.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-21 Robert HaasAdd ddl_command_end support for event triggers.
2013-01-02 Alvaro HerreraFix IsUnderPostmaster/EXEC_BACKEND confusion
next