aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Tatsuo Ishii <t-ishii@sra.co.jp> writes:Bruce Momjian2001-10-11
* While playing around with trying to add foreign keys to theBruce Momjian2001-10-06
* Move psql's zh_TW.po to the right place.Peter Eisentraut2001-10-05
* files attached are Traditional Chinese translations translatedBruce Momjian2001-10-05
* Attached is the updated version of the patch, which matchesBruce Momjian2001-10-05
* Don't try to hack pg_description if not superuser. (Really want aTom Lane2001-10-04
* I've just finished the Chinese NLS support(zh_CN part) filesBruce Momjian2001-10-04
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-03
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-03
* Fix up bad indenting in a few places.Thomas G. Lockhart2001-10-03
* Change pg_dump to produce CREATE INDEX commands by using the backend'sTom Lane2001-10-01
* These are further fixes for double quotes missing in the various shellBruce Momjian2001-09-30
* This is a simple patch to put double quotes around a few cases inBruce Momjian2001-09-29
* sbasename $0 is now basename "$0"Bruce Momjian2001-09-22
* For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut2001-09-21
* Add 'reload' option to pg_ctl to send SIGHUP to the postmaster.Tom Lane2001-09-21
* Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane2001-09-21
* Change FixupBlobXrefs() to take 'lo' type into account.Hiroshi Inoue2001-09-17
* Russian translation from Serguei MokhovPeter Eisentraut2001-09-16
* Update from Serguei MokhovPeter Eisentraut2001-09-16
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-16
* Invoke on_exit() with correct number and type of arguments.Peter Eisentraut2001-09-11
* Remove extra space at end of line.Peter Eisentraut2001-09-10
* > NOTE: in the command.c in three places there (I believe) is a typo:Bruce Momjian2001-09-10
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* Update tab completion for \d*.Bruce Momjian2001-09-07
* Fix a number of places where pg_dump was careless about explicitlyTom Lane2001-09-07
* Russian translation from Serguei MokhovPeter Eisentraut2001-09-06
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-06
* pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.Bruce Momjian2001-09-04
* Parse the arguments of \connect as SQL identifiers, so that they exposePeter Eisentraut2001-09-02
* For INSERTs, one can now tab complete DEFAULT VALUES.Peter Eisentraut2001-08-30
* Include directory rearrangementPeter Eisentraut2001-08-28
* Use a cursor for fetching data in -d or -D mode, so that pg_dump doesn'tTom Lane2001-08-27
* Quick-hack solution to regproc/oid issue was not the right solution.Tom Lane2001-08-27
* Un-break pg_dump --- pg_class.indproc is now regproc not oid, whichTom Lane2001-08-27
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Add single-letter encryption options for createuser. Update createuser --help.Bruce Momjian2001-08-26
* Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query.Bruce Momjian2001-08-26
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Add ENCRYPTED/UNENCRYPTED control in createuser script.Bruce Momjian2001-08-25
* Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut2001-08-25
* Reverse sense of comparison in psql socket test, per Tom Lane.Bruce Momjian2001-08-24
* There are two problems when compiling libpq.dll and psql.exeBruce Momjian2001-08-24
* Add option to output SET SESSION AUTHORIZATION commands rather thanPeter Eisentraut2001-08-22
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* One more round of translations and slight message tweaksPeter Eisentraut2001-08-19
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut2001-08-13