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