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
*
Account better for planning cost when choosing whether to use custom plans.
Tom Lane
2013-08-24
*
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
*
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-21
*
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-20
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Keep rd_newRelfilenodeSubid across overflow.
Simon Riggs
2012-12-24
*
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-17
*
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-28
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
*
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-18
*
Embedded list interface
Alvaro Herrera
2012-10-17
*
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-12
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Fix cache flush hazard in event trigger cache.
Robert Haas
2012-08-08
*
Fix memory leaks in event trigger code.
Robert Haas
2012-08-07
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Fix race condition in enum value comparisons.
Tom Lane
2012-07-01
*
Increase MAX_SYSCACHE_CALLBACKS from 20 to 32.
Tom Lane
2012-06-20
*
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-06-14
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
*
Allow new relmapper entries when allow_system_table_mods is true.
Tom Lane
2012-03-21
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Expose an API for calculating catcache hash values.
Tom Lane
2012-03-07
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.
Heikki Linnakangas
2012-01-30
*
Do not access indclass through Form_pg_index
Peter Eisentraut
2012-01-27
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
[next]