2004-08-01 |
Bruce Momjian | Add docs for initdb --auth. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | >I got a new idea on this. I think we should add an... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | Minor release wording improvments. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | Add descriptions to TODO items and make adjustments... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | Remove pool discussion. All old stuff. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tom Lane | Support "OR condition ..." in plpgsql EXCEPTION clauses... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tom Lane | Be more consistent about reporting SPI errors in the... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Bruce Momjian | Escape backslashes from translation message rather... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tom Lane | Still another try at matching system timezone nicely... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tom Lane | For EXEC_BACKEND case, BootstrapMain needs to recompute... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Peter Eisentraut | Remove obsolete files |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tom Lane | plpgsql does exceptions. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tom Lane | Fix broken markup, release date. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Bruce Momjian | >OK, if you look at the last few commits to interfaces... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Bruce Momjian | Fix zh_TW.po initdb translation. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Bruce Momjian | Remove mention that we can't trap function errors. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tom Lane | Restructure error handling as recently discussed. ... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Tom Lane | Must guard against NULL return from localtime() when... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Bruce Momjian | Fix number for FAQ item. |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Peter Eisentraut | PostgreSQL extension makefile framework ("pgxs"), by... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Bruce Momjian | Update Turkish FAQ. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Bruce Momjian | Fix for pg_ctl -o processing. Report from Sean Chitte... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Tom Lane | Revert ill-conceived patch that made elog(FATAL) the... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Bruce Momjian | Update release notes with better wording. |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Tom Lane | Fix subtransaction behavior for large objects, temp... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Tom Lane | Replace nested-BEGIN syntax for subtransactions with... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Bruce Momjian | Update tuple header size. |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Tom Lane | Fix oversight: in case where SIGTERM is received while... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Tom Lane | Add some more logging to simplify diagnosis of problems... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Michael Meskes | SQL defines are only used in SQL space in Informix... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Bruce Momjian | Here is a patch that fixes the pipes used in find_other... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Bruce Momjian | Adjust release notes based on community feedback. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Bruce Momjian | Update 7.5 release notes. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Bruce Momjian | Improve description of release note creation. |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Tom Lane | Fix obsolete comment. |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Tom Lane | log_destination should only be PGC_SIGHUP, not PGC_POST... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Bruce Momjian | First draft of 7.5 release notes. Still needs markup... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Bruce Momjian | Add steps for creating release notes. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Bruce Momjian | Move Win32 defines from port.h to win32.h. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Tom Lane | Add cross-check that current timeline of pg_control... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Tom Lane | Add a check on file size as an additional safety check... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Bruce Momjian | Updated wording: |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Tom Lane | Still another try at automatically detecting the best... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Tom Lane | Avoid default: followed by no statement, per Dann Corbit. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Tom Lane | Add missing <getopt.h>, per Dann Corbit. |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Tom Lane | Invent WAL timelines, as per recent discussion, to... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Bruce Momjian | The attached patch allows 'select foo()' as well as... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Bruce Momjian | Please find enclosed a patch that matches the PL/Perl... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Bruce Momjian | The attached patch shows the new column "tablespace... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Bruce Momjian | Back out pg_autovacuum commit after cvs clean failure... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Bruce Momjian | lease find enclosed a patch that matches the PL/Perl... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Bruce Momjian | Mention plpgsql: |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Bruce Momjian | Allow borland compiles. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Bruce Momjian | As per the following: |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Bruce Momjian | Fix unused variable when Assert() not used. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Bruce Momjian | Suppress readline usage in mingw in configure. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Michael Meskes | Synced parser and keyword list. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Bruce Momjian | Here is another patch that fixes a stack of pg_dump... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Tom Lane | Fix incorrect tracking of session authorization in... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Bruce Momjian | No CVS FAQ, just CVS docs. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Tom Lane | Install recovery.conf.sample into the /share install... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Tom Lane | Remove unportable use of strptime() to parse recovery... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Tom Lane | XLOG file archiving and point-in-time recovery. There... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Peter Eisentraut | Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoid... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Tom Lane | When renaming a column that participates in a foreign... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Tom Lane | Fix broken markup, per Jonathan Gardner. |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Tom Lane | Invent ResourceOwner mechanism as per my recent proposa... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Bruce Momjian | Here is a patch required to build plperl with win32... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Bruce Momjian | Properly order mysql links. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Bruce Momjian | Add French FAQ. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Bruce Momjian | > pg_ctl --help |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Tom Lane | For a SQL function declared to return a named composite... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Bruce Momjian | Add permission display to \db+. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Peter Eisentraut | Detect locale/encoding mismatch in initdb, or pick... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Bruce Momjian | Have \dn+ show permissions and description for schemas. |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Bruce Momjian | Change pg_dump to use ALTER OWNER commands instead... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Tom Lane | Can't have blank lines in resultmap; some versions... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Bruce Momjian | Add new join file. |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Bruce Momjian | Move tablespace name up on to the same line in psql \d. |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Bruce Momjian | Rename join ordering named join_1.out |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Tom Lane | Cause libpq and ecpg libraries to be built as proper... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Peter Eisentraut | Make installation instructions match reality. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Bruce Momjian | Add tablespace location display for psql \d. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Bruce Momjian | Add has_tablespace_privilege(). |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Bruce Momjian | Add Win32-specific join ordering. |
commit | commitdiff | tree | snapshot |
next |