aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix binary upgrade of altered typed tablesPeter Eisentraut2011-04-27
* Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan2011-04-27
* timeline is not needed in BaseBackup()Magnus Hagander2011-04-27
* Fix array- and path-creating functions to ensure padding bytes are zeroes.Tom Lane2011-04-27
* Revert "Remove hard coded formats for INT64 and use configured settings inste...Andrew Dunstan2011-04-27
* Remove hard coded formats for INT64 and use configured settings instead.Andrew Dunstan2011-04-27
* Force use of "%I64d" format for 64 bit ints on MinGW.Andrew Dunstan2011-04-27
* Use an explicit format string to keep the compiler happy.Andrew Dunstan2011-04-27
* Rephrase some not-supported error messages in pg_hba.conf processing.Tom Lane2011-04-26
* Complain if pg_hba.conf contains "hostssl" but SSL is disabled.Tom Lane2011-04-26
* Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind.Tom Lane2011-04-25
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.Tom Lane2011-04-25
* Support "make check" in contribPeter Eisentraut2011-04-25
* Use terse mode to avoid variable order dependency output in foreign data regr...Andrew Dunstan2011-04-25
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Prevent perl header overriding our *snprintf macros, and give it a usable PER...Andrew Dunstan2011-04-25
* Give getopt() a prototype and modern style arg specs.Andrew Dunstan2011-04-25
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* Add fast paths for cases when no serializable transactions are running.Robert Haas2011-04-25
* Regression tests for TOAST.Robert Haas2011-04-25
* Fix SSI-related assertion failure.Robert Haas2011-04-25
* Adjust yywrap macro for non-reentrant scanners for MSVC.Andrew Dunstan2011-04-25
* In libecpg do not set an sqlda field that is 'reserved for future use' unlessMichael Meskes2011-04-25
* Improve cost estimation for aggregates and window functions.Tom Lane2011-04-24
* Improve findoidjoins to cover more cases.Tom Lane2011-04-23
* Silence a few compiler warnings from gcc on MinGW.Andrew Dunstan2011-04-23
* Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane2011-04-23
* Hash indexes had better pass the index collation to support functions, too.Tom Lane2011-04-23
* Adjust comments about collate.linux.utf8 regression test.Tom Lane2011-04-23
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-22
* Small update to emacs example configurationPeter Eisentraut2011-04-23
* Add fill-column setting to emacs example configurationsPeter Eisentraut2011-04-23
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Avoid possible divide-by-zero in gincostestimate.Tom Lane2011-04-21
* Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.Robert Haas2011-04-20
* Fix use of incorrect constant RemoveRoleFromObjectACL.Robert Haas2011-04-20
* Typo fix.Robert Haas2011-04-20
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* Fix bugs in indexing of in-doubt HOT-updated tuples.Tom Lane2011-04-20
* Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.Tom Lane2011-04-20
* Make plan_cluster_use_sort cope with no IndexOptInfo for the target index.Tom Lane2011-04-20
* Fix PL/Python traceback for error in separate filePeter Eisentraut2011-04-20
* Quotes in strings injected into bki file need to escaped. In particular,Heikki Linnakangas2011-04-20
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-19
* Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."Tom Lane2011-04-19
* Refix the unaccent regression test on MSVC properlyPeter Eisentraut2011-04-19
* Treat config.pl as optional in vcregress.plPeter Eisentraut2011-04-19