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-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-01-07
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2013-04-20
Fix longstanding race condition in plancache.c.
Tom Lane
2012-11-29
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-01-30
Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.
Heikki Linnakangas
2011-12-01
Fix getTypeIOParam to support type record[].
Tom Lane
2011-11-01
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-08-30
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
2011-08-16
Forget about targeting catalog cache invalidations by tuple TID.
Tom Lane
2011-08-16
Fix incorrect order of operations during sinval reset processing.
Tom Lane
2011-08-16
Fix race condition in relcache init file invalidation.
Tom Lane
2011-03-22
Avoid potential deadlock in InitCatCachePhase2().
Tom Lane
2010-09-02
Fix up flushing of composite-type typcache entries to be driven directly by
Tom Lane
2010-08-13
Fix Assert failure in PushOverrideSearchPath when trying to restore a search
Tom Lane
2010-07-09
Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-04-24
Patch revoked because of objections.
Simon Riggs
2010-04-23
Add missing optimizer hooks for function cost and number of rows.
Simon Riggs
2010-04-20
Arrange for client authentication to occur before we select a specific
Tom Lane
2010-04-14
Fix a problem introduced by my patch of 2010-01-12 that revised the way
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-17
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-13
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-09
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-08
Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was
Tom Lane
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-07
Looks like we need #include <sys/stat.h> here on some
Tom Lane
2010-02-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-04
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-03
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-01-22
Fix several oversights in previous commit - attribute options patch.
Robert Haas
2010-01-22
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-15
Do parse analysis of an EXPLAIN's contained statement during the normal
Tom Lane
2010-01-13
When loading critical system indexes into the relcache, ensure we lock the
Tom Lane
2010-01-13
Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,
Tom Lane
2010-01-12
Fix relcache reload mechanism to be more robust in the face of errors
Tom Lane
2010-01-12
Please tablespace directories in their own subdirectory so pg_migrator
Bruce Momjian
2010-01-09
During Hot Standby, set DatabasePath correctly during relcache init file
Simon Riggs
2010-01-07
Document why we copy reloptions into CacheMemoryContext after-the-fact.
Robert Haas
2010-01-07
Further fixes for per-tablespace options patch.
Robert Haas
2010-01-06
Fix spccache.c to not suppose that a cache entry will live across database
Tom Lane
2010-01-06
Access hash entry before freeing it, not after.
Tom Lane
2010-01-05
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
Get rid of the need for manual maintenance of the initial contents of
Tom Lane
2010-01-04
When estimating the selectivity of an inequality "column > constant" or
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
[next]