index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Age
Commit message (
Expand
)
Author
2015-01-07
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2013-08-24
Account better for planning cost when choosing whether to use custom plans.
Tom Lane
2013-06-11
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-04-20
Fix longstanding race condition in plancache.c.
Tom Lane
2013-04-09
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-06
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-02-21
Move relpath() to libpgcommon
Alvaro Herrera
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-25
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-21
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-20
Fix error-checking typo in check_TSCurrentConfig().
Tom Lane
2013-01-20
Fix an O(N^2) performance issue for sessions modifying many relations.
Tom Lane
2013-01-04
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-24
Keep rd_newRelfilenodeSubid across overflow.
Simon Riggs
2012-12-17
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-11-28
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-27
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-10-18
Further cleanup of catcache.c ilist changes.
Tom Lane
2012-10-18
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-17
Embedded list interface
Alvaro Herrera
2012-10-12
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
2012-08-08
Fix cache flush hazard in event trigger cache.
Robert Haas
2012-08-07
Fix memory leaks in event trigger code.
Robert Haas
2012-07-20
Make new event trigger facility actually do something.
Robert Haas
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-01
Fix race condition in enum value comparisons.
Tom Lane
2012-06-20
Increase MAX_SYSCACHE_CALLBACKS from 20 to 32.
Tom Lane
2012-06-14
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-20
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-03-21
Allow new relmapper entries when allow_system_table_mods is true.
Tom Lane
2012-03-19
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-07
Expose an API for calculating catcache hash values.
Tom Lane
2012-02-13
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-01-30
Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.
Heikki Linnakangas
2012-01-27
Do not access indclass through Form_pg_index
Peter Eisentraut
[next]