| Commit message (Expand) | Author | Age | Files | Lines |
* | Code review for FORCE QUOTE * patch: fix error checking to consider FORCE | Tom Lane | 2009-07-25 | 1 | -3/+3 |
* | Document \dg+ and \du+ | Peter Eisentraut | 2009-07-24 | 1 | -3/+3 |
* | Teach pg_dump to dump comments attached to the columns of a composite type. | Tom Lane | 2009-07-23 | 1 | -1/+115 |
* | Make pg_dump/pg_restore --clean options drop large objects too. | Tom Lane | 2009-07-21 | 6 | -20/+30 |
* | Properly restore pg_largeobject.relfozenxid in binary upgrade mode. | Bruce Momjian | 2009-07-20 | 1 | -1/+48 |
* | Remove unnecessary and version-sensitive dependence on the exact set of | Tom Lane | 2009-07-20 | 1 | -17/+10 |
* | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 | 2 | -5/+6 |
* | Just a little more schema-qualification ... | Tom Lane | 2009-07-07 | 1 | -2/+2 |
* | psql backward compatibility fix | Peter Eisentraut | 2009-07-07 | 1 | -2/+5 |
* | Sort child tables by name instead of OID in \d+ display | Peter Eisentraut | 2009-07-07 | 1 | -2/+2 |
* | Code review for patch to show definition of index columns in \d on index. | Tom Lane | 2009-07-07 | 1 | -27/+26 |
* | Show definition of index columns in \d on index | Peter Eisentraut | 2009-07-06 | 1 | -3/+13 |
* | Have \d show child tables that inherit from the specified parent | Peter Eisentraut | 2009-07-03 | 1 | -1/+39 |
* | Fix up pg_dump's --binary-upgrade option so that it behaves properly with | Tom Lane | 2009-07-02 | 1 | -69/+112 |
* | Translation updates for 8.4 release. | Peter Eisentraut | 2009-06-26 | 89 | -77229/+6127 |
* | Fix the makefiles to fail cleanly if Perl is needed but not present. This | Tom Lane | 2009-06-23 | 1 | -6/+1 |
* | Tweak the display of incoming foreign-key constraints in \d, per discussion | Peter Eisentraut | 2009-06-13 | 1 | -7/+3 |
* | Fix several places where a function was declared static and then defined | Tom Lane | 2009-06-12 | 2 | -4/+4 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 29 | -801/+832 |
* | Translation updates | Peter Eisentraut | 2009-06-10 | 15 | -5615/+8140 |
* | Clarify error message | Peter Eisentraut | 2009-06-10 | 1 | -2/+2 |
* | Trivial code style cleanup around a couple of ngettext calls. | Tom Lane | 2009-06-04 | 2 | -4/+9 |
* | Remove a couple of debugging messages that have been #ifdef'd out for ages. | Tom Lane | 2009-06-04 | 2 | -16/+2 |
* | Change rather bizarre code ordering in get_id(). This isn't strictly | Tom Lane | 2009-06-03 | 1 | -3/+3 |
* | Fix to use the same format specifiers in both branches of a ngettext(). | Peter Eisentraut | 2009-05-27 | 2 | -4/+4 |
* | Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of | Tom Lane | 2009-05-27 | 1 | -5/+9 |
* | Allow the second argument of pg_get_expr() to be just zero when deparsing | Tom Lane | 2009-05-26 | 1 | -2/+3 |
* | Convert some messages to use ngettext(). | Peter Eisentraut | 2009-05-21 | 1 | -11/+31 |
* | Translation updates | Alvaro Herrera | 2009-05-14 | 32 | -7510/+9265 |
* | Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options | Tom Lane | 2009-05-10 | 1 | -11/+62 |
* | Code review for \df rewrite: fix assorted bugs, make type and | Tom Lane | 2009-05-05 | 1 | -32/+59 |
* | Fix the query used for \d against 8.2 and 8.3 servers. | Heikki Linnakangas | 2009-05-04 | 1 | -2/+2 |
* | Fix pg_resetxlog to remove archive status files along with WAL segment files. | Tom Lane | 2009-05-03 | 1 | -1/+60 |
* | In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs | Bruce Momjian | 2009-04-28 | 1 | -3/+3 |
* | Remove Windows-specific definition of S_ISDIR(). This should not be here; | Tom Lane | 2009-04-26 | 1 | -5/+1 |
* | Use brackets in psql \df \? help. | Bruce Momjian | 2009-04-22 | 1 | -2/+2 |
* | Improve psql \df error handling. | Bruce Momjian | 2009-04-21 | 1 | -2/+8 |
* | Merge psql \df options into a single \? line, and update docs. | Bruce Momjian | 2009-04-21 | 1 | -3/+2 |
* | Add agg/normal/trigger/window flags for psql \df and in \df output. | Bruce Momjian | 2009-04-21 | 4 | -21/+143 |
* | pg_restore -jN does not equate "multiple jobs", so partly revert the | Alvaro Herrera | 2009-04-14 | 1 | -2/+2 |
* | Make new strings more alike previously existing messages. | Alvaro Herrera | 2009-04-13 | 1 | -3/+3 |
* | Fix logic to detect conflicts or blocks involving exclusive locks in parallel... | Andrew Dunstan | 2009-04-12 | 1 | -13/+33 |
* | Fix pg_dumpall so that when --clean is specified, it drops roles and | Tom Lane | 2009-04-11 | 1 | -28/+168 |
* | Make string more alike other similar messages. | Alvaro Herrera | 2009-04-11 | 1 | -3/+3 |
* | Message fix | Peter Eisentraut | 2009-04-11 | 1 | -2/+2 |
* | Message improvement | Peter Eisentraut | 2009-04-11 | 1 | -2/+2 |
* | Translation updates for 8.4 beta | Peter Eisentraut | 2009-04-09 | 42 | -6246/+18341 |
* | Remove psql's ancient hack that suppressed functions taking or returning | Tom Lane | 2009-04-08 | 1 | -14/+4 |
* | Quote string literals correctly in the new CREATE SERVER statements | Heikki Linnakangas | 2009-04-08 | 2 | -17/+27 |
* | Improve tab completion for \ef. | Bruce Momjian | 2009-04-08 | 1 | -2/+5 |