| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make restricted_exec feature for Windows more robust by using the environment | Andrew Dunstan | 2006-02-24 | 1 | -17/+12 |
| * | make initdb -U username work as advertised; back out bogus patch at rev 1.42 | Andrew Dunstan | 2006-02-24 | 1 | -10/+10 |
| * | Fix old pg_dump oversight: default values for domains really need to be dumped | Tom Lane | 2006-02-21 | 1 | -24/+66 |
| * | ' is not valid HTML 4.01, so print the plain character instead. | Peter Eisentraut | 2006-02-18 | 1 | -4/+1 |
| * | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 | 1 | -1/+5 |
| * | Repair --single-transaction patch so it handles blobs correctly. | Tom Lane | 2006-02-14 | 1 | -11/+27 |
| * | IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT, | Tom Lane | 2006-02-13 | 1 | -5/+5 |
| * | Place function names in first column for consistency. | Bruce Momjian | 2006-02-13 | 1 | -6/+11 |
| * | Fix build failure when not USE_READLINE. Sergey E. Koposov | Tom Lane | 2006-02-13 | 1 | -5/+5 |
| * | Remove LEFT part of JOIN to pg_roles because of optimizer limitation: | Bruce Momjian | 2006-02-12 | 1 | -5/+5 |
| * | Improve tab completion macro for default keywords. | Bruce Momjian | 2006-02-12 | 1 | -4/+2 |
| * | List psql tab completion for various default keywords. | Bruce Momjian | 2006-02-12 | 1 | -18/+36 |
| * | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 | 8 | -7/+213 |
| * | Use 0x01 for newlines in saved history. It was determined to be not | Bruce Momjian | 2006-02-12 | 1 | -3/+12 |
| * | As part of previous commit, add pg_restore option: | Bruce Momjian | 2006-02-12 | 1 | -2/+1 |
| * | Add psql option: | Bruce Momjian | 2006-02-12 | 7 | -20/+49 |
| * | Fix more fallout from line-wrap patch, to wit, arbitrarily changing | Tom Lane | 2006-02-12 | 1 | -3/+13 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 7 | -28/+145 |
| * | Restore previous psql behavior of not printing useless trailing spaces | Tom Lane | 2006-02-12 | 1 | -4/+8 |
| * | Please find enclosed a patch that lets you use \c to connect | Bruce Momjian | 2006-02-12 | 2 | -25/+89 |
| * | o Improve psql's handling of multi-line statements | Bruce Momjian | 2006-02-11 | 6 | -23/+125 |
| * | Clean up signedness warnings and 64-bit bugs in recent psql printing | Tom Lane | 2006-02-10 | 2 | -27/+35 |
| * | Make it possible to run initdb from an admin account on Windows, | Tom Lane | 2006-02-10 | 1 | -1/+138 |
| * | Enable pg_ctl to give up admin privileges when starting the server under | Tom Lane | 2006-02-10 | 1 | -27/+219 |
| * | Fix psql after newline patch for calloc(0). | Bruce Momjian | 2006-02-10 | 1 | -1/+4 |
| * | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 | 3 | -374/+502 |
| * | This fixes pg_dump so that when using the '-O' no owners option it does | Bruce Momjian | 2006-02-09 | 1 | -2/+2 |
| * | Provide the libpq error message when PQputline or PQendcopy fails. | Tom Lane | 2006-02-09 | 1 | -3/+5 |
| * | Make --version option print fixed program name. | Peter Eisentraut | 2006-02-07 | 1 | -2/+2 |
| * | Fix pg_restore to properly discard COPY data when trying to continue | Tom Lane | 2006-02-05 | 3 | -14/+30 |
| * | Tweak initdb to reduce verbosity of progress messages, by printing just | Tom Lane | 2006-01-27 | 1 | -6/+5 |
| * | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 | 3 | -24/+33 |
| * | Fix pg_ctl crash on "unregister" when a data directory is not specified. | Peter Eisentraut | 2006-01-14 | 1 | -5/+8 |
| * | Brace cleanup. | Bruce Momjian | 2006-01-11 | 1 | -3/+1 |
| * | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -2/+2 |
| * | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane | 2006-01-09 | 1 | -12/+24 |
| * | Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. | Bruce Momjian | 2006-01-06 | 1 | -3/+5 |
| * | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 | 1 | -5/+5 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 3 | -10/+3 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 1 | -12/+1 |
| * | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, | Tom Lane | 2006-01-03 | 1 | -3/+3 |
| * | Remove the nexus between trial_buffs and trial_conns, and don't test shared b... | Andrew Dunstan | 2006-01-02 | 1 | -8/+14 |
| * | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway | 2006-01-01 | 7 | -1937/+1937 |
| * | Clean up initdb's code for selecting max_connections and shared_buffers | Tom Lane | 2005-12-31 | 1 | -65/+61 |
| * | Increase amount of shared buffers initdb tries to allocate to 4000, | Andrew Dunstan | 2005-12-27 | 1 | -7/+32 |
| * | Rename pg_make_encrypted_password to PQencryptPassword. | Peter Eisentraut | 2005-12-26 | 2 | -4/+4 |
| * | Add an officially exported libpq function to encrypt passwords, and | Tom Lane | 2005-12-23 | 2 | -10/+13 |
| * | Add new psql command \password for changing role password with client-side | Peter Eisentraut | 2005-12-18 | 7 | -47/+125 |
| * | Use a proper enum for tri-valued variables. | Bruce Momjian | 2005-12-12 | 1 | -53/+48 |
| * | Document tri-valued variables in createdb, +1, -1, 0. | Bruce Momjian | 2005-12-12 | 1 | -5/+9 |