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 race condition in enum value comparisons.
Tom Lane
2012-07-01
*
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
*
Fix getTypeIOParam to support type record[].
Tom Lane
2011-12-01
*
Further code review for range types patch.
Tom Lane
2011-11-20
*
Restructure function-internal caching in the range type code.
Tom Lane
2011-11-15
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Use a fresh copy of query_list when making a second plan in GetCachedPlan.
Tom Lane
2011-09-26
*
Avoid unnecessary snapshot-acquisitions in BuildCachedPlan.
Tom Lane
2011-09-25
*
Fix Assert failure in new plancache code.
Tom Lane
2011-09-17
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Improve comment about handling of temp tables in shared-inval code.
Tom Lane
2011-09-06
*
Add C comment about why we send cache invalidation messages for
Bruce Momjian
2011-09-05
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
2011-08-30
*
Revise sinval code to remove no-longer-used tuple TID from inval messages.
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-08-16
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
*
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
[next]