Commit Graph

19578 Commits (c76ff4bc4ed07f5b79a1d66772d70a404466ad8c)
 

Author SHA1 Message Date
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
Teodor Sigaev 324300bc7c improve support of agglutinative languages (query with compound words). 21 years ago
Michael Meskes d314616d12 Fixed segfault due to freeing a struct definition twice if it was a named struct used in a typedef. 21 years ago
Teodor Sigaev fe30edbab8 Change 21 years ago
Neil Conway 4405e74355 Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that 21 years ago
Tom Lane beaf5ae623 Fix ALTER TABLE ADD COLUMN so that constraints of domain types are 21 years ago
Tom Lane ad538d8bcd Disallow LOAD to non-superusers. Per report from John Heasman. 21 years ago
Tom Lane 0ffe9f7946 Fix memory leak in rtdosplit, per report from Clive Page. 21 years ago
Neil Conway 810de88d35 Fix typo. 21 years ago
Neil Conway e02e0564f1 pg_autovacuum fixes from Dave Page: 21 years ago
Bruce Momjian 0960dc2293 Document why CREATE CONSTRAINT TRIGGER doesn't tab complete. 21 years ago
Tom Lane 94e4778a31 The result of a FULL or RIGHT join can't be assumed to be sorted by the 21 years ago
Bruce Momjian d08889aa8b Add tools/find_gt_lt to find < and > in SGML source. 21 years ago
Tom Lane bdbfd343a2 pg_dump dumped the wrong tablespace for an index (ie, the parent table's 21 years ago