| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option to output SET SESSION AUTHORIZATION commands rather than | Peter Eisentraut | 2001-08-22 | 7 | -78/+214 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -9/+6 |
* | One more round of translations and slight message tweaks | Peter Eisentraut | 2001-08-19 | 5 | -416/+612 |
* | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 1 | -28/+30 |
* | Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" | Peter Eisentraut | 2001-08-13 | 2 | -70/+73 |
* | Make pg_dump handle the new privileges. | Peter Eisentraut | 2001-08-12 | 4 | -139/+79 |
* | Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid. | Tom Lane | 2001-08-10 | 1 | -4/+21 |
* | Since PQoidStatus is deprecated, we should probably stop using it in | Tom Lane | 2001-08-10 | 1 | -2/+2 |
* | update | Peter Eisentraut | 2001-08-10 | 1 | -11/+302 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 5 | -114/+197 |
* | Add TOAST table to the set of relkinds known to \d. | Tom Lane | 2001-08-09 | 1 | -1/+4 |
* | Czech translation for psql from Karel Zak | Peter Eisentraut | 2001-08-07 | 2 | -2/+1131 |
* | Show index predicate when doing \d on a partial index. | Tom Lane | 2001-08-05 | 1 | -17/+33 |
* | For some reason, CREATE TYPE has only accepted alignment specifications | Tom Lane | 2001-08-03 | 1 | -6/+9 |
* | Fix pg_dump so that comments on views are dumped in the proper sequence. | Tom Lane | 2001-08-03 | 3 | -71/+180 |
* | Attached is a trivial patch to add ANALYZE to the tab complete file in | Bruce Momjian | 2001-08-01 | 1 | -2/+2 |
* | Attached ia a patch to enable window size detection code of psql for Solaris | Bruce Momjian | 2001-08-01 | 1 | -1/+4 |
* | Change SQL commands embedded in the initdb script from the style | Tom Lane | 2001-07-31 | 1 | -296/+302 |
* | Arrange for GRANT/REVOKE on a view to be dumped at the right time, | Tom Lane | 2001-07-29 | 1 | -2/+8 |
* | Avoid assuming that pg_index table entries have unique OIDs, or even | Tom Lane | 2001-07-17 | 2 | -64/+42 |
* | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 2 | -7/+45 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -3/+3 |
* | Move export to a separate line, per Peter E. | Bruce Momjian | 2001-07-11 | 1 | -2/+3 |
* | Move export PGDATA to the proper place. Quote some variable substitutions. | Bruce Momjian | 2001-07-11 | 1 | -18/+16 |
* | Fix duplication of -D during pg_ctl restart, from Peter E's patch. | Bruce Momjian | 2001-07-11 | 1 | -2/+3 |
* | Changes from Vince Vielhaber to allow the optional clauses of CREATE | Tom Lane | 2001-07-10 | 1 | -3/+8 |
* | Show islossy for index. | Peter Eisentraut | 2001-07-08 | 1 | -7/+11 |
* | More message munging and localization for pg_dump, especially the | Peter Eisentraut | 2001-07-03 | 12 | -489/+849 |
* | NLS for the psql \d family of commands. (E.g., the column headers will | Peter Eisentraut | 2001-06-30 | 3 | -486/+268 |
* | National language support for pg_dump and pg_restore. Combined with big | Peter Eisentraut | 2001-06-27 | 15 | -692/+2061 |
* | Don't use a temp file. It was created insecurely and was easy to do without. | Peter Eisentraut | 2001-06-23 | 1 | -15/+6 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -1/+165 |
* | Re-add explicit declaration of filename_completion_function(), which seems | Peter Eisentraut | 2001-06-20 | 1 | -1/+4 |
* | Swedish translation for psql (my interpretation of Swedish, surely) | Peter Eisentraut | 2001-06-20 | 2 | -2/+816 |
* | Well, after persuading cvsup and cvs that it _is_ possible to have local | Bruce Momjian | 2001-06-18 | 1 | -1/+7 |
* | Untar copyright.html file and make good version. | Bruce Momjian | 2001-06-18 | 3 | -361/+39 |
* | Revoke public read access from pg_statistic, create new system view | Tom Lane | 2001-06-14 | 1 | -2/+43 |
* | Remove more NULL lines. | Bruce Momjian | 2001-06-14 | 1 | -0/+0 |
* | Fix nulls in HTML file. | Bruce Momjian | 2001-06-14 | 1 | -0/+0 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 1 | -35/+23 |
* | The attached patch enables PostgreSQL CVS to build cleanly under Cygwin | Bruce Momjian | 2001-06-11 | 1 | -2/+4 |
* | Add French psql translation. (My rendition of French anyway...) | Peter Eisentraut | 2001-06-11 | 4 | -9/+869 |
* | Finish German translation, edit (original) messages a bit. | Peter Eisentraut | 2001-06-08 | 4 | -203/+240 |
* | Native Language Support (NLS) | Peter Eisentraut | 2001-06-02 | 10 | -193/+1041 |
* | Fix for: | Bruce Momjian | 2001-06-01 | 1 | -2/+2 |
* | Properly compute max sys oid for 7.0 and 7.1. | Bruce Momjian | 2001-05-30 | 1 | -4/+10 |
* | Fix missing relation in FROM causing NOTICE. Cleanup. | Bruce Momjian | 2001-05-30 | 1 | -7/+2 |
* | Remove reference to pg_class.relhaspkey from code. Column is unused. | Bruce Momjian | 2001-05-30 | 1 | -14/+2 |
* | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 | 2 | -19/+19 |
* | This just breaks down the indices in to three groups: | Bruce Momjian | 2001-05-28 | 1 | -15/+79 |