]> granicus.if.org Git - postgresql/history - src/backend/executor
Introduce convenience macros to hide JsonbContainer header accesses better.
[postgresql] / src / backend / executor /
2017-01-25 Peter EisentrautUpdate copyright years in some recently added files
2017-01-24 Robert HaasFix things so that updatable views work with partitione...
2017-01-24 Robert HaasSet ecxt_scantuple correctly for tuple routing.
2017-01-24 Robert HaasReindent table partitioning code.
2017-01-22 Tom LaneRemove no-longer-needed loop in ExecGather().
2017-01-20 Peter EisentrautLogical replication
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-19 Robert HaasFix RETURNING to work correctly with partition tuple...
2017-01-19 Robert HaasFix failure to enforce partitioning contraint for inter...
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-14 Tom LaneThrow suitable error for COPY TO STDOUT/FROM STDIN...
2017-01-12 Robert HaasFix incorrect function name in comment.
2017-01-06 Robert HaasRepair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.
2017-01-05 Robert HaasFix possible crash reading pg_stat_activity.
2017-01-04 Robert HaasRemove unnecessary arguments from partitioning functions.
2017-01-04 Robert HaasFix reporting of constraint violations for table partit...
2017-01-04 Robert HaasMove partition_tuple_slot out of EState.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-23 Peter EisentrautRemove unnecessary casts of makeNode() result
2016-12-23 Tom LaneSpellcheck: s/descendent/descendant/g
2016-12-22 Robert HaasFix tuple routing in cases where tuple descriptors...
2016-12-22 Tom LaneFix handling of expanded objects in CoerceToDomain...
2016-12-21 Robert HaasRefactor partition tuple routing code to reduce duplica...
2016-12-21 Tom LaneFix minor oversights in nodeAgg.c.
2016-12-20 Heikki LinnakangasFix sharing Agg transition state of DISTINCT or ordered...
2016-12-19 Robert HaasProvide a DSA area for all parallel queries.
2016-12-16 Robert HaasUnbreak Finalize HashAggregate over Partial HashAggregate.
2016-12-13 Robert HaasClean up code, comments, and formatting for table parti...
2016-12-08 Robert HaasFix bogus comment.
2016-12-07 Robert HaasImplement table partitioning.
2016-12-06 Robert HaasFix interaction of parallel query with prepared statements.
2016-12-05 Robert HaasEnsure gatherstate->nextreader is properly initialized.
2016-12-01 Andres FreundUser narrower representative tuples in the hash-agg...
2016-12-01 Andres FreundPerform one only projection to compute agg arguments.
2016-11-25 Magnus HaganderFix typo in comment
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-10-30 Tom LaneImprove speed of aggregates that use array_append as...
2016-10-27 Peter EisentrautAvoid using a C++ keyword in header file
2016-10-23 Tom LaneAvoid testing tuple visibility without buffer lock.
2016-10-23 Tom LaneDon't throw serialization errors for self-conflicts...
2016-10-15 Andres FreundUse more efficient hashtable for execGrouping.c to...
2016-10-09 Tom LaneFix incorrect handling of polymorphic aggregates used...
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-09-22 Tom LaneRemove nearly-unused SizeOfIptrData macro.
2016-09-22 Tom LaneBe sure to rewind the tuplestore read pointer in non...
2016-09-15 Robert HaasFix typo in comment.
2016-09-13 Tom LaneFix executor/README to reflect disallowing SRFs in...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-24 Tom LaneFix improper repetition of previous results from a...
2016-08-17 Tom LaneImprove parsetree representation of special functions...
2016-08-16 Robert HaasFix possible crash due to incorrect allocation context.
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-08-11 Tom LaneFix busted Assert for CREATE MATVIEW ... WITH NO DATA.
2016-08-08 Tom LaneFix two errors with nested CASE/WHEN constructs.
2016-08-01 Tom LaneDon't CHECK_FOR_INTERRUPTS between WaitLatch and ResetL...
2016-07-31 Tom LaneCode review for tqueue.c: fix memory leaks, speed it...
2016-07-29 Tom LaneFix worst memory leaks in tqueue.c.
2016-07-29 Tom LaneFix tqueue.c's range-remapping code.
2016-07-28 Peter EisentrautMessage style improvements
2016-07-28 Tom Lanetqueue.c's record-typmod hashtables need the HASH_BLOBS...
2016-07-27 Tom LaneAllow functions that return sets of tuples to return...
2016-07-26 Tom LaneFix constant-folding of ROW(...) IS [NOT] NULL with...
2016-07-26 Peter EisentrautMessage style improvements
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-07-04 Tom LaneFix failure to handle conflicts in non-arbiter exclusio...
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-22 Tom LaneFix type-safety problem with parallel aggregate serial...
2016-06-18 Tom LaneFix handling of argument and result datatypes for parti...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-06 Robert HaasStop the executor if no more tuples can be sent from...
2016-06-05 Tom LaneProperly initialize SortSupport for ORDER BY rechecks...
2016-06-03 Tom LaneMark read/write expanded values as read-only in ValuesN...
2016-06-03 Tom LaneMark read/write expanded values as read-only in ExecPro...
2016-05-23 Tom LaneFix latent crash in do_text_output_multiline().
2016-05-06 Robert HaasUse mul_size when multiplying by the number of parallel...
2016-05-03 Robert HaasTweak a few more things in preparation for upcoming...
2016-04-27 Robert HaasTighten up sanity checks for parallel aggregate in...
2016-04-27 Robert HaasClean up a few parallelism-related things that pgindent...
2016-04-26 Magnus HaganderFix typo in comment
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-15 Robert HaasTweak EXPLAIN for parallel query to show workers launched.
2016-04-15 Andres FreundRemove trailing commas in enums.
2016-04-12 Tom LaneFix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS...
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-29 Robert HaasFix bug in aggregate (de)serialization commit.
2016-03-29 Robert HaasAllow aggregate transition states to be serialized...
2016-03-22 Tom LaneFix EvalPlanQual bug when query contains both locked...
2016-03-21 Robert HaasSupport parallel aggregation.
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-15 Stephen FrostAvoid incorrectly indicating exclusion constraint wait
2016-03-14 Tom LaneUse repalloc_huge() to enlarge a SPITupleTable's tuple...
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-03-04 Robert HaasMinor optimizations based on ParallelContext having...
next