summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/plancache.c
AgeCommit message (Expand)Author
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Silence compiler warningsStephen Frost
2016-11-08Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-03-28Reset plan->row_security_env and planUserIdStephen Frost
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-21Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-05-24pgindent run for 9.5Bruce Momjian
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-08-24Account better for planning cost when choosing whether to use custom plans.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-20Fix longstanding race condition in plancache.c.Tom Lane
2013-01-25Change plan caching to honor, not resist, changes in search_path.Tom Lane
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-28Split resowner.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-26Use a fresh copy of query_list when making a second plan in GetCachedPlan.Tom Lane
2011-09-25Avoid unnecessary snapshot-acquisitions in BuildCachedPlan.Tom Lane
2011-09-17Fix Assert failure in new plancache code.Tom Lane
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-16Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-25Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-13Fix Assert failure in PushOverrideSearchPath when trying to restore a searchTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-15Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane
2010-01-13Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,Tom Lane