| Commit message (Expand) | Author | Age | Files | Lines |
* | sbasename $0 is now basename "$0" | Bruce Momjian | 2001-09-22 | 7 | -14/+14 |
* | For consistency with the rest of PostgreSQL, rename BLOBs to large objects | Peter Eisentraut | 2001-09-21 | 6 | -42/+42 |
* | Add 'reload' option to pg_ctl to send SIGHUP to the postmaster. | Tom Lane | 2001-09-21 | 1 | -7/+20 |
* | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane | 2001-09-21 | 1 | -2/+9 |
* | Change FixupBlobXrefs() to take 'lo' type into account. | Hiroshi Inoue | 2001-09-17 | 1 | -2/+2 |
* | Russian translation from Serguei Mokhov | Peter Eisentraut | 2001-09-16 | 2 | -2/+1758 |
* | Update from Serguei Mokhov | Peter Eisentraut | 2001-09-16 | 1 | -127/+177 |
* | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut | 2001-09-16 | 2 | -3/+7 |
* | Invoke on_exit() with correct number and type of arguments. | Peter Eisentraut | 2001-09-11 | 2 | -5/+15 |
* | Remove extra space at end of line. | Peter Eisentraut | 2001-09-10 | 1 | -2/+2 |
* | > NOTE: in the command.c in three places there (I believe) is a typo: | Bruce Momjian | 2001-09-10 | 2 | -103/+98 |
* | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut | 2001-09-08 | 1 | -15/+12 |
* | Update tab completion for \d*. | Bruce Momjian | 2001-09-07 | 1 | -4/+5 |
* | Fix a number of places where pg_dump was careless about explicitly | Tom Lane | 2001-09-07 | 1 | -16/+8 |
* | Russian translation from Serguei Mokhov | Peter Eisentraut | 2001-09-06 | 2 | -2/+1128 |
* | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 | 3 | -26/+56 |
* | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 | 1 | -6/+16 |
* | pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC. | Bruce Momjian | 2001-09-04 | 1 | -3/+3 |
* | Parse the arguments of \connect as SQL identifiers, so that they expose | Peter Eisentraut | 2001-09-02 | 1 | -3/+3 |
* | For INSERTs, one can now tab complete DEFAULT VALUES. | Peter Eisentraut | 2001-08-30 | 1 | -4/+4 |
* | Include directory rearrangement | Peter Eisentraut | 2001-08-28 | 2 | -9/+15 |
* | Use a cursor for fetching data in -d or -D mode, so that pg_dump doesn't | Tom Lane | 2001-08-27 | 1 | -51/+79 |
* | Quick-hack solution to regproc/oid issue was not the right solution. | Tom Lane | 2001-08-27 | 1 | -6/+5 |
* | Un-break pg_dump --- pg_class.indproc is now regproc not oid, which | Tom Lane | 2001-08-27 | 1 | -3/+4 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -2/+2 |
* | Add single-letter encryption options for createuser. Update createuser --help. | Bruce Momjian | 2001-08-26 | 1 | -3/+5 |
* | Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query. | Bruce Momjian | 2001-08-26 | 1 | -4/+4 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 2 | -5/+11 |
* | Add ENCRYPTED/UNENCRYPTED control in createuser script. | Bruce Momjian | 2001-08-25 | 1 | -1/+10 |
* | Hide backend debug output in initdb by default. To that end, the bootstrap | Peter Eisentraut | 2001-08-25 | 1 | -27/+45 |
* | Reverse sense of comparison in psql socket test, per Tom Lane. | Bruce Momjian | 2001-08-24 | 1 | -2/+2 |
* | There are two problems when compiling libpq.dll and psql.exe | Bruce Momjian | 2001-08-24 | 1 | -1/+3 |
* | 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 |