index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
*
Silence a few compiler warnings from gcc on MinGW.
Andrew Dunstan
2011-04-23
*
Hash indexes had better pass the index collation to support functions, too.
Tom Lane
2011-04-23
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
*
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-22
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
Avoid possible divide-by-zero in gincostestimate.
Tom Lane
2011-04-21
*
Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.
Robert Haas
2011-04-20
*
Fix use of incorrect constant RemoveRoleFromObjectACL.
Robert Haas
2011-04-20
*
Typo fix.
Robert Haas
2011-04-20
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
*
Fix bugs in indexing of in-doubt HOT-updated tuples.
Tom Lane
2011-04-20
*
Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.
Tom Lane
2011-04-20
*
Make plan_cluster_use_sort cope with no IndexOptInfo for the target index.
Tom Lane
2011-04-20
*
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-19
*
Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."
Tom Lane
2011-04-19
*
Refrain from canonicalizing a client_encoding setting of "UNICODE".
Tom Lane
2011-04-19
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
*
Only allow typed tables to hang off composite types, not e.g. tables.
Robert Haas
2011-04-18
*
recoveryStopsHere() must check the resource manager ID.
Robert Haas
2011-04-18
*
Add check for matching column collations in ALTER TABLE ... INHERIT.
Tom Lane
2011-04-17
*
foreach() and list_delete() don't mix.
Tom Lane
2011-04-17
*
Add an Assert that indexam.c isn't used on an index awaiting reindexing.
Tom Lane
2011-04-16
*
Simplify reindex_relation's API.
Tom Lane
2011-04-16
*
Clean up collation processing in prepunion.c.
Tom Lane
2011-04-16
*
Prevent incorrect updates of pg_index while reindexing pg_index itself.
Tom Lane
2011-04-15
*
Guard against incoming rowcount estimate of NaN in cost_mergejoin().
Tom Lane
2011-04-15
*
Reduce the initial size of local lock hash to 16 entries.
Heikki Linnakangas
2011-04-15
*
Remove obsolete comment.
Robert Haas
2011-04-13
*
Fix toast table creation.
Robert Haas
2011-04-13
*
Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.
Tom Lane
2011-04-13
*
Avoid incorrectly granting replication to roles created with NOSUPERUSER.
Robert Haas
2011-04-13
*
On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differently
Heikki Linnakangas
2011-04-13
*
Revert the patch to check if we've reached end-of-backup also when doing
Heikki Linnakangas
2011-04-13
*
On IA64 architecture, we check the depth of the register stack in addition
Heikki Linnakangas
2011-04-13
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Be more wary of missing statistics in eqjoinsel_semi().
Tom Lane
2011-04-12
*
Fix RI_Initial_Check to use a COLLATE clause when needed in its query.
Tom Lane
2011-04-11
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
Teach pattern_fixed_prefix() about collations.
Tom Lane
2011-04-11
*
TransferPredicateLocksToNewTarget should initialize a new lock
Heikki Linnakangas
2011-04-11
*
Fix the size of predicate lock manager's shared memory hash tables at creation.
Heikki Linnakangas
2011-04-11
*
Insert dummy "break"s to silence compiler complaints.
Tom Lane
2011-04-10
*
Teach regular expression operators to honor collations.
Tom Lane
2011-04-10
*
Don't make "replication" magical as a user name, only as a database name, in ...
Andrew Dunstan
2011-04-10
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up overly complex code for issuing some related error messages.
Tom Lane
2011-04-09
*
Add collation support on Windows (MSVC build)
Peter Eisentraut
2011-04-10
*
Fix ILIKE to honor collation when working in single-byte encodings.
Tom Lane
2011-04-09
*
Adjust collation determination rules as per discussion.
Tom Lane
2011-04-09
[prev]
[next]