aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Avoid possible divide-by-zero in gincostestimate.Tom Lane2011-04-21
* foreach() and list_delete() don't mix.Tom Lane2011-04-17
* 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
* Fix the size of predicate lock manager's shared memory hash tables at creation.Heikki Linnakangas2011-04-11
* Teach regular expression operators to honor collations.Tom Lane2011-04-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* 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
* Fix make_greater_string to not have an undocumented collation assumption.Tom Lane2011-04-08
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Add casts from int4 and int8 to numeric.Robert Haas2011-04-05
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-04
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Include pid in pg_lock_status() results even for SIREAD locks.Robert Haas2011-04-04
* Avoid palloc before CurrentMemoryContext is set up on win32Magnus Hagander2011-04-01
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Clean up a few failures to set collation fields in expression nodes.Tom Lane2011-03-26
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Clean up handling of COLLATE clauses in index column definitions.Tom Lane2011-03-24
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-22
* Avoid potential deadlock in InitCatCachePhase2().Tom Lane2011-03-22
* Fix up handling of C/POSIX collations.Tom Lane2011-03-20
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Raise maximum value of several timeout parametersPeter Eisentraut2011-03-17
* Make all comparisons done for/with statistics use the default collation.Tom Lane2011-03-12
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-12
* On further reflection, we'd better do the same in int.c.Tom Lane2011-03-11
* Put in some more safeguards against executing a division-by-zero.Tom Lane2011-03-11
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Revert addition of third argument to format_type().Tom Lane2011-03-10
* More synchronous replication tweaks.Robert Haas2011-03-10
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-03
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas2011-02-26
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-22
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-22
* Allow binary I/O of type "void".Tom Lane2011-02-22
* Fix pg_server_to_client, that was broken in the previous commit.Itagaki Takahiro2011-02-21