summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-05-30The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas
2011-05-23Improve hash_array() logic for combining hash values.Robert Haas
2011-05-23Install defenses against overflow in BuildTupleHashTable().Tom Lane
2011-05-21Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas
2011-05-13More cleanup of FOREIGN TABLE permissions handling.Robert Haas
2011-05-11Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-27Tag 9.1beta1.REL9_1_BETA1Tom Lane
2011-04-27Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan
2011-04-27Force use of "%I64d" format for 64 bit ints on MinGW.Andrew Dunstan
2011-04-25Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas
2011-04-25Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-25Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian
2011-04-24Improve cost estimation for aggregates and window functions.Tom Lane
2011-04-23Fix char2wchar/wchar2char to support collations properly.Tom Lane
2011-04-23Make GIN and GIST pass the index collation to all their support functions.Tom Lane
2011-04-21Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas
2011-04-19Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane
2011-04-18Fix handling of collations in multi-row VALUES constructs.Tom Lane
2011-04-16Simplify reindex_relation's API.Tom Lane
2011-04-16Clean up collation processing in prepunion.c.Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-12Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane
2011-04-11Teach pattern_fixed_prefix() about collations.Tom Lane
2011-04-11Fix the size of predicate lock manager's shared memory hash tables at creation.Heikki Linnakangas
2011-04-10Add some more mapping macros for Microsoft wide-character API.Tom Lane
2011-04-10Teach regular expression operators to honor collations.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-09Add collation support on Windows (MSVC build)Peter Eisentraut
2011-04-08Avoid an unnecessary syscache lookup in parse_coerce.c.Tom Lane
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-04-05Add casts from int4 and int8 to numeric.Robert Haas
2011-04-04Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs
2011-04-04Merge synchronous_replication setting into synchronous_commit.Robert Haas
2011-04-04Rearrange "add column" logic to merge columns at exec time.Robert Haas
2011-04-03Avoid possible hang during smart shutdown.Robert Haas
2011-04-01Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas
2011-03-31Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries inHeikki Linnakangas
2011-03-30Automatically terminate replication connections that are idle for moreHeikki Linnakangas
2011-03-28Add maintainer-check targetPeter Eisentraut
2011-03-28Make duplicate_oids return nonzero exit status if duplicates were foundPeter Eisentraut
2011-03-28Prevent a rowtype from being included in itself.Tom Lane
2011-03-26Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane
2011-03-26More collations cleanup, from trawling for missed collation assignments.Tom Lane
2011-03-26Clean up a few failures to set collation fields in expression nodes.Tom Lane
2011-03-26Pass collation to makeConst() instead of looking it up internally.Tom Lane
2011-03-25Fix handling of collation in SQL-language functions.Tom Lane
2011-03-22Make FKs valid at creation when added as column constraints.Simon Riggs
2011-03-22Reimplement planner's handling of MIN/MAX aggregate optimization (again).Tom Lane