summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-122-55/+5
* Extend pg_config to be able to report the build-time values of CC,Tom Lane2005-08-093-66/+283
* Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may orTom Lane2005-08-021-2/+12
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-86/+264
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-301-1/+4
* Move reindexdb from /contrib to /bin.Bruce Momjian2005-07-293-4/+357
* Add tab completion syntax for PREPARE 2-phase commit syntax.Bruce Momjian2005-07-281-4/+11
* Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway2005-07-271-2/+2
* Avoid crashing pg_dump if we can't connect to the database server, andNeil Conway2005-07-271-2/+2
* Add username for psql password prompt, if the username was specified.Bruce Momjian2005-07-252-6/+28
* Awhile back we replaced all uses of strcasecmp and strncasecmp withTom Lane2005-07-253-8/+8
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-231-1/+2
* \pset numericsep -> numericlocale.Bruce Momjian2005-07-184-76/+77
* Fix len so decimal length is only added when a period appears in the output.Bruce Momjian2005-07-181-8/+9
* Avoid use of E'', and thereby creating an unnecessary version-dependency,Tom Lane2005-07-181-3/+3
* Avoid need for E'' construct by using regexp instead of LIKE. MoreTom Lane2005-07-181-2/+2
* Fix numiericsep length computations.Bruce Momjian2005-07-181-5/+6
* Adjust psql describe queries so that any pg_foo_is_visible() conditionTom Lane2005-07-181-28/+28
* Enable multi-byte thousands_sep and decimal_point for numericsep.Bruce Momjian2005-07-141-37/+39
* Make better thousands_sep default based on decimal marker value.Bruce Momjian2005-07-141-2/+4
* Change numericsep to a boolean, and make it locale-aware.Bruce Momjian2005-07-144-71/+89
* Add numeric separator support for latex and troff output methods.Bruce Momjian2005-07-141-19/+67
* barebones variable name -> tuples_only, for consistency.Bruce Momjian2005-07-142-51/+51
* Fix malloc length for new numeric separator patch.Bruce Momjian2005-07-141-62/+26
* Rename xmalloc to pg_malloc for consistency with psql usage.Bruce Momjian2005-07-102-24/+24
* Reverse pg_malloc patch because psql/print.c is used in scripts filesBruce Momjian2005-07-101-11/+62
* Use failure-safe pg_malloc consistently in psql/print.c.Bruce Momjian2005-07-101-62/+11
* Add --encoding to pg_dump.Bruce Momjian2005-07-101-2/+18
* This patch implements putting language handlers for the optional PLsBruce Momjian2005-07-104-47/+125
* Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian2005-07-104-86/+295
* Try connecting to both postgres and template1 databases to do the initialTom Lane2005-07-081-28/+46
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-2/+9
* Attached is a patch that enhances the "\h" capability in psql. I oftenBruce Momjian2005-07-061-38/+64
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-16/+20
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-025-31/+29
* Add code to pg_dump to use E'' strings when backslashes are used in dumpBruce Momjian2005-07-013-11/+41
* Clarify code to double \\ and '.Bruce Momjian2005-07-013-9/+7
* Dump comments for large objects.Tom Lane2005-06-303-35/+162
* Fix broken initdb -W option, per Michael Fuhr.Tom Lane2005-06-281-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-16/+15
* Modify pg_dump to assume that a check constraint is inherited if itsTom Lane2005-06-271-11/+12
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-261-6/+11
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-263-7/+9
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-222-8/+11
* Add a validator function for plperl. Andrew DunstanTom Lane2005-06-221-1/+3
* Correct some code in pg_restore when reading the header of a tar archive:Neil Conway2005-06-221-9/+9
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-2110-499/+232
* Fix pg_dumpall to do the right thing with "postgres" database, perTom Lane2005-06-211-28/+32
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-2110-26/+65
* Trivial dead code removal: in _complete_from_query(), 'text' cannot beNeil Conway2005-06-211-11/+4