summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2017-02-06Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane
2017-02-06Update comment in relcache.c.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-25Fix typo: pg_statistics -> pg_statisticPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-20Logical replicationPeter Eisentraut
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-20Add pg_sequence system catalogPeter Eisentraut
2016-12-07Implement table partitioning.Robert Haas
2016-12-07Silence compiler warningsStephen Frost
2016-11-08Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-09-09Avoid reporting "cache lookup failed" for some user-reachable cases.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-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-10Refactor to reduce code duplication for function property checking.Tom Lane
2016-06-10Improve the situation for parallel query versus temp relations.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
2016-05-06Fix hash index vs "snapshot too old" problemmsKevin Grittner
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
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-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-05Make pg_shseclabel available in early backend startupAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-11-11Be more noisy about "wrong number of nailed relations" initfile problems.Tom Lane
2015-11-11Generate parallel sequential scan plans in simple cases.Robert Haas
2015-09-21Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-15RLS refactoringStephen Frost
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs