summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2006-01-27Tweak initdb to reduce verbosity of progress messages, by printing justTom Lane
2006-01-21Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian
2006-01-14Fix pg_ctl crash on "unregister" when a data directory is not specified.Peter Eisentraut
2006-01-11Brace cleanup.Bruce Momjian
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2006-01-09Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane
2006-01-06Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.Bruce Momjian
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2006-01-03Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane
2006-01-02Remove the nexus between trial_buffs and trial_conns, and don't test shared b...Andrew Dunstan
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-31Clean up initdb's code for selecting max_connections and shared_buffersTom Lane
2005-12-27Increase amount of shared buffers initdb tries to allocate to 4000,Andrew Dunstan
2005-12-26Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut
2005-12-23Add an officially exported libpq function to encrypt passwords, andTom Lane
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