| Commit message (Expand) | Author | Age | Files | Lines |
| * | Translation updates | Dennis Bjorklund | 2004-01-07 | 1 | -23/+266 |
| * | pg_dump support for function parameter names. | Tom Lane | 2004-01-07 | 3 | -98/+144 |
| * | Translation updates | Peter Eisentraut | 2004-01-05 | 2 | -2/+233 |
| * | Fix ReadOffset() to work correctly when off_t is wider than int. | Tom Lane | 2004-01-04 | 1 | -2/+2 |
| * | Do an explicit fflush after writing a progress message with puts. | Tom Lane | 2004-01-01 | 6 | -32/+55 |
| * | Supress non-temp schemas from psql \dn display. | Bruce Momjian | 2003-12-23 | 1 | -6/+7 |
| * | Fix a number of places where reconfiguring with a different installation | Tom Lane | 2003-12-23 | 3 | -4/+12 |
| * | Fix compile warning. | Tom Lane | 2003-12-23 | 1 | -2/+2 |
| * | Forbid REVOKE on untrusted languages, and don't dump privileges of | Peter Eisentraut | 2003-12-19 | 1 | -5/+6 |
| * | Add missing $(X). | Peter Eisentraut | 2003-12-19 | 1 | -4/+4 |
| * | Remove pg_id. | Peter Eisentraut | 2003-12-17 | 4 | -174/+4 |
| * | New translation | Peter Eisentraut | 2003-12-11 | 2 | -2/+416 |
| * | Work around naming conflict between zlib and OpenSSL by tweaking inclusion | Tom Lane | 2003-12-08 | 4 | -13/+13 |
| * | One more pass at reducing the cost of pg_dump's new implementation: | Tom Lane | 2003-12-07 | 1 | -47/+154 |
| * | Speed up findObjectByCatalogId() to get rid of the other salient | Tom Lane | 2003-12-07 | 1 | -11/+71 |
| * | Replace not-very-bright implementation of topological sort with a better | Tom Lane | 2003-12-06 | 1 | -54/+169 |
| * | Massive overhaul of pg_dump: make use of dependency information from | Tom Lane | 2003-12-06 | 13 | -3180/+4360 |
| * | Fix some small errors. | Peter Eisentraut | 2003-12-02 | 1 | -3/+3 |
| * | Fix initdb use of mkdir_p(). | Bruce Momjian | 2003-12-01 | 1 | -9/+2 |
| * | This makes help like this: | Bruce Momjian | 2003-12-01 | 1 | -4/+4 |
| * | attached is a patch that adds display of the groups a user belongs to to | Bruce Momjian | 2003-12-01 | 5 | -8/+56 |
| * | This patch reduces some unsightly #ifdefs, and fixes two typos in | Bruce Momjian | 2003-12-01 | 6 | -60/+31 |
| * | This patch finishes off the work that I did with making view | Bruce Momjian | 2003-12-01 | 1 | -22/+26 |
| * | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 | 2 | -4/+4 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 8 | -8/+8 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 102 | -102/+102 |
| * | New translation | Peter Eisentraut | 2003-11-25 | 2 | -2/+453 |
| * | More adjustment of error messages | Peter Eisentraut | 2003-11-25 | 1 | -12/+12 |
| * | Avoid using string literal with embedded newline. | Tom Lane | 2003-11-24 | 1 | -8/+8 |
| * | Make the messages and the options parsing a bit more standard. | Peter Eisentraut | 2003-11-23 | 1 | -52/+41 |
| * | Add maintainer-clean target. | Peter Eisentraut | 2003-11-23 | 1 | -2/+2 |
| * | Add NLS support. | Peter Eisentraut | 2003-11-23 | 3 | -113/+601 |
| * | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 4 | -30/+264 |
| * | Add FreeBSD mention for initdb.c. | Bruce Momjian | 2003-11-17 | 1 | -1/+2 |
| * | Translation updates | Peter Eisentraut | 2003-11-14 | 2 | -495/+504 |
| * | Try to improve error handling for failures of backend subprocess. | Tom Lane | 2003-11-14 | 1 | -23/+72 |
| * | Add fflush() before popen() calls; avoids any possible problem with | Tom Lane | 2003-11-14 | 1 | -9/+15 |
| * | Add missing logic to handle fixing permissions on an already-existing | Tom Lane | 2003-11-14 | 1 | -34/+61 |
| * | Translation updates | Peter Eisentraut | 2003-11-14 | 1 | -175/+183 |
| * | Preliminary code review for C version of initdb. Re-centralize handling | Tom Lane | 2003-11-13 | 1 | -269/+266 |
| * | Silly to copy sprompt.c from src/port when we're linking libpgport anyway. | Tom Lane | 2003-11-13 | 1 | -9/+3 |
| * | pgindent new initdb.c from Tom. | Bruce Momjian | 2003-11-13 | 1 | -11/+13 |
| * | Add owner description to initdb C code. | Bruce Momjian | 2003-11-13 | 1 | -1/+6 |
| * | Add fflush() calls so that I'm-about-to-do-this messages actually | Tom Lane | 2003-11-13 | 1 | -12/+34 |
| * | Fix lack of optreset. | Tom Lane | 2003-11-13 | 1 | -3/+6 |
| * | AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably | Tom Lane | 2003-11-12 | 1 | -1/+2 |
| * | Move system_views.sql into backend/catalog, per Tom. | Bruce Momjian | 2003-11-11 | 2 | -273/+2 |
| * | Updated version of initdb with "rmdir/del" call on Win32. | Bruce Momjian | 2003-11-10 | 1 | -223/+120 |
| * | Add C version of initdb, from Andrew Dunstan. | Bruce Momjian | 2003-11-10 | 4 | -1169/+2782 |
| * | Allow tab completion for ALTER TABLE dbname <tab><tab> to show new | Bruce Momjian | 2003-11-08 | 1 | -2/+2 |