2004-08-04 |
Tom Lane | record_out and friends need to cope with dropped column... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Add some notes about unimplemented aspects of PITR... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Dump comments on columns of composite types. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Make use of backup label/history files to control recov... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Tom Lane | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Dennis Bjorklund | Add some strings for translation and remove some cut... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Bruce Momjian | Fix syntax error by adding a space. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Tom Lane | Preliminary documentation for PITR. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Tom Lane | Add functions pg_start_backup, pg_stop_backup to create... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Tom Lane | Fix misplacement of savepointLevel test, per report... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Bruce Momjian | Move dbsize/oid2name to open items list. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tom Lane | Fix not-quite-right Assertion. Did not work at all... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tom Lane | Actually, there's no need to use pg_strcasecmp for... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tom Lane | While perusing SQL92 I realized that we are delivering... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Bruce Momjian | Mark savepoints as supported. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Bruce Momjian | Readd pg_config --pgxs code. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tom Lane | Support USING INDEX TABLESPACE clause for PRIMARY KEY... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tom Lane | Allow DECLARE CURSOR to take parameters from the portal... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Tom Lane | Update the in-code documentation about the transaction... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Tom Lane | Cause ALTER OWNER commands to update the object's ACL... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Tom Lane | Add libpgport to postgres.def for Windows build. Per... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Peter Eisentraut | Translation updates (zh_TW converted to UTF-8) |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Tom Lane | Error message style adjustments, per Alvaro Herrera. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Tom Lane | Some mop-up work for savepoints (nested transactions... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | Some name cleanup. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | Small pg_config.c cleanup. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | Fix : |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | Add missing file. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | Create a C version of pg_config. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Bruce Momjian | Minor adjustments for dirmod.c. |
commit | commitdiff | tree | snapshot |
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 |
next |