summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-04-09Adjust collation determination rules as per discussion.Tom Lane
2011-04-09Don't show unusable collations in psql's \dO command.Tom Lane
2011-04-09Latest consolidated typedef list from buildfarm.Andrew Dunstan
2011-04-08Clean up minor collation issues in indxpath.c.Tom Lane
2011-04-08Fix make_greater_string to not have an undocumented collation assumption.Tom Lane
2011-04-08Truncate the predicate lock SLRU to empty, instead of almost empty.Robert Haas
2011-04-08Tweak collation setup for GIN index comparison functions.Tom Lane
2011-04-08Avoid an unnecessary syscache lookup in parse_coerce.c.Tom Lane
2011-04-08Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers.Robert Haas
2011-04-08Fix bug in propagating ALTER TABLE actions to typed tables.Robert Haas
2011-04-08Modify initdb to complain only when no usable system locales are found.Tom Lane
2011-04-08Partially roll back overenthusiastic SSI optimization.Robert Haas
2011-04-08Have pg_upgrade properly preserve relfrozenxid in toast tables.Bruce Momjian
2011-04-08Fix some sloppiness in new PL/python get_source_line() function.Robert Haas
2011-04-08Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan
2011-04-07Tweaks for SSI out-of-shared memory behavior.Robert Haas
2011-04-07Modernize dlopen interface code for FreeBSD and OpenBSD.Tom Lane
2011-04-07Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane
2011-04-07Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.Bruce Momjian
2011-04-07Fix collations when we call transformWhereClause from outside the parser.Tom Lane
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-04-06Update regression test files for PL/Python traceback patchPeter Eisentraut
2011-04-06Add traceback information to PL/Python errorsPeter Eisentraut
2011-04-05Repair some flakiness in CheckTargetForConflictsIn.Robert Haas
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-04Update MSVC toolchain to match SGML entity uppercasingAlvaro Herrera
2011-04-04Merge synchronous_replication setting into synchronous_commit.Robert Haas
2011-04-04Include pid in pg_lock_status() results even for SIREAD locks.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-02Fix typo in PQconnectStartParams().Tom Lane
2011-04-01Avoid palloc before CurrentMemoryContext is set up on win32Magnus Hagander
2011-04-01Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.Robert Haas
2011-04-01pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas
2011-04-01Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas
2011-04-01Fix compiler warning.Robert Haas
2011-04-01Fix two missing spaces in error messages.Heikki Linnakangas
2011-03-31Fix a tiny race condition in predicate locking. Need to hold the lock whileHeikki Linnakangas
2011-03-31Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries inHeikki Linnakangas
2011-03-31Don't leak the temporary PLyProcedure struct we create for inline plpythonHeikki Linnakangas
2011-03-31Improve error message when WAL ends before reaching end of online backup.Heikki Linnakangas
2011-03-30Attempt to unbreak windows builds broken by commit 754baa2.Andrew Dunstan
2011-03-30Check that we've reached end-of-backup also when we're not performingHeikki Linnakangas
2011-03-30Automatically terminate replication connections that are idle for moreHeikki Linnakangas
2011-03-30Adjust error message, now that we expect other message types than connectionHeikki Linnakangas
2011-03-29Update SQL features listPeter Eisentraut
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