summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-02-01Remove FAQ about database terms.Bruce Momjian
2005-02-01Remove FAQ mention of DROP column.Bruce Momjian
2005-02-01Update LIMIT/FETCH FAQ item.Bruce Momjian
2005-02-01Sync inet formatting code with recent BIND releases. In particular,Tom Lane
2005-02-01Update connections FAQ item.Bruce Momjian
2005-01-31Fix markup typo.Bruce Momjian
2005-01-31Update debeug FAQ.Bruce Momjian
2005-01-31Restructure debug FAQ entry.Bruce Momjian
2005-01-31Reorganize FAQ entry on performance.Bruce Momjian
2005-01-31Update admin tools FAQ.Bruce Momjian
2005-01-31Update PHP mention.Bruce Momjian
2005-01-31Remove "Support" FAQ item. We now have a tab on our web site.Bruce Momjian
2005-01-31Wording improvement.Bruce Momjian
2005-01-31Reorder support FAQ items.Bruce Momjian
2005-01-31Update section to mention developer's FAQ.Bruce Momjian
2005-01-31Mention releases are every 10-12 months now.Bruce Momjian
2005-01-31Simplify FAQ item about obtaining support.Bruce Momjian
2005-01-31Clarify license FAQ item.Bruce Momjian
2005-01-31Modernize the FAQ item "What is PostgreSQL" to skip most historicalBruce Momjian
2005-01-30Recommend security@postgresql.org as the contact point for security-related b...Tom Lane
2005-01-30Update FAQ text file.Bruce Momjian
2005-01-30FAQ markup fixes.Bruce Momjian
2005-01-30Fix ampersand in URL.Bruce Momjian
2005-01-30Remove IN/slow FAQ item because it only applies to <=7.3.X.Bruce Momjian
2005-01-30Remove GEQO and Rtree FAQ items.Bruce Momjian
2005-01-30More index item rewording.kUpdate FAQ.Bruce Momjian
2005-01-30Reword index/slow query item.Bruce Momjian
2005-01-30Remove FAQ item about binary cursors.Bruce Momjian
2005-01-30Remove FAQ items about IPC errors. We now report the help descriptionBruce Momjian
2005-01-30Merge two Interfaces FAQ items into one.Bruce Momjian
2005-01-30Merge unix and non-unix platform faq items, and remove Y2K item.Bruce Momjian
2005-01-30Update OID item description.Bruce Momjian
2005-01-30Preliminary release notes for 8.0.1, 7.4.7, 7.3.9, 7.2.7.Tom Lane
2005-01-29We haven't had a fixed limit on rule recursion depth since 7.3 ...Tom Lane
2005-01-29Make sure contrib C functions are marked strict where needed.Tom Lane
2005-01-28Add documentation for format_type(), which somehow escaped it before.Tom Lane
2005-01-28Add note cautioning that you can't use an encrypting IDENT serverTom Lane
2005-01-28When dealing with multiple grouping columns coming from the same table,Tom Lane
2005-01-28Improve planner's estimation of the space needed for HashAgg plans:Tom Lane
2005-01-28pg_aggregate.h fails to compile standalone, for lack of an #includeTom Lane
2005-01-28Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems onTom Lane
2005-01-27Check that aggregate creator has the right to execute the transitionTom Lane
2005-01-27Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway
2005-01-27Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway
2005-01-27Now that I look at it, int_array_enum() didn't work either.Tom Lane
2005-01-27Fix security and 64-bit issues in contrib/intagg. This code couldTom Lane
2005-01-27Add intset() to READMETeodor Sigaev
2005-01-27Provide a more descriptive error message when the return type of an SRFNeil Conway
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2005-01-27Add regression tests for recent cursor/savepoint bug fixed by Alvaro andNeil Conway