aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Brace cleanup.Bruce Momjian2006-01-11
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane2006-01-09
* Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.Bruce Momjian2006-01-06
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove QNX port.Bruce Momjian2006-01-05
* Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane2006-01-03
* Remove the nexus between trial_buffs and trial_conns, and don't test shared b...Andrew Dunstan2006-01-02
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-01
* Clean up initdb's code for selecting max_connections and shared_buffersTom Lane2005-12-31
* Increase amount of shared buffers initdb tries to allocate to 4000,Andrew Dunstan2005-12-27
* Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut2005-12-26
* Add an officially exported libpq function to encrypt passwords, andTom Lane2005-12-23
* Add new psql command \password for changing role password with client-sidePeter Eisentraut2005-12-18
* Use a proper enum for tri-valued variables.Bruce Momjian2005-12-12
* Document tri-valued variables in createdb, +1, -1, 0.Bruce Momjian2005-12-12
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Let initdb detect the date order of the lc_time locale and initialize thePeter Eisentraut2005-12-09
* > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion.Bruce Momjian2005-12-08
* Add missing translation markerPeter Eisentraut2005-12-08
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-08
* Treat procedural languages as owned by the bootstrap superuser, ratherTom Lane2005-12-03
* Fix obsolete comment.Tom Lane2005-12-02
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Add tab completion for RESET SESSION AUTHORIZATION.Alvaro Herrera2005-11-18
* make psql honor explicit database parameter in -l mode, in case "postgres" da...Andrew Dunstan2005-11-17
* Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.Bruce Momjian2005-11-14
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Translation updates forward-port to HEAD.Alvaro Herrera2005-11-07
* Translation updatesPeter Eisentraut2005-11-04
* Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane2005-11-04
* Translation updates.Alvaro Herrera2005-11-03
* Translation updatesPeter Eisentraut2005-10-29
* Disable expanded mode only for \d tablename, not for all backslashBruce Momjian2005-10-27
* Make \d order a table's check constraints by constraint name insteadTom Lane2005-10-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* The patch updates the documentation to reflect the fact that higher valuesBruce Momjian2005-10-13
* Go back to emitting path names with forward slashes on Windows.Tom Lane2005-10-13
* Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used toTom Lane2005-10-10
* Translation updatePeter Eisentraut2005-10-10
* pg_config should print an error message to stderr and exit if anPeter Eisentraut2005-10-06
* Fix pgxs for spaces in file names on Win32Bruce Momjian2005-10-05
* Clean up some messages and fix missing translation support. Option --logPeter Eisentraut2005-10-04
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-03
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* Equalize wordings to avoid redundant translation work.Peter Eisentraut2005-09-30
* Clean up the help displays.Peter Eisentraut2005-09-30
* Change the option spelling to --connection-limit to be consistent with thePeter Eisentraut2005-09-30
* Correct spellingPeter Eisentraut2005-09-29