aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Clean up minor collation issues in indxpath.c.Tom Lane2011-04-08
* Fix make_greater_string to not have an undocumented collation assumption.Tom Lane2011-04-08
* Truncate the predicate lock SLRU to empty, instead of almost empty.Robert Haas2011-04-08
* Tweak collation setup for GIN index comparison functions.Tom Lane2011-04-08
* Avoid an unnecessary syscache lookup in parse_coerce.c.Tom Lane2011-04-08
* Fix bug in propagating ALTER TABLE actions to typed tables.Robert Haas2011-04-08
* Partially roll back overenthusiastic SSI optimization.Robert Haas2011-04-08
* Tweaks for SSI out-of-shared memory behavior.Robert Haas2011-04-07
* Modernize dlopen interface code for FreeBSD and OpenBSD.Tom Lane2011-04-07
* Fix collations when we call transformWhereClause from outside the parser.Tom Lane2011-04-07
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Repair some flakiness in CheckTargetForConflictsIn.Robert Haas2011-04-05
* 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
* Rearrange "add column" logic to merge columns at exec time.Robert Haas2011-04-03
* Avoid possible hang during smart shutdown.Robert Haas2011-04-03
* 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
* Fix compiler warning.Robert Haas2011-04-01
* Fix two missing spaces in error messages.Heikki Linnakangas2011-04-01
* Fix a tiny race condition in predicate locking. Need to hold the lock whileHeikki Linnakangas2011-03-31
* Improve error message when WAL ends before reaching end of online backup.Heikki Linnakangas2011-03-31
* Attempt to unbreak windows builds broken by commit 754baa2.Andrew Dunstan2011-03-30
* Check that we've reached end-of-backup also when we're not performingHeikki Linnakangas2011-03-30
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Adjust error message, now that we expect other message types than connectionHeikki Linnakangas2011-03-30
* Update SQL features listPeter Eisentraut2011-03-29
* Prevent a rowtype from being included in itself.Tom Lane2011-03-28
* Fix check_exclusion_constraint() to insert correct collations in ScanKeys.Tom Lane2011-03-27
* 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
* Additional test for each commit in sync rep path to plug minuteSimon Riggs2011-03-26
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Fix failure to propagate collation in negate_clause().Tom Lane2011-03-25
* Make walreceiver send a reply after receiving data but before flushing it.Robert Haas2011-03-25
* Fix handling of collation in SQL-language functions.Tom Lane2011-03-24
* Add post-creation hook for extensions, consistent with other object types.Robert Haas2011-03-24
* Clean up handling of COLLATE clauses in index column definitions.Tom Lane2011-03-24