summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2004-01-01Do an explicit fflush after writing a progress message with puts.Tom Lane
2003-12-23Supress non-temp schemas from psql \dn display.Bruce Momjian
2003-12-23Fix a number of places where reconfiguring with a different installationTom Lane
2003-12-23Fix compile warning.Tom Lane
2003-12-19Forbid REVOKE on untrusted languages, and don't dump privileges ofPeter Eisentraut
2003-12-19Add missing $(X).Peter Eisentraut
2003-12-17Remove pg_id.Peter Eisentraut
2003-12-11New translationPeter Eisentraut
2003-12-08Work around naming conflict between zlib and OpenSSL by tweaking inclusionTom Lane
2003-12-07One more pass at reducing the cost of pg_dump's new implementation:Tom Lane
2003-12-07Speed up findObjectByCatalogId() to get rid of the other salientTom Lane
2003-12-06Replace not-very-bright implementation of topological sort with a betterTom Lane
2003-12-06Massive overhaul of pg_dump: make use of dependency information fromTom Lane
2003-12-02Fix some small errors.Peter Eisentraut
2003-12-01Fix initdb use of mkdir_p().Bruce Momjian
2003-12-01This makes help like this:Bruce Momjian
2003-12-01attached is a patch that adds display of the groups a user belongs to toBruce Momjian
2003-12-01This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian
2003-12-01This patch finishes off the work that I did with making viewBruce Momjian
2003-12-01This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-25New translationPeter Eisentraut
2003-11-25More adjustment of error messagesPeter Eisentraut
2003-11-24Avoid using string literal with embedded newline.Tom Lane
2003-11-23Make the messages and the options parsing a bit more standard.Peter Eisentraut
2003-11-23Add maintainer-clean target.Peter Eisentraut
2003-11-23Add NLS support.Peter Eisentraut
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-11-17Add FreeBSD mention for initdb.c.Bruce Momjian
2003-11-14Translation updatesPeter Eisentraut
2003-11-14Try to improve error handling for failures of backend subprocess.Tom Lane
2003-11-14Add fflush() before popen() calls; avoids any possible problem withTom Lane
2003-11-14Add missing logic to handle fixing permissions on an already-existingTom Lane
2003-11-14Translation updatesPeter Eisentraut
2003-11-13Preliminary code review for C version of initdb. Re-centralize handlingTom Lane
2003-11-13Silly to copy sprompt.c from src/port when we're linking libpgport anyway.Tom Lane
2003-11-13pgindent new initdb.c from Tom.Bruce Momjian
2003-11-13Add owner description to initdb C code.Bruce Momjian
2003-11-13Add fflush() calls so that I'm-about-to-do-this messages actuallyTom Lane
2003-11-13Fix lack of optreset.Tom Lane
2003-11-12AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probablyTom Lane
2003-11-11Move system_views.sql into backend/catalog, per Tom.Bruce Momjian
2003-11-10Updated version of initdb with "rmdir/del" call on Win32.Bruce Momjian
2003-11-10Add C version of initdb, from Andrew Dunstan.Bruce Momjian
2003-11-08Allow tab completion for ALTER TABLE dbname <tab><tab> to show newBruce Momjian
2003-11-06Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut
2003-10-31Translation updatePeter Eisentraut
2003-10-30Further work on tab completion code: arrange for system catalogs to beTom Lane
2003-10-28Don't include "schema." in the set of possible tab completions onceTom Lane