| Commit message (Expand) | Author | Age |
* | Move export to a separate line, per Peter E. | Bruce Momjian | 2001-07-11 |
* | Move export PGDATA to the proper place. Quote some variable substitutions. | Bruce Momjian | 2001-07-11 |
* | Fix duplication of -D during pg_ctl restart, from Peter E's patch. | Bruce Momjian | 2001-07-11 |
* | Changes from Vince Vielhaber to allow the optional clauses of CREATE | Tom Lane | 2001-07-10 |
* | Show islossy for index. | Peter Eisentraut | 2001-07-08 |
* | More message munging and localization for pg_dump, especially the | Peter Eisentraut | 2001-07-03 |
* | NLS for the psql \d family of commands. (E.g., the column headers will | Peter Eisentraut | 2001-06-30 |
* | National language support for pg_dump and pg_restore. Combined with big | Peter Eisentraut | 2001-06-27 |
* | Don't use a temp file. It was created insecurely and was easy to do without. | Peter Eisentraut | 2001-06-23 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Re-add explicit declaration of filename_completion_function(), which seems | Peter Eisentraut | 2001-06-20 |
* | Swedish translation for psql (my interpretation of Swedish, surely) | Peter Eisentraut | 2001-06-20 |
* | Well, after persuading cvsup and cvs that it _is_ possible to have local | Bruce Momjian | 2001-06-18 |
* | Untar copyright.html file and make good version. | Bruce Momjian | 2001-06-18 |
* | Revoke public read access from pg_statistic, create new system view | Tom Lane | 2001-06-14 |
* | Remove more NULL lines. | Bruce Momjian | 2001-06-14 |
* | Fix nulls in HTML file. | Bruce Momjian | 2001-06-14 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 |
* | The attached patch enables PostgreSQL CVS to build cleanly under Cygwin | Bruce Momjian | 2001-06-11 |
* | Add French psql translation. (My rendition of French anyway...) | Peter Eisentraut | 2001-06-11 |
* | Finish German translation, edit (original) messages a bit. | Peter Eisentraut | 2001-06-08 |
* | Native Language Support (NLS) | Peter Eisentraut | 2001-06-02 |
* | Fix for: | Bruce Momjian | 2001-06-01 |
* | Properly compute max sys oid for 7.0 and 7.1. | Bruce Momjian | 2001-05-30 |
* | Fix missing relation in FROM causing NOTICE. Cleanup. | Bruce Momjian | 2001-05-30 |
* | Remove reference to pg_class.relhaspkey from code. Column is unused. | Bruce Momjian | 2001-05-30 |
* | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 |
* | This just breaks down the indices in to three groups: | Bruce Momjian | 2001-05-28 |
* | Don't use multi-line string literals. | Peter Eisentraut | 2001-05-27 |
* | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian | 2001-05-24 |
* | Unset PGLIB so it doesn't slip in from the environment. | Peter Eisentraut | 2001-05-24 |
* | Make createlang use dynamic loader enhancements (automatic path and suffix). | Peter Eisentraut | 2001-05-23 |
* | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut | 2001-05-22 |
* | Add -U and -W options to pg_dump and friends to support non-interactive | Peter Eisentraut | 2001-05-17 |
* | Cope with configure arguments that contain spaces. | Peter Eisentraut | 2001-05-13 |
* | proisstrict must be assumed FALSE when dumping from a 7.0 database, | Tom Lane | 2001-05-12 |
* | Add provisions for using strdup replacement in the places that still | Peter Eisentraut | 2001-05-12 |
* | Add command '\pset footer' to psql to turn off default "(x rows)" footer. | Peter Eisentraut | 2001-05-12 |
* | Add comment to explain need for bizarre-looking coding in HandleSlashCmds. | Tom Lane | 2001-05-12 |
* | Make bootstrap debug messages more readable. Clean up some clutter. | Peter Eisentraut | 2001-05-12 |
* | PL/Python integration: support in create/droplang, add CVS keywords, | Peter Eisentraut | 2001-05-12 |
* | - Don't dump COMMENTs in data-only dumps | Philip Warner | 2001-05-12 |
* | Add --echo option to createlang and droplang. | Peter Eisentraut | 2001-05-09 |
* | Right-align \du user-id. | Bruce Momjian | 2001-05-09 |
* | Fix memory leak in new psql \du code. | Bruce Momjian | 2001-05-09 |
* | Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'm | Bruce Momjian | 2001-05-09 |
* | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut | 2001-05-08 |
* | Allow SHELL in Makefile.* to control initdb. | Bruce Momjian | 2001-05-08 |
* | Add \cd command to psql. | Peter Eisentraut | 2001-05-07 |
* | Fix collateral damage from previous (rev 1.49) patch. | Peter Eisentraut | 2001-05-06 |