summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Another tweak for tab completion of CREATE TEMP. Instead of onlyNeil Conway2007-04-261-3/+8
* Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY",Neil Conway2007-04-261-3/+4
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-3/+12
* Don't write timing output in quiet mode.Magnus Hagander2007-04-161-2/+2
* Fix pg_dump to not crash if -t or a similar switch is used to select a serialTom Lane2007-04-161-4/+4
* Allow \timing in psql to have a better resolution than ~15ms on Windows.Magnus Hagander2007-04-131-12/+17
* Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdbMagnus Hagander2007-04-095-39/+188
* Support syntax "CLUSTER table USING index", which is more logical.Bruce Momjian2007-04-081-12/+11
* Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.Tom Lane2007-04-032-2/+8
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-6/+86
* pg_char_to_encoding() was redundant in initdb becauseBruce Momjian2007-03-291-3/+2
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-263-6/+24
* Add comment that pg_dump 'append' format is used only by pg_dump, perBruce Momjian2007-03-221-2/+2
* In pg_dump, strcasecmp -> pg_strcasecmp.Bruce Momjian2007-03-221-6/+6
* Properly enforce pg_dump -F formation options; only single letter orBruce Momjian2007-03-221-32/+27
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-193-89/+214
* Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway2007-03-189-27/+27
* Remove undocumented support for copy syntax from before 7.3. Update comments toAndrew Dunstan2007-03-161-48/+8
* Show aggregate return types in psql \da output.Magnus Hagander2007-03-161-5/+6
* Remove old-style win32 client-only visual c++ build infrastructure for everyt...Magnus Hagander2007-03-054-762/+0
* Remove undo information from pg_controldata --- never used.Bruce Momjian2007-03-032-7/+2
* Allow \pset and \x, \t to use boolean constants on/off, rather than justBruce Momjian2007-03-031-7/+36
* Add psql \prompt capability.Bruce Momjian2007-02-233-5/+58
* Prevent BLCKSZ < 1024, and have initdb test shared buffers based on theBruce Momjian2007-02-201-2/+3
* Identify schema of inherited table in psql \d when necessary.Peter Eisentraut2007-02-201-2/+2
* Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander2007-02-196-41/+59
* Remove useless database name from bootstrap argument processing (includingAlvaro Herrera2007-02-161-4/+4
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-142-15/+26
* Add code so database scans are done in an order consistent withBruce Momjian2007-02-132-4/+4
* Add ORDER BY to vacummdb so databases are scaned in the same order asBruce Momjian2007-02-131-2/+2
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-104-12/+12
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-2/+2
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-084-26/+24
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-071-6/+3
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-071-2/+2
* Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan2007-02-051-14/+10
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-015-13/+13
* Fix initdb to not generate misleading error messages when postgres.bkiTom Lane2007-01-311-3/+19
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-255-58/+139
* Allow pg_dumpall to specify a database name rather than the defaultBruce Momjian2007-01-251-7/+39
* Add --tablespaces-only and --roles-only options to pg_dumpall.Bruce Momjian2007-01-251-16/+64
* Update pg_dump to support dumping operator families.Tom Lane2007-01-235-15/+411
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-221-2/+47
* List disabled triggers separately in psql's "\d <table>" output.Neil Conway2007-01-201-3/+56
* Remove remains of old depend target.Peter Eisentraut2007-01-201-2/+2
* Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian2007-01-201-2/+2
* Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway2007-01-201-4/+38
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-111-3/+32
* Allow initdb to specify the pg_xlog directory.Bruce Momjian2007-01-061-7/+114
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0565-130/+130