summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/plancache.c
AgeCommit message (Expand)Author
2019-01-29Refactor planner's header files.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-13Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-02Change rewriter/planner/executor/plancache to depend on RTE rellockmode.Tom Lane
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-07-16Add plan_cache_mode settingPeter Eisentraut
2018-04-06Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
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