Commit Graph

19541 Commits (cd63e08f86b7cb93283d01ac52d0bc08ba844da3)
 

Author SHA1 Message Date
Bruce Momjian cd63e08f86 Remove "Support" FAQ item. We now have a tab on our web site. 21 years ago
Bruce Momjian 18013e25c6 Wording improvement. 21 years ago
Bruce Momjian 131ff4e5cd Reorder support FAQ items. 21 years ago
Bruce Momjian 14f3fb610d Update section to mention developer's FAQ. 21 years ago
Bruce Momjian 83d8591081 Mention releases are every 10-12 months now. 21 years ago
Bruce Momjian e688443cbf Simplify FAQ item about obtaining support. 21 years ago
Bruce Momjian 0a12c53385 Clarify license FAQ item. 21 years ago
Bruce Momjian 810b5072dd Modernize the FAQ item "What is PostgreSQL" to skip most historical 21 years ago
Tom Lane 0c109c7187 Recommend security@postgresql.org as the contact point for security-related bugs. 21 years ago
Bruce Momjian 790c666931 Update FAQ text file. 21 years ago
Bruce Momjian 60d6f49a47 FAQ markup fixes. 21 years ago
Bruce Momjian 576853a79a Fix ampersand in URL. 21 years ago
Bruce Momjian d79f2d4036 Remove IN/slow FAQ item because it only applies to <=7.3.X. 21 years ago
Bruce Momjian bfc536217d Remove GEQO and Rtree FAQ items. 21 years ago
Bruce Momjian 4c8a690d54 More index item rewording.kUpdate FAQ. 21 years ago
Bruce Momjian bbefccec09 Reword index/slow query item. 21 years ago
Bruce Momjian 97052bc9c9 Remove FAQ item about binary cursors. 21 years ago
Bruce Momjian e136a49c5d Remove FAQ items about IPC errors. We now report the help description 21 years ago
Bruce Momjian 93e1795404 Merge two Interfaces FAQ items into one. 21 years ago
Bruce Momjian a3b7d45807 Merge unix and non-unix platform faq items, and remove Y2K item. 21 years ago
Bruce Momjian 811df91340 Update OID item description. 21 years ago
Tom Lane 64428b8daf Preliminary release notes for 8.0.1, 7.4.7, 7.3.9, 7.2.7. 21 years ago
Tom Lane 5703a69003 We haven't had a fixed limit on rule recursion depth since 7.3 ... 21 years ago
Tom Lane b7d236d663 Make sure contrib C functions are marked strict where needed. 21 years ago
Tom Lane 750d9171f6 Add documentation for format_type(), which somehow escaped it before. 21 years ago
Tom Lane a9fec25df8 Add note cautioning that you can't use an encrypting IDENT server 21 years ago
Tom Lane 875b0c62fa When dealing with multiple grouping columns coming from the same table, 21 years ago
Tom Lane 0bf2587df4 Improve planner's estimation of the space needed for HashAgg plans: 21 years ago
Tom Lane c3a4e22e82 pg_aggregate.h fails to compile standalone, for lack of an #include 21 years ago
Tom Lane bb1bd3276e Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on 21 years ago
Tom Lane 5ae5e3bfe6 Check that aggregate creator has the right to execute the transition 21 years ago
Neil Conway f76730e35a Small patch to move get_grosysid() from catalog/aclchk.c to 21 years ago
Neil Conway a885ecd6ef Change heap_modifytuple() to require a TupleDesc rather than a 21 years ago
Tom Lane 728775d781 Now that I look at it, int_array_enum() didn't work either. 21 years ago
Tom Lane 368964e153 Fix security and 64-bit issues in contrib/intagg. This code could 21 years ago
Teodor Sigaev 5e95311442 Add intset() to README 21 years ago
Neil Conway ffaaf27eb4 Provide a more descriptive error message when the return type of an SRF 21 years ago
Tom Lane f07b9689c9 Generalize TRUNCATE to support truncating multiple tables in one 21 years ago
Neil Conway 4fe201237f Add regression tests for recent cursor/savepoint bug fixed by Alvaro and 21 years ago
Tom Lane aba691b728 Close all cursors created during a failed subtransaction. This is needed 21 years ago
Tom Lane b0e3dd7e61 Adjust Windows autovacuum service to retry for up to 5 minutes waiting 21 years ago
Tom Lane bf7737a938 On Windows, set the postmaster executable's stack size to 4MB, so that 21 years ago
Tom Lane 7969649bd5 Minor tweak to avoid unnecessary memory bloat when dumping extremely wide 21 years ago
Tom Lane 4de12d4470 Add docs for a couple of formerly-undocumented geometric conversion functions. 21 years ago
Tom Lane 9d58b9645e Make pg_dump and pg_restore handle binary archive formats correctly 21 years ago
Tom Lane 889f038129 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the 21 years ago
Tom Lane c0e0d3e2e9 Avoid unnecessary dependence on u_int16_t, per buildfarm failure. 21 years ago
Neil Conway 1ac9f0e9f7 The attached patch implements the soundex difference function which 21 years ago
Tom Lane fd5437c78b Fix breakage created by addition of separate 'acl pass' in pg_dump. 21 years ago
Peter Eisentraut 5ca9687fe4 Add missing "ko". 21 years ago