aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-24
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-22
* Make \dS work more like it used to, viz, show only system objects.Tom Lane2002-09-22
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Avoid overflow for large elapsed times in \timing output. PerTom Lane2002-09-14
* Translation updatesPeter Eisentraut2002-09-14
* > BTW, clusterdb is not schema-aware and will surely fail in any databaseBruce Momjian2002-09-12
* Add sprompt.obj to Win32 makefiles.Bruce Momjian2002-09-11
* Add comment about sharing of sprompt.c file.Bruce Momjian2002-09-11
* Fix portability problem (size_t != int).Tom Lane2002-09-10
* Use different sed separator for configure arguments.Peter Eisentraut2002-09-09
* Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut2002-09-07
* Fix help output.Peter Eisentraut2002-09-07
* Make sure the pg_dump tar archiver can handle members larger than 2 GB, butPeter Eisentraut2002-09-06
* Fix printf() quote handling and improper exit(), per Tom.Bruce Momjian2002-09-06
* Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian2002-09-05
* Seems like a good idea for template1 to contain ANALYZE stats for theTom Lane2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* Arrange for the default permissions on a database to allow temp tableTom Lane2002-09-03
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Workaround for format strings that are concatenated from macrosPeter Eisentraut2002-09-03
* Translation updatesPeter Eisentraut2002-09-02
* Fix typos.Peter Eisentraut2002-09-02
* Convert control status codes to human-readable strings.Peter Eisentraut2002-09-02
* Tab completion in psql is missing the REINDEX command.Bruce Momjian2002-09-02
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Improve footer length computation for psql.Bruce Momjian2002-09-01
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Back out unintented tab change.Bruce Momjian2002-08-30
* Remove pgaccess from Makefile.Bruce Momjian2002-08-30
* Remove pgaccess from CVS. It has its own home now.Bruce Momjian2002-08-30
* Make pg_resetxlog options parsing more standard and prepare messages forPeter Eisentraut2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Updates from Dennis BjorklundPeter Eisentraut2002-08-28
* Break up the long usage messages in pg_dump and pg_restore andPeter Eisentraut2002-08-28
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* Dump ALTER DATABASE/USER ... SET ...Peter Eisentraut2002-08-28
* Fix compile warning.Tom Lane2002-08-27
* Flush output streams before calling pg_dump subprocess.Peter Eisentraut2002-08-27
* Disable use of -c and -a together in pg_dump; they don't make sense together.Bruce Momjian2002-08-27
* Enable locale, so case conversion (identifier processing) and numberPeter Eisentraut2002-08-27
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-27
* Add '+' mention in \? help. More clean of \? to do.Bruce Momjian2002-08-27
* This patch updates the lock listing code to use Joe Conway's newBruce Momjian2002-08-27
* I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian2002-08-27
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24