aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* dumpUserConfig failed (in a pretty harmless way, but failed nonetheless)Tom Lane2005-08-28
* Windows needs WSAStartup() before getaddrinfo() will work. Andrew DunstanTom Lane2005-08-27
* Original assumption that our own getaddrinfo routine would never supportTom Lane2005-08-25
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
* Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane2005-08-22
* Use an initdb-time test to see if the local version of getaddrinfo()Tom Lane2005-08-22
* Clean up recent patch for PL handler functions in pg_catalog: the patchTom Lane2005-08-15
* Make createlang and droplang proof against weird search_path settingsTom Lane2005-08-15
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-15
* Change pg_dump to use pg_roles instead of pg_user on 8.1 and up,Tom Lane2005-08-15
* Update the createuser utility for the ROLEs world. Alvaro HerreraTom Lane2005-08-14
* Fix psql's \d commands to use pg_roles instead of pg_user, so thatTom Lane2005-08-14
* Fix up tab completion for ROLEs and add some more completion logic forTom Lane2005-08-14
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Extend pg_config to be able to report the build-time values of CC,Tom Lane2005-08-09
* Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may orTom Lane2005-08-02
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Move reindexdb from /contrib to /bin.Bruce Momjian2005-07-29
* Add tab completion syntax for PREPARE 2-phase commit syntax.Bruce Momjian2005-07-28
* Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway2005-07-27
* Avoid crashing pg_dump if we can't connect to the database server, andNeil Conway2005-07-27
* Add username for psql password prompt, if the username was specified.Bruce Momjian2005-07-25
* Awhile back we replaced all uses of strcasecmp and strncasecmp withTom Lane2005-07-25
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* \pset numericsep -> numericlocale.Bruce Momjian2005-07-18
* Fix len so decimal length is only added when a period appears in the output.Bruce Momjian2005-07-18
* Avoid use of E'', and thereby creating an unnecessary version-dependency,Tom Lane2005-07-18
* Avoid need for E'' construct by using regexp instead of LIKE. MoreTom Lane2005-07-18
* Fix numiericsep length computations.Bruce Momjian2005-07-18
* Adjust psql describe queries so that any pg_foo_is_visible() conditionTom Lane2005-07-18
* Enable multi-byte thousands_sep and decimal_point for numericsep.Bruce Momjian2005-07-14
* Make better thousands_sep default based on decimal marker value.Bruce Momjian2005-07-14
* Change numericsep to a boolean, and make it locale-aware.Bruce Momjian2005-07-14
* Add numeric separator support for latex and troff output methods.Bruce Momjian2005-07-14
* barebones variable name -> tuples_only, for consistency.Bruce Momjian2005-07-14
* Fix malloc length for new numeric separator patch.Bruce Momjian2005-07-14
* Rename xmalloc to pg_malloc for consistency with psql usage.Bruce Momjian2005-07-10
* Reverse pg_malloc patch because psql/print.c is used in scripts filesBruce Momjian2005-07-10
* Use failure-safe pg_malloc consistently in psql/print.c.Bruce Momjian2005-07-10
* Add --encoding to pg_dump.Bruce Momjian2005-07-10
* This patch implements putting language handlers for the optional PLsBruce Momjian2005-07-10
* Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian2005-07-10
* Try connecting to both postgres and template1 databases to do the initialTom Lane2005-07-08
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* Attached is a patch that enhances the "\h" capability in psql. I oftenBruce Momjian2005-07-06
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-02
* Add code to pg_dump to use E'' strings when backslashes are used in dumpBruce Momjian2005-07-01
* Clarify code to double \\ and '.Bruce Momjian2005-07-01