summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* sbasename $0 is now basename "$0"Bruce Momjian2001-09-227-14/+14
* For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut2001-09-216-42/+42
* Add 'reload' option to pg_ctl to send SIGHUP to the postmaster.Tom Lane2001-09-211-7/+20
* Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane2001-09-211-2/+9
* Change FixupBlobXrefs() to take 'lo' type into account.Hiroshi Inoue2001-09-171-2/+2
* Russian translation from Serguei MokhovPeter Eisentraut2001-09-162-2/+1758
* Update from Serguei MokhovPeter Eisentraut2001-09-161-127/+177
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-162-3/+7
* Invoke on_exit() with correct number and type of arguments.Peter Eisentraut2001-09-112-5/+15
* Remove extra space at end of line.Peter Eisentraut2001-09-101-2/+2
* > NOTE: in the command.c in three places there (I believe) is a typo:Bruce Momjian2001-09-102-103/+98
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-081-15/+12
* Update tab completion for \d*.Bruce Momjian2001-09-071-4/+5
* Fix a number of places where pg_dump was careless about explicitlyTom Lane2001-09-071-16/+8
* Russian translation from Serguei MokhovPeter Eisentraut2001-09-062-2/+1128
* Commit Karel's patch.Tatsuo Ishii2001-09-063-26/+56
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-061-6/+16
* pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.Bruce Momjian2001-09-041-3/+3
* Parse the arguments of \connect as SQL identifiers, so that they exposePeter Eisentraut2001-09-021-3/+3
* For INSERTs, one can now tab complete DEFAULT VALUES.Peter Eisentraut2001-08-301-4/+4
* Include directory rearrangementPeter Eisentraut2001-08-282-9/+15
* Use a cursor for fetching data in -d or -D mode, so that pg_dump doesn'tTom Lane2001-08-271-51/+79
* Quick-hack solution to regproc/oid issue was not the right solution.Tom Lane2001-08-271-6/+5
* Un-break pg_dump --- pg_class.indproc is now regproc not oid, whichTom Lane2001-08-271-3/+4
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-2/+2
* Add single-letter encryption options for createuser. Update createuser --help.Bruce Momjian2001-08-261-3/+5
* Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query.Bruce Momjian2001-08-261-4/+4
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-252-5/+11
* Add ENCRYPTED/UNENCRYPTED control in createuser script.Bruce Momjian2001-08-251-1/+10
* Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut2001-08-251-27/+45
* Reverse sense of comparison in psql socket test, per Tom Lane.Bruce Momjian2001-08-241-2/+2
* There are two problems when compiling libpq.dll and psql.exeBruce Momjian2001-08-241-1/+3
* Add option to output SET SESSION AUTHORIZATION commands rather thanPeter Eisentraut2001-08-227-78/+214
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-9/+6
* One more round of translations and slight message tweaksPeter Eisentraut2001-08-195-416/+612
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-28/+30
* Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut2001-08-132-70/+73
* Make pg_dump handle the new privileges.Peter Eisentraut2001-08-124-139/+79
* Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid.Tom Lane2001-08-101-4/+21
* Since PQoidStatus is deprecated, we should probably stop using it inTom Lane2001-08-101-2/+2
* updatePeter Eisentraut2001-08-101-11/+302
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-105-114/+197
* Add TOAST table to the set of relkinds known to \d.Tom Lane2001-08-091-1/+4
* Czech translation for psql from Karel ZakPeter Eisentraut2001-08-072-2/+1131
* Show index predicate when doing \d on a partial index.Tom Lane2001-08-051-17/+33
* For some reason, CREATE TYPE has only accepted alignment specificationsTom Lane2001-08-031-6/+9
* Fix pg_dump so that comments on views are dumped in the proper sequence.Tom Lane2001-08-033-71/+180
* Attached is a trivial patch to add ANALYZE to the tab complete file inBruce Momjian2001-08-011-2/+2
* Attached ia a patch to enable window size detection code of psql for SolarisBruce Momjian2001-08-011-1/+4
* Change SQL commands embedded in the initdb script from the styleTom Lane2001-07-311-296/+302