aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan2011-04-27
* Force use of "%I64d" format for 64 bit ints on MinGW.Andrew Dunstan2011-04-27
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* Improve cost estimation for aggregates and window functions.Tom Lane2011-04-24
* 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
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-19
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* Simplify reindex_relation's API.Tom Lane2011-04-16
* Clean up collation processing in prepunion.c.Tom Lane2011-04-16
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane2011-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
* Add some more mapping macros for Microsoft wide-character API.Tom Lane2011-04-10
* 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
* Avoid an unnecessary syscache lookup in parse_coerce.c.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
* Rearrange "add column" logic to merge columns at exec time.Robert Haas2011-04-03
* Avoid possible hang during smart shutdown.Robert Haas2011-04-03
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries inHeikki Linnakangas2011-03-31
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Add maintainer-check targetPeter Eisentraut2011-03-28
* Make duplicate_oids return nonzero exit status if duplicates were foundPeter Eisentraut2011-03-28
* Prevent a rowtype from being included in itself.Tom Lane2011-03-28
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* More collations cleanup, from trawling for missed collation assignments.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
* Fix handling of collation in SQL-language functions.Tom Lane2011-03-24
* Make FKs valid at creation when added as column constraints.Simon Riggs2011-03-22
* Reimplement planner's handling of MIN/MAX aggregate optimization (again).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
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-19
* Fix various possible problems with synchronous replication.Robert Haas2011-03-17
* Add database comments to template0 and postgres databases, and improveBruce Momjian2011-03-15
* Remove 13 keywords that are used only for ROLE options.Robert Haas2011-03-15
* Remove duplicate time-based macros recently added.Bruce Momjian2011-03-14
* Make all comparisons done for/with statistics use the default collation.Tom Lane2011-03-12