Commit Graph

31852 Commits (00fad9f6fef8ed166b183ad45a9bd863d965d81c)
 

Author SHA1 Message Date
Tom Lane 993c5e5904 Tag 9.1beta1. 15 years ago
Tom Lane bb1051eb2d Make a quick copy-editing pass over the 9.1 release notes. 15 years ago
Peter Eisentraut b2ef8929ae Fix binary upgrade of altered typed tables 15 years ago
Andrew Dunstan 6693fec0e8 Revert "Force use of "%I64d" format for 64 bit ints on MinGW." 15 years ago
Magnus Hagander 6693eb72c0 timeline is not needed in BaseBackup() 15 years ago
Tom Lane 4f6c75b541 Add comments about the need to avoid uninitialized bits in datatype values. 15 years ago
Tom Lane 18c0b4eccd Fix array- and path-creating functions to ensure padding bytes are zeroes. 15 years ago
Andrew Dunstan 348c10efe0 Revert "Remove hard coded formats for INT64 and use configured settings instead." 15 years ago
Andrew Dunstan 9b1508af89 Remove hard coded formats for INT64 and use configured settings instead. 15 years ago
Andrew Dunstan 52d01c2f52 Force use of "%I64d" format for 64 bit ints on MinGW. 15 years ago
Andrew Dunstan c43d0791ac Use an explicit format string to keep the compiler happy. 15 years ago
Bruce Momjian dedcc48c56 Doc wording improvement for NUMERIC limit paragraph. 15 years ago
Bruce Momjian 8ce83b5bdc Reword documentation for NUMERIC with no specified precision. 15 years ago
Tom Lane 71e7083532 Rephrase some not-supported error messages in pg_hba.conf processing. 15 years ago
Tom Lane c464a0657b Complain if pg_hba.conf contains "hostssl" but SSL is disabled. 15 years ago
Bruce Momjian 0cdbef6cec Clarify that a non-specified precision NUMERIC has a very high range. 15 years ago
Bruce Momjian 6c4d2bd914 Now that pg_upgrade uses -w in pg_ctl, remove loop that retried testing 15 years ago
Bruce Momjian 44091442db In pg_upgrade, avoid one start/stop of the postmaster; use the -w 15 years ago
Tom Lane 6dab96abaa Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind. 15 years ago
Robert Haas 68ef051f5c Refactor broken CREATE TABLE IF NOT EXISTS support. 15 years ago
Robert Haas be90032e0d Remove partial and undocumented GRANT .. FOREIGN TABLE support. 15 years ago
Tom Lane af0f20092c Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX. 15 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Andrew Dunstan 625744ac43 Use terse mode to avoid variable order dependency output in foreign data regression check. 15 years ago
Andrew Dunstan 860be17ec3 Assorted minor changes to silence Windows compiler warnings. 15 years ago
Andrew Dunstan 7762288744 Prevent perl header overriding our *snprintf macros, and give it a usable PERL_UNUSED_DECL value. 15 years ago
Andrew Dunstan 7e0f8f836d Give getopt() a prototype and modern style arg specs. 15 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 15 years ago
Robert Haas 02e6a115cc Add fast paths for cases when no serializable transactions are running. 15 years ago
Robert Haas 97e8346851 Regression tests for TOAST. 15 years ago
Robert Haas b429519d8d Fix SSI-related assertion failure. 15 years ago
Andrew Dunstan 08a0c2dabc Adjust yywrap macro for non-reentrant scanners for MSVC. 15 years ago
Michael Meskes 5948a6eeaa In libecpg do not set an sqlda field that is 'reserved for future use' unless 15 years ago
Peter Eisentraut 9412606265 Normalize whitespace in the arguments of <indexterm> 15 years ago
Tom Lane e6a30a8c3c Improve cost estimation for aggregates and window functions. 15 years ago
Bruce Momjian f6322b3191 In pg_upgrade, only compile copy_file() on non-Win32 systems. 15 years ago
Tom Lane 795c382e8c Improve findoidjoins to cover more cases. 15 years ago
Andrew Dunstan d98711dfef Silence a few compiler warnings from gcc on MinGW. 15 years ago
Tom Lane 970d8a3973 Update oidjoins regression test for 9.1 catalog schema additions. 15 years ago
Tom Lane a0b75a41a9 Hash indexes had better pass the index collation to support functions, too. 15 years ago
Tom Lane 1abd146ddd Adjust comments about collate.linux.utf8 regression test. 15 years ago
Tom Lane 2ab0796d7a Fix char2wchar/wchar2char to support collations properly. 15 years ago
Tom Lane bb85030630 Fix contrib/btree_gist to handle collations properly. 15 years ago
Tom Lane ae20bf1740 Make GIN and GIST pass the index collation to all their support functions. 15 years ago
Tom Lane 474ff212e5 De-kludge contrib/btree_gin for collations. 15 years ago
Peter Eisentraut 78e7e20afe Small update to emacs example configuration 15 years ago
Peter Eisentraut 415f5e1259 Add fill-column setting to emacs example configurations 15 years ago
Tom Lane 9e9b9ac7d1 Make a code-cleanup pass over the collations patch. 15 years ago
Bruce Momjian 0cfdc1c657 Improve doc wording for SQL syntax of LIMIT/OFFSET. 15 years ago
Tom Lane 92647fc4b9 Avoid possible divide-by-zero in gincostestimate. 15 years ago