index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Commit message (
Expand
)
Author
Age
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-25
*
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-07
*
Correctly handle relcache invalidation corner case during logical decoding.
Andres Freund
2015-01-07
*
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-07
*
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
*
Silence a couple of spurious valgrind warnings in inval.c.
Andres Freund
2014-05-24
*
Ooops, I broke initdb with that last patch.
Tom Lane
2014-05-18
*
Fix two ancient memory-leak bugs in relcache.c.
Tom Lane
2014-05-18
*
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
*
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
In RelationClearRelation, postpone cache reload if !IsTransactionState().
Tom Lane
2014-02-06
*
Assert(IsTransactionState()) in RelationIdGetRelation().
Tom Lane
2014-02-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Silence compiler warning on MSVC.
Heikki Linnakangas
2014-01-07
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-12-16
*
Fix more instances of "the the" in comments.
Heikki Linnakangas
2013-12-13
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Fix relfilenodemap.c's handling of cache invalidations.
Robert Haas
2013-11-13
*
Move variable closer to where it is used
Peter Eisentraut
2013-11-13
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
*
Silence benign warnings from clang version 3.0-6ubuntu3.
Kevin Grittner
2013-11-07
*
Eliminate pg_rewrite.ev_attr column and related dead code.
Kevin Grittner
2013-09-05
*
Make catalog cache hash tables resizeable.
Heikki Linnakangas
2013-09-05
*
Update comments concerning PGC_S_TEST.
Tom Lane
2013-09-03
*
Initialize cached OID to Invalid in new hash entries
Alvaro Herrera
2013-08-27
*
Account better for planning cost when choosing whether to use custom plans.
Tom Lane
2013-08-24
*
Silence compiler warning on an unused variable
Alvaro Herrera
2013-07-22
*
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-22
*
Assert that syscache lookups don't happen outside transactions.
Robert Haas
2013-07-15
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
2013-06-11
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Fix longstanding race condition in plancache.c.
Tom Lane
2013-04-20
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
*
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
[next]