aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut2001-08-13
* Make pg_dump handle the new privileges.Peter Eisentraut2001-08-12
* Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid.Tom Lane2001-08-10
* Since PQoidStatus is deprecated, we should probably stop using it inTom Lane2001-08-10
* updatePeter Eisentraut2001-08-10
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Add TOAST table to the set of relkinds known to \d.Tom Lane2001-08-09
* Czech translation for psql from Karel ZakPeter Eisentraut2001-08-07
* Show index predicate when doing \d on a partial index.Tom Lane2001-08-05
* For some reason, CREATE TYPE has only accepted alignment specificationsTom Lane2001-08-03
* Fix pg_dump so that comments on views are dumped in the proper sequence.Tom Lane2001-08-03
* Attached is a trivial patch to add ANALYZE to the tab complete file inBruce Momjian2001-08-01
* Attached ia a patch to enable window size detection code of psql for SolarisBruce Momjian2001-08-01
* Change SQL commands embedded in the initdb script from the styleTom Lane2001-07-31
* Arrange for GRANT/REVOKE on a view to be dumped at the right time,Tom Lane2001-07-29
* Avoid assuming that pg_index table entries have unique OIDs, or evenTom Lane2001-07-17
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Move export to a separate line, per Peter E.Bruce Momjian2001-07-11
* Move export PGDATA to the proper place. Quote some variable substitutions.Bruce Momjian2001-07-11
* Fix duplication of -D during pg_ctl restart, from Peter E's patch.Bruce Momjian2001-07-11
* Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane2001-07-10
* Show islossy for index.Peter Eisentraut2001-07-08
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-03
* NLS for the psql \d family of commands. (E.g., the column headers willPeter Eisentraut2001-06-30
* National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut2001-06-27
* Don't use a temp file. It was created insecurely and was easy to do without.Peter Eisentraut2001-06-23
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Re-add explicit declaration of filename_completion_function(), which seemsPeter Eisentraut2001-06-20
* Swedish translation for psql (my interpretation of Swedish, surely)Peter Eisentraut2001-06-20
* Well, after persuading cvsup and cvs that it _is_ possible to have localBruce Momjian2001-06-18
* Untar copyright.html file and make good version.Bruce Momjian2001-06-18
* Revoke public read access from pg_statistic, create new system viewTom Lane2001-06-14
* Remove more NULL lines.Bruce Momjian2001-06-14
* Fix nulls in HTML file.Bruce Momjian2001-06-14
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* The attached patch enables PostgreSQL CVS to build cleanly under CygwinBruce Momjian2001-06-11
* Add French psql translation. (My rendition of French anyway...)Peter Eisentraut2001-06-11
* Finish German translation, edit (original) messages a bit.Peter Eisentraut2001-06-08
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* Fix for:Bruce Momjian2001-06-01
* Properly compute max sys oid for 7.0 and 7.1.Bruce Momjian2001-05-30
* Fix missing relation in FROM causing NOTICE. Cleanup.Bruce Momjian2001-05-30
* Remove reference to pg_class.relhaspkey from code. Column is unused.Bruce Momjian2001-05-30
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* This just breaks down the indices in to three groups:Bruce Momjian2001-05-28
* Don't use multi-line string literals.Peter Eisentraut2001-05-27
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-24
* Unset PGLIB so it doesn't slip in from the environment.Peter Eisentraut2001-05-24
* Make createlang use dynamic loader enhancements (automatic path and suffix).Peter Eisentraut2001-05-23