| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-run pgindent to fix breakage when exceeding 150 'else if' clauses. | Bruce Momjian | 2005-11-14 | 1 | -2196/+393 |
* | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 1 | -2/+2 |
* | Translation updates forward-port to HEAD. | Alvaro Herrera | 2005-11-07 | 8 | -1344/+1706 |
* | Translation updates | Peter Eisentraut | 2005-11-04 | 19 | -1096/+1050 |
* | Ensure that we only create one ConsoleCtrlHandler per psql process, | Tom Lane | 2005-11-04 | 1 | -2/+11 |
* | Translation updates. | Alvaro Herrera | 2005-11-03 | 2 | -167/+182 |
* | Translation updates | Peter Eisentraut | 2005-10-29 | 31 | -4299/+5378 |
* | Disable expanded mode only for \d tablename, not for all backslash | Bruce Momjian | 2005-10-27 | 5 | -11/+9 |
* | Make \d order a table's check constraints by constraint name instead | Tom Lane | 2005-10-20 | 1 | -6/+5 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 45 | -2120/+3873 |
* | The patch updates the documentation to reflect the fact that higher values | Bruce Momjian | 2005-10-13 | 1 | -2/+5 |
* | Go back to emitting path names with forward slashes on Windows. | Tom Lane | 2005-10-13 | 1 | -29/+10 |
* | Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to | Tom Lane | 2005-10-10 | 1 | -41/+25 |
* | Translation update | Peter Eisentraut | 2005-10-10 | 24 | -5787/+7699 |
* | pg_config should print an error message to stderr and exit if an | Peter Eisentraut | 2005-10-06 | 1 | -11/+35 |
* | Fix pgxs for spaces in file names on Win32 | Bruce Momjian | 2005-10-05 | 1 | -14/+86 |
* | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut | 2005-10-04 | 4 | -27/+30 |
* | Expand pg_control information so that we can verify that the database | Tom Lane | 2005-10-03 | 2 | -2/+8 |
* | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -2/+3 |
* | Equalize wordings to avoid redundant translation work. | Peter Eisentraut | 2005-09-30 | 1 | -5/+5 |
* | Clean up the help displays. | Peter Eisentraut | 2005-09-30 | 3 | -24/+24 |
* | Change the option spelling to --connection-limit to be consistent with the | Peter Eisentraut | 2005-09-30 | 1 | -3/+3 |
* | Correct spelling | Peter Eisentraut | 2005-09-29 | 1 | -5/+5 |
* | Improve messages | Peter Eisentraut | 2005-09-28 | 2 | -4/+4 |
* | Fix problems with PGXS builds against an installation tree that was | Tom Lane | 2005-09-27 | 4 | -1/+85 |
* | Fix incorrect psql \x memory allocation for numericlocale. Redesign API | Bruce Momjian | 2005-09-27 | 1 | -51/+41 |
* | Rename variable for clarity. | Bruce Momjian | 2005-09-26 | 1 | -9/+9 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 4 | -32/+28 |
* | Fix psql \x by removing puts(). | Bruce Momjian | 2005-09-22 | 1 | -3/+3 |
* | Suppress database dump item when --table and/or --schema switch was | Tom Lane | 2005-09-21 | 1 | -3/+3 |
* | Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK" | Bruce Momjian | 2005-09-20 | 1 | -7/+9 |
* | Return proper value for psql -f filename failure if filename open fails. | Bruce Momjian | 2005-09-20 | 2 | -7/+8 |
* | Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands | Tom Lane | 2005-09-11 | 2 | -212/+186 |
* | Avoid changing stdin/stdout to binary mode on Windows unless that is | Tom Lane | 2005-09-11 | 1 | -3/+4 |
* | Implement a preliminary 'template' facility for procedural languages, | Tom Lane | 2005-09-05 | 3 | -204/+62 |
* | Clean up version comparison/display code, per gripe from Michael Fuhr. | Tom Lane | 2005-09-05 | 1 | -33/+51 |
* | Conditionally output the server version number in psql if it doesn't | Bruce Momjian | 2005-09-05 | 1 | -5/+43 |
* | Fix initdb quoting for Win32 paths in final examples, per Dave Page. | Bruce Momjian | 2005-08-28 | 1 | -5/+5 |
* | dumpUserConfig failed (in a pretty harmless way, but failed nonetheless) | Tom Lane | 2005-08-28 | 1 | -3/+3 |
* | Windows needs WSAStartup() before getaddrinfo() will work. Andrew Dunstan | Tom Lane | 2005-08-27 | 1 | -2/+10 |
* | Original assumption that our own getaddrinfo routine would never support | Tom Lane | 2005-08-25 | 1 | -7/+4 |
* | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 | 3 | -45/+36 |
* | Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than | Tom Lane | 2005-08-22 | 1 | -8/+3 |
* | Use an initdb-time test to see if the local version of getaddrinfo() | Tom Lane | 2005-08-22 | 1 | -4/+35 |
* | Clean up recent patch for PL handler functions in pg_catalog: the patch | Tom Lane | 2005-08-15 | 2 | -23/+59 |
* | Make createlang and droplang proof against weird search_path settings | Tom Lane | 2005-08-15 | 4 | -42/+115 |
* | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 | 1 | -6/+6 |
* | Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, | Tom Lane | 2005-08-15 | 2 | -128/+158 |
* | Update the createuser utility for the ROLEs world. Alvaro Herrera | Tom Lane | 2005-08-14 | 1 | -48/+119 |
* | Fix psql's \d commands to use pg_roles instead of pg_user, so that | Tom Lane | 2005-08-14 | 1 | -20/+16 |