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 |
2005-01-19 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Neil Conway | Add some basic regression tests for refcursors in PL... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Bruce Momjian | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Neil Conway | This patch makes some improvements to the rtree index... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Neil Conway | Replace the use of "0" with "NULL" where appropriate... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Bruce Momjian | Win32 8.1 stamp. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Bruce Momjian | Stamp 8.1 in configure. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Bruce Momjian | Update version stamps for 8.1 as listed in RELEASE_CHANGES. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-01-17 |
PostgreSQL... | its that time ... tag it for release REL8_0_0 |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Tom Lane | Clarify that the --enable-integer-datetimes switch... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Bruce Momjian | Please find enclosed another patch that now (I hope... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Peter Eisentraut | Fix format string error. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Neil Conway | Fix minor thinko in pg_dump documentation of "-n" option. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Bruce Momjian | Spelling fix. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Neil Conway | This trivial patch adds a regression test for CASE... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Bruce Momjian | Please find enclosed a patch to the pl/perl documents... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Bruce Momjian | Mention ALTER COLUMN TYPE in FAQ. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Bruce Momjian | Update German FAQ. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Bruce Momjian | Update to 8.0.0 for packaging. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Peter Eisentraut | Update supported platforms list. |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Tom Lane | Some more copy-editing. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Bruce Momjian | Remove </a> |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Bruce Momjian | Update TORA item. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Bruce Momjian | Update Brazilian FAQ. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Tom Lane | Some minor editing work on the release notes. |
commit | commitdiff | tree | snapshot |
next |