summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2005-12-18Add new psql command \password for changing role password with client-sidePeter Eisentraut
2005-12-12Use a proper enum for tri-valued variables.Bruce Momjian
2005-12-12Document tri-valued variables in createdb, +1, -1, 0.Bruce Momjian
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-09Let initdb detect the date order of the lc_time locale and initialize thePeter Eisentraut
2005-12-08> 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion.Bruce Momjian
2005-12-08Add missing translation markerPeter Eisentraut
2005-12-08Disble some Win32-specific code in win32-client-only builds:Bruce Momjian
2005-12-03Treat procedural languages as owned by the bootstrap superuser, ratherTom Lane
2005-12-02Fix obsolete comment.Tom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-18Add tab completion for RESET SESSION AUTHORIZATION.Alvaro Herrera
2005-11-17make psql honor explicit database parameter in -l mode, in case "postgres" da...Andrew Dunstan
2005-11-14Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.Bruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-07Translation updates forward-port to HEAD.Alvaro Herrera
2005-11-04Translation updatesPeter Eisentraut
2005-11-04Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane
2005-11-03Translation updates.Alvaro Herrera
2005-10-29Translation updatesPeter Eisentraut
2005-10-27Disable expanded mode only for \d tablename, not for all backslashBruce Momjian
2005-10-20Make \d order a table's check constraints by constraint name insteadTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-13The patch updates the documentation to reflect the fact that higher valuesBruce Momjian
2005-10-13Go back to emitting path names with forward slashes on Windows.Tom Lane
2005-10-10Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used toTom Lane
2005-10-10Translation updatePeter Eisentraut
2005-10-06pg_config should print an error message to stderr and exit if anPeter Eisentraut
2005-10-05Fix pgxs for spaces in file names on Win32Bruce Momjian
2005-10-04Clean up some messages and fix missing translation support. Option --logPeter Eisentraut
2005-10-03Expand pg_control information so that we can verify that the databaseTom Lane
2005-10-02Change nextval and other sequence functions to specify their sequenceTom Lane
2005-09-30Equalize wordings to avoid redundant translation work.Peter Eisentraut
2005-09-30Clean up the help displays.Peter Eisentraut
2005-09-30Change the option spelling to --connection-limit to be consistent with thePeter Eisentraut
2005-09-29Correct spellingPeter Eisentraut
2005-09-28Improve messagesPeter Eisentraut
2005-09-27Fix problems with PGXS builds against an installation tree that wasTom Lane
2005-09-27Fix incorrect psql \x memory allocation for numericlocale. Redesign APIBruce Momjian
2005-09-26Rename variable for clarity.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-09-22Fix psql \x by removing puts().Bruce Momjian
2005-09-21Suppress database dump item when --table and/or --schema switch wasTom Lane
2005-09-20Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK"Bruce Momjian
2005-09-20Return proper value for psql -f filename failure if filename open fails.Bruce Momjian
2005-09-11Fix some corner-case bugs in _sendSQLLine's parsing of SQL commandsTom Lane
2005-09-11Avoid changing stdin/stdout to binary mode on Windows unless that isTom Lane
2005-09-05Implement a preliminary 'template' facility for procedural languages,Tom Lane
2005-09-05Clean up version comparison/display code, per gripe from Michael Fuhr.Tom Lane
2005-09-05Conditionally output the server version number in psql if it doesn'tBruce Momjian