summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2005-08-28Fix initdb quoting for Win32 paths in final examples, per Dave Page.Bruce Momjian
2005-08-28dumpUserConfig failed (in a pretty harmless way, but failed nonetheless)Tom Lane
2005-08-27Windows needs WSAStartup() before getaddrinfo() will work. Andrew DunstanTom Lane
2005-08-25Original assumption that our own getaddrinfo routine would never supportTom Lane
2005-08-23Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane
2005-08-22Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane
2005-08-22Use an initdb-time test to see if the local version of getaddrinfo()Tom Lane
2005-08-15Clean up recent patch for PL handler functions in pg_catalog: the patchTom Lane
2005-08-15Make createlang and droplang proof against weird search_path settingsTom Lane
2005-08-15Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane
2005-08-15Change pg_dump to use pg_roles instead of pg_user on 8.1 and up,Tom Lane
2005-08-14Update the createuser utility for the ROLEs world. Alvaro HerreraTom Lane
2005-08-14Fix psql's \d commands to use pg_roles instead of pg_user, so thatTom Lane
2005-08-14Fix up tab completion for ROLEs and add some more completion logic forTom Lane
2005-08-12Solve the problem of OID collisions by probing for duplicate OIDsTom Lane
2005-08-09Extend pg_config to be able to report the build-time values of CC,Tom Lane
2005-08-02Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may orTom Lane
2005-07-31Add per-user and per-database connection limit options.Tom Lane
2005-07-30Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian
2005-07-29Move reindexdb from /contrib to /bin.Bruce Momjian
2005-07-28Add tab completion syntax for PREPARE 2-phase commit syntax.Bruce Momjian
2005-07-27Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway
2005-07-27Avoid crashing pg_dump if we can't connect to the database server, andNeil Conway