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
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Simplify and speed up mapping of index opfamilies to pathkeys.
Tom Lane
2010-11-29
*
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-24
*
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-17
*
Correct poor grammar in comment.
Robert Haas
2010-11-14
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Improve handling of domains over arrays.
Tom Lane
2010-10-21
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix up flushing of composite-type typcache entries to be driven directly by
Tom Lane
2010-09-02
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
Fix Assert failure in PushOverrideSearchPath when trying to restore a search
Tom Lane
2010-08-13
*
Fix incorrect pathname in comment.
Robert Haas
2010-08-06
*
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
*
Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()
Tom Lane
2010-07-09
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Patch revoked because of objections.
Simon Riggs
2010-04-24
*
Add missing optimizer hooks for function cost and number of rows.
Simon Riggs
2010-04-23
*
Arrange for client authentication to occur before we select a specific
Tom Lane
2010-04-20
*
Fix a problem introduced by my patch of 2010-01-12 that revised the way
Tom Lane
2010-04-14
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-13
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
*
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-08
*
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-07
*
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-04
*
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-02-03
*
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-22
*
Do parse analysis of an EXPLAIN's contained statement during the normal
Tom Lane
2010-01-15
*
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-13
*
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-12
*
During Hot Standby, set DatabasePath correctly during relcache init file
Simon Riggs
2010-01-09
*
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-07
*
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-06
*
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-05
[next]