summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-25Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian
2011-04-25Add fast paths for cases when no serializable transactions are running.Robert Haas
2011-04-25Regression tests for TOAST.Robert Haas
2011-04-25Fix SSI-related assertion failure.Robert Haas
2011-04-25Adjust yywrap macro for non-reentrant scanners for MSVC.Andrew Dunstan
2011-04-25In libecpg do not set an sqlda field that is 'reserved for future use' unlessMichael Meskes
2011-04-24Normalize whitespace in the arguments of <indexterm>Peter Eisentraut
2011-04-24Improve cost estimation for aggregates and window functions.Tom Lane
2011-04-24In pg_upgrade, only compile copy_file() on non-Win32 systems.Bruce Momjian
2011-04-23Improve findoidjoins to cover more cases.Tom Lane
2011-04-23Silence a few compiler warnings from gcc on MinGW.Andrew Dunstan
2011-04-23Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane
2011-04-23Hash indexes had better pass the index collation to support functions, too.Tom Lane
2011-04-23Adjust comments about collate.linux.utf8 regression test.Tom Lane
2011-04-23Fix char2wchar/wchar2char to support collations properly.Tom Lane
2011-04-23Fix contrib/btree_gist to handle collations properly.Tom Lane
2011-04-23Make GIN and GIST pass the index collation to all their support functions.Tom Lane
2011-04-22De-kludge contrib/btree_gin for collations.Tom Lane
2011-04-22Small update to emacs example configurationPeter Eisentraut
2011-04-22Add fill-column setting to emacs example configurationsPeter Eisentraut
2011-04-22Make a code-cleanup pass over the collations patch.Tom Lane
2011-04-22Improve doc wording for SQL syntax of LIMIT/OFFSET.Bruce Momjian
2011-04-21Avoid possible divide-by-zero in gincostestimate.Tom Lane
2011-04-21Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.Robert Haas
2011-04-21Fix use of incorrect constant RemoveRoleFromObjectACL.Robert Haas
2011-04-21Typo fix.Robert Haas
2011-04-21Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas
2011-04-21Fix bugs in indexing of in-doubt HOT-updated tuples.Tom Lane
2011-04-20Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.Tom Lane
2011-04-20Make plan_cluster_use_sort cope with no IndexOptInfo for the target index.Tom Lane
2011-04-20Fix PL/Python traceback for error in separate filePeter Eisentraut
2011-04-20Pg_upgrade C comment addition.Bruce Momjian
2011-04-20Quotes in strings injected into bki file need to escaped. In particular,Heikki Linnakangas
2011-04-20Throw error for mismatched pg_upgrade clustersBruce Momjian
2011-04-19Add C commentBruce Momjian
2011-04-19Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane
2011-04-19Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."Tom Lane
2011-04-19Refix the unaccent regression test on MSVC properlyPeter Eisentraut
2011-04-19Treat config.pl as optional in vcregress.plPeter Eisentraut
2011-04-19Fix typoPeter Eisentraut
2011-04-19Add gitignore entries for Windows MSVC buildsPeter Eisentraut
2011-04-19Avoid unused variable warnings for certain configurationsPeter Eisentraut
2011-04-19Refrain from canonicalizing a client_encoding setting of "UNICODE".Tom Lane
2011-04-19Silence compiler warning about casting HANDLE to long on WIN64.Andrew Dunstan
2011-04-19Silence compiler warning about unused variable on Windows.Heikki Linnakangas
2011-04-18Fix handling of collations in multi-row VALUES constructs.Tom Lane
2011-04-18Only allow typed tables to hang off composite types, not e.g. tables.Robert Haas
2011-04-18Attempt to remedy buildfarm breakage caused by commit f536d4194.Andrew Dunstan
2011-04-18recoveryStopsHere() must check the resource manager ID.Robert Haas
2011-04-17Fix assorted infelicities in collation handling in psql's describe.c.Tom Lane