summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Translation updatesDennis Bjorklund2004-01-071-23/+266
* pg_dump support for function parameter names.Tom Lane2004-01-073-98/+144
* Translation updatesPeter Eisentraut2004-01-052-2/+233
* Fix ReadOffset() to work correctly when off_t is wider than int.Tom Lane2004-01-041-2/+2
* Do an explicit fflush after writing a progress message with puts.Tom Lane2004-01-016-32/+55
* Supress non-temp schemas from psql \dn display.Bruce Momjian2003-12-231-6/+7
* Fix a number of places where reconfiguring with a different installationTom Lane2003-12-233-4/+12
* Fix compile warning.Tom Lane2003-12-231-2/+2
* Forbid REVOKE on untrusted languages, and don't dump privileges ofPeter Eisentraut2003-12-191-5/+6
* Add missing $(X).Peter Eisentraut2003-12-191-4/+4
* Remove pg_id.Peter Eisentraut2003-12-174-174/+4
* New translationPeter Eisentraut2003-12-112-2/+416
* Work around naming conflict between zlib and OpenSSL by tweaking inclusionTom Lane2003-12-084-13/+13
* One more pass at reducing the cost of pg_dump's new implementation:Tom Lane2003-12-071-47/+154
* Speed up findObjectByCatalogId() to get rid of the other salientTom Lane2003-12-071-11/+71
* Replace not-very-bright implementation of topological sort with a betterTom Lane2003-12-061-54/+169
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-0613-3180/+4360
* Fix some small errors.Peter Eisentraut2003-12-021-3/+3
* Fix initdb use of mkdir_p().Bruce Momjian2003-12-011-9/+2
* This makes help like this:Bruce Momjian2003-12-011-4/+4
* attached is a patch that adds display of the groups a user belongs to toBruce Momjian2003-12-015-8/+56
* This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian2003-12-016-60/+31
* This patch finishes off the work that I did with making viewBruce Momjian2003-12-011-22/+26
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-012-4/+4
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-298-8/+8
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29102-102/+102
* New translationPeter Eisentraut2003-11-252-2/+453
* More adjustment of error messagesPeter Eisentraut2003-11-251-12/+12
* Avoid using string literal with embedded newline.Tom Lane2003-11-241-8/+8
* Make the messages and the options parsing a bit more standard.Peter Eisentraut2003-11-231-52/+41
* Add maintainer-clean target.Peter Eisentraut2003-11-231-2/+2
* Add NLS support.Peter Eisentraut2003-11-233-113/+601
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-214-30/+264
* Add FreeBSD mention for initdb.c.Bruce Momjian2003-11-171-1/+2
* Translation updatesPeter Eisentraut2003-11-142-495/+504
* Try to improve error handling for failures of backend subprocess.Tom Lane2003-11-141-23/+72
* Add fflush() before popen() calls; avoids any possible problem withTom Lane2003-11-141-9/+15
* Add missing logic to handle fixing permissions on an already-existingTom Lane2003-11-141-34/+61
* Translation updatesPeter Eisentraut2003-11-141-175/+183
* Preliminary code review for C version of initdb. Re-centralize handlingTom Lane2003-11-131-269/+266
* Silly to copy sprompt.c from src/port when we're linking libpgport anyway.Tom Lane2003-11-131-9/+3
* pgindent new initdb.c from Tom.Bruce Momjian2003-11-131-11/+13
* Add owner description to initdb C code.Bruce Momjian2003-11-131-1/+6
* Add fflush() calls so that I'm-about-to-do-this messages actuallyTom Lane2003-11-131-12/+34
* Fix lack of optreset.Tom Lane2003-11-131-3/+6
* AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probablyTom Lane2003-11-121-1/+2
* Move system_views.sql into backend/catalog, per Tom.Bruce Momjian2003-11-112-273/+2
* Updated version of initdb with "rmdir/del" call on Win32.Bruce Momjian2003-11-101-223/+120
* Add C version of initdb, from Andrew Dunstan.Bruce Momjian2003-11-104-1169/+2782
* Allow tab completion for ALTER TABLE dbname <tab><tab> to show newBruce Momjian2003-11-081-2/+2