summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.Bruce Momjian2005-11-141-2196/+393
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-2/+2
* Translation updates forward-port to HEAD.Alvaro Herrera2005-11-078-1344/+1706
* Translation updatesPeter Eisentraut2005-11-0419-1096/+1050
* Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane2005-11-041-2/+11
* Translation updates.Alvaro Herrera2005-11-032-167/+182
* Translation updatesPeter Eisentraut2005-10-2931-4299/+5378
* Disable expanded mode only for \d tablename, not for all backslashBruce Momjian2005-10-275-11/+9
* Make \d order a table's check constraints by constraint name insteadTom Lane2005-10-201-6/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1545-2120/+3873
* The patch updates the documentation to reflect the fact that higher valuesBruce Momjian2005-10-131-2/+5
* Go back to emitting path names with forward slashes on Windows.Tom Lane2005-10-131-29/+10
* Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used toTom Lane2005-10-101-41/+25
* Translation updatePeter Eisentraut2005-10-1024-5787/+7699
* pg_config should print an error message to stderr and exit if anPeter Eisentraut2005-10-061-11/+35
* Fix pgxs for spaces in file names on Win32Bruce Momjian2005-10-051-14/+86
* Clean up some messages and fix missing translation support. Option --logPeter Eisentraut2005-10-044-27/+30
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-032-2/+8
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-2/+3
* Equalize wordings to avoid redundant translation work.Peter Eisentraut2005-09-301-5/+5
* Clean up the help displays.Peter Eisentraut2005-09-303-24/+24
* Change the option spelling to --connection-limit to be consistent with thePeter Eisentraut2005-09-301-3/+3
* Correct spellingPeter Eisentraut2005-09-291-5/+5
* Improve messagesPeter Eisentraut2005-09-282-4/+4
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-274-1/+85
* Fix incorrect psql \x memory allocation for numericlocale. Redesign APIBruce Momjian2005-09-271-51/+41
* Rename variable for clarity.Bruce Momjian2005-09-261-9/+9
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-244-32/+28
* Fix psql \x by removing puts().Bruce Momjian2005-09-221-3/+3
* Suppress database dump item when --table and/or --schema switch wasTom Lane2005-09-211-3/+3
* Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK"Bruce Momjian2005-09-201-7/+9
* Return proper value for psql -f filename failure if filename open fails.Bruce Momjian2005-09-202-7/+8
* Fix some corner-case bugs in _sendSQLLine's parsing of SQL commandsTom Lane2005-09-112-212/+186
* Avoid changing stdin/stdout to binary mode on Windows unless that isTom Lane2005-09-111-3/+4
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-053-204/+62
* Clean up version comparison/display code, per gripe from Michael Fuhr.Tom Lane2005-09-051-33/+51
* Conditionally output the server version number in psql if it doesn'tBruce Momjian2005-09-051-5/+43
* Fix initdb quoting for Win32 paths in final examples, per Dave Page.Bruce Momjian2005-08-281-5/+5
* dumpUserConfig failed (in a pretty harmless way, but failed nonetheless)Tom Lane2005-08-281-3/+3
* Windows needs WSAStartup() before getaddrinfo() will work. Andrew DunstanTom Lane2005-08-271-2/+10
* Original assumption that our own getaddrinfo routine would never supportTom Lane2005-08-251-7/+4
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-233-45/+36
* Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane2005-08-221-8/+3
* Use an initdb-time test to see if the local version of getaddrinfo()Tom Lane2005-08-221-4/+35
* Clean up recent patch for PL handler functions in pg_catalog: the patchTom Lane2005-08-152-23/+59
* Make createlang and droplang proof against weird search_path settingsTom Lane2005-08-154-42/+115
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-151-6/+6
* Change pg_dump to use pg_roles instead of pg_user on 8.1 and up,Tom Lane2005-08-152-128/+158
* Update the createuser utility for the ROLEs world. Alvaro HerreraTom Lane2005-08-141-48/+119
* Fix psql's \d commands to use pg_roles instead of pg_user, so thatTom Lane2005-08-141-20/+16