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 assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-11-29
*
Fix race condition in enum value comparisons.
Tom Lane
2012-07-01
*
Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.
Heikki Linnakangas
2012-01-30
*
Fix getTypeIOParam to support type record[].
Tom Lane
2011-12-01
*
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
*
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
2011-08-30
*
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-08-16
*
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-07-02
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-06-03
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
*
Avoid potential deadlock in InitCatCachePhase2().
Tom Lane
2011-03-22
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
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
[next]