2005-02-02 |
Bruce Momjian | Update RESET ALL items: |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Bruce Momjian | Add to release checklist: |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Michael Meskes | Fixed bug in parsing of #line statement in declare... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Bruce Momjian | Remove pgsql_tmp directory FAQ item. |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Neil Conway | Add support for temporary views, including documentatio... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Neil Conway | Fix a bug induced by the list-rewrite that resulted... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Tom Lane | Adjust estimate_num_groups() to not clamp per-relation... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Bruce Momjian | Add Josh's performance page. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Tom Lane | Adjust plpgsql to allow assignment to an element of... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Bruce Momjian | Add FETCH/MOVE: |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Bruce Momjian | Final FAQ cleanups to remove information about very... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Bruce Momjian | Remove outer join simulation using UNION now that we... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Bruce Momjian | Remove FAQ about database terms. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Bruce Momjian | Remove FAQ mention of DROP column. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Bruce Momjian | Update LIMIT/FETCH FAQ item. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Tom Lane | Sync inet formatting code with recent BIND releases... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Bruce Momjian | Update connections FAQ item. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Fix markup typo. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Update debeug FAQ. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Restructure debug FAQ entry. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Reorganize FAQ entry on performance. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Update admin tools FAQ. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Update PHP mention. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Remove "Support" FAQ item. We now have a tab on our... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Wording improvement. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Reorder support FAQ items. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Update section to mention developer's FAQ. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Mention releases are every 10-12 months now. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Simplify FAQ item about obtaining support. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Clarify license FAQ item. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Bruce Momjian | Modernize the FAQ item "What is PostgreSQL" to skip... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Tom Lane | Recommend security@postgresql.org as the contact point... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Update FAQ text file. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | FAQ markup fixes. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Fix ampersand in URL. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Remove IN/slow FAQ item because it only applies to... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Remove GEQO and Rtree FAQ items. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | More index item rewording.kUpdate FAQ. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Reword index/slow query item. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Remove FAQ item about binary cursors. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Remove FAQ items about IPC errors. We now report the... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Merge two Interfaces FAQ items into one. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Merge unix and non-unix platform faq items, and remove... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Bruce Momjian | Update OID item description. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Tom Lane | Preliminary release notes for 8.0.1, 7.4.7, 7.3.9,... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Tom Lane | We haven't had a fixed limit on rule recursion depth... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Tom Lane | Make sure contrib C functions are marked strict where... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Tom Lane | Add documentation for format_type(), which somehow... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Tom Lane | Add note cautioning that you can't use an encrypting... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Tom Lane | When dealing with multiple grouping columns coming... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Tom Lane | Improve planner's estimation of the space needed for... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Tom Lane | pg_aggregate.h fails to compile standalone, for lack... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Tom Lane | Adjust mkdir_p to do stat() before trying mkdir().... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Tom Lane | Check that aggregate creator has the right to execute... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Neil Conway | Small patch to move get_grosysid() from catalog/aclchk... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Neil Conway | Change heap_modifytuple() to require a TupleDesc rather... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Tom Lane | Now that I look at it, int_array_enum() didn't work... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Tom Lane | Fix security and 64-bit issues in contrib/intagg. ... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Teodor Sigaev | Add intset() to README |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Neil Conway | Provide a more descriptive error message when the retur... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Tom Lane | Generalize TRUNCATE to support truncating multiple... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Neil Conway | Add regression tests for recent cursor/savepoint bug... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Tom Lane | Close all cursors created during a failed subtransactio... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Tom Lane | Adjust Windows autovacuum service to retry for up to... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Tom Lane | On Windows, set the postmaster executable's stack size... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Tom Lane | Minor tweak to avoid unnecessary memory bloat when... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Tom Lane | Add docs for a couple of formerly-undocumented geometri... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Tom Lane | Make pg_dump and pg_restore handle binary archive forma... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Tom Lane | Use SHGetFolderPath instead of SHGetSpecialFolderPath... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Tom Lane | Avoid unnecessary dependence on u_int16_t, per buildfar... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Neil Conway | The attached patch implements the soundex difference... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Tom Lane | Fix breakage created by addition of separate 'acl pass... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Peter Eisentraut | Add missing "ko". |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Teodor Sigaev | improve support of agglutinative languages (query with... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Michael Meskes | Fixed segfault due to freeing a struct definition twice... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Teodor Sigaev | Change |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Neil Conway | Regression tests for recent bugfix to ALTER TABLE ADD... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Tom Lane | Fix ALTER TABLE ADD COLUMN so that constraints of domai... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Tom Lane | Disallow LOAD to non-superusers. Per report from John... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Tom Lane | Fix memory leak in rtdosplit, per report from Clive... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Neil Conway | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Neil Conway | pg_autovacuum fixes from Dave Page: |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Bruce Momjian | Document why CREATE CONSTRAINT TRIGGER doesn't tab... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Tom Lane | The result of a FULL or RIGHT join can't be assumed... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Bruce Momjian | Add tools/find_gt_lt to find < and > in SGML source. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Tom Lane | pg_dump dumped the wrong tablespace for an index (ie... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Tom Lane | New routine _getObjectDescription() failed to cope... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Bruce Momjian | Mention issue with < and > in docs. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Bruce Momjian | More < and > changes to ampersands. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Bruce Momjian | More < and > cleanups converted to ampersands. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Bruce Momjian | More fixes for => and ->, use proper ampersand markups. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Bruce Momjian | Update version restriction on xml2. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Bruce Momjian | Change -> and <- to use proper ampersand markups. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Bruce Momjian | Fix README /contrib/xml2 reference in 8.0 and HEAD. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Bruce Momjian | Update count(*) discussion ideas: |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Neil Conway | This patch updates the regression tests to allow "make... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Neil Conway | Trivial fix: remove some stray leading whitespace. |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Neil Conway | Refactor transformExpr() by creating separate functions... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Bruce Momjian | Document that Rekall is GPL now. |
commit | commitdiff | tree | snapshot |
next |