| Commit message (Expand) | Author | Age |
* | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 |
* | pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC. | Bruce Momjian | 2001-09-04 |
* | Parse the arguments of \connect as SQL identifiers, so that they expose | Peter Eisentraut | 2001-09-02 |
* | For INSERTs, one can now tab complete DEFAULT VALUES. | Peter Eisentraut | 2001-08-30 |
* | Include directory rearrangement | Peter Eisentraut | 2001-08-28 |
* | Use a cursor for fetching data in -d or -D mode, so that pg_dump doesn't | Tom Lane | 2001-08-27 |
* | Quick-hack solution to regproc/oid issue was not the right solution. | Tom Lane | 2001-08-27 |
* | Un-break pg_dump --- pg_class.indproc is now regproc not oid, which | Tom Lane | 2001-08-27 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | Add single-letter encryption options for createuser. Update createuser --help. | Bruce Momjian | 2001-08-26 |
* | Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query. | Bruce Momjian | 2001-08-26 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 |
* | Add ENCRYPTED/UNENCRYPTED control in createuser script. | Bruce Momjian | 2001-08-25 |
* | Hide backend debug output in initdb by default. To that end, the bootstrap | Peter Eisentraut | 2001-08-25 |
* | Reverse sense of comparison in psql socket test, per Tom Lane. | Bruce Momjian | 2001-08-24 |
* | There are two problems when compiling libpq.dll and psql.exe | Bruce Momjian | 2001-08-24 |
* | Add option to output SET SESSION AUTHORIZATION commands rather than | Peter Eisentraut | 2001-08-22 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | One more round of translations and slight message tweaks | Peter Eisentraut | 2001-08-19 |
* | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 |
* | Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" | Peter Eisentraut | 2001-08-13 |
* | Make pg_dump handle the new privileges. | Peter Eisentraut | 2001-08-12 |
* | Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid. | Tom Lane | 2001-08-10 |
* | Since PQoidStatus is deprecated, we should probably stop using it in | Tom Lane | 2001-08-10 |
* | update | Peter Eisentraut | 2001-08-10 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Add TOAST table to the set of relkinds known to \d. | Tom Lane | 2001-08-09 |
* | Czech translation for psql from Karel Zak | Peter Eisentraut | 2001-08-07 |
* | Show index predicate when doing \d on a partial index. | Tom Lane | 2001-08-05 |
* | For some reason, CREATE TYPE has only accepted alignment specifications | Tom Lane | 2001-08-03 |
* | Fix pg_dump so that comments on views are dumped in the proper sequence. | Tom Lane | 2001-08-03 |
* | Attached is a trivial patch to add ANALYZE to the tab complete file in | Bruce Momjian | 2001-08-01 |
* | Attached ia a patch to enable window size detection code of psql for Solaris | Bruce Momjian | 2001-08-01 |
* | Change SQL commands embedded in the initdb script from the style | Tom Lane | 2001-07-31 |
* | Arrange for GRANT/REVOKE on a view to be dumped at the right time, | Tom Lane | 2001-07-29 |
* | Avoid assuming that pg_index table entries have unique OIDs, or even | Tom Lane | 2001-07-17 |
* | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | 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 |