summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust collation determination rules as per discussion.Tom Lane2011-04-097-76/+59
* Don't show unusable collations in psql's \dO command.Tom Lane2011-04-092-6/+16
* Latest consolidated typedef list from buildfarm.Andrew Dunstan2011-04-081-141/+175
* Clean up minor collation issues in indxpath.c.Tom Lane2011-04-081-42/+61
* Fix make_greater_string to not have an undocumented collation assumption.Tom Lane2011-04-081-5/+8
* Truncate the predicate lock SLRU to empty, instead of almost empty.Robert Haas2011-04-081-7/+19
* Tweak collation setup for GIN index comparison functions.Tom Lane2011-04-081-3/+23
* Avoid an unnecessary syscache lookup in parse_coerce.c.Tom Lane2011-04-083-4/+15
* Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers.Robert Haas2011-04-081-4/+15
* Fix bug in propagating ALTER TABLE actions to typed tables.Robert Haas2011-04-081-1/+1
* Modify initdb to complain only when no usable system locales are found.Tom Lane2011-04-081-17/+13
* Partially roll back overenthusiastic SSI optimization.Robert Haas2011-04-081-7/+13
* Have pg_upgrade properly preserve relfrozenxid in toast tables.Bruce Momjian2011-04-082-10/+52
* Avoid extra whitespace in the arguments of <indexterm>.Tom Lane2011-04-0812-50/+75
* Add an example of WITH (UPDATE RETURNING) INSERT to the INSERT ref page.Tom Lane2011-04-081-0/+14
* Fix some sloppiness in new PL/python get_source_line() function.Robert Haas2011-04-081-6/+5
* Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan2011-04-071-3/+5
* Tweaks for SSI out-of-shared memory behavior.Robert Haas2011-04-071-13/+5
* Modernize dlopen interface code for FreeBSD and OpenBSD.Tom Lane2011-04-073-15/+15
* Allow pg_upgrade with PGCLIENTENCODING setPeter Eisentraut2011-04-071-10/+15
* Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane2011-04-071-5/+24
* Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.Bruce Momjian2011-04-071-4/+49
* Simplify structure of query used to gather database object informationBruce Momjian2011-04-071-16/+14
* Fix collations when we call transformWhereClause from outside the parser.Tom Lane2011-04-072-0/+9
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-0735-1854/+2611
* Update regression test files for PL/Python traceback patchPeter Eisentraut2011-04-061-1/+4
* Replace the confusing exit_nicely() by an atexit/on_exit hookPeter Eisentraut2011-04-065-43/+37
* Add traceback information to PL/Python errorsPeter Eisentraut2011-04-0611-76/+786
* Update key words table for 9.1Peter Eisentraut2011-04-061-93/+37
* Repair some flakiness in CheckTargetForConflictsIn.Robert Haas2011-04-051-1/+24
* Change "Id" to "id" in some SGML tagsAlvaro Herrera2011-04-053-3/+3
* Typo fixes.Robert Haas2011-04-051-2/+2
* Add casts from int4 and int8 to numeric.Robert Haas2011-04-058-7/+161
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-045-7/+10
* Centralise release note items related to recovery and replicationSimon Riggs2011-04-041-79/+104
* Update comments and credit doc proofreadersSimon Riggs2011-04-041-5/+13
* Update MSVC toolchain to match SGML entity uppercasingAlvaro Herrera2011-04-041-2/+2
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-0410-104/+91
* Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML sourceAlvaro Herrera2011-04-045-336/+336
* Add missing check on invocation of trusted procedures.Robert Haas2011-04-044-1/+57
* Include pid in pg_lock_status() results even for SIREAD locks.Robert Haas2011-04-041-1/+4
* Duplicate expansion of "direction" from FETCH's synopsis into MOVEAlvaro Herrera2011-04-042-0/+19
* Rearrange "add column" logic to merge columns at exec time.Robert Haas2011-04-034-73/+119
* Improve documentation on the range of the numeric data type.Robert Haas2011-04-031-4/+13
* Remove mention of using "man" from the tutorial.Robert Haas2011-04-031-5/+2
* Avoid possible hang during smart shutdown.Robert Haas2011-04-033-2/+11
* Fix typo in PQconnectStartParams().Tom Lane2011-04-021-1/+1
* Escape greater than and less than characters in docs.Heikki Linnakangas2011-04-022-2/+2
* Avoid palloc before CurrentMemoryContext is set up on win32Magnus Hagander2011-04-011-1/+5
* Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.Robert Haas2011-04-011-2/+16