| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify definition of pg_tables and pg_views views by making use of | Tom Lane | 2000-11-21 | 1 | -13/+8 |
| * | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 1 | -2/+2 |
| * | Polish error messages, help output, give marginal clue about command line | Peter Eisentraut | 2000-11-18 | 1 | -24/+51 |
| * | Simplification: Build executable directly from .c file. | Peter Eisentraut | 2000-11-18 | 1 | -5/+2 |
| * | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian | 2000-11-16 | 1 | -2/+2 |
| * | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 | 4 | -59/+67 |
| * | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian | 2000-11-13 | 18 | -146/+21 |
| * | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 | 18 | -22/+147 |
| * | Make sure shell scripts send error messages to stderr. | Peter Eisentraut | 2000-11-11 | 11 | -109/+141 |
| * | Auto checkpoint creation. | Vadim B. Mikheev | 2000-11-09 | 1 | -2/+2 |
| * | Dump identity of alternative location, if any. | Peter Eisentraut | 2000-11-08 | 1 | -6/+12 |
| * | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 | 1 | -4/+4 |
| * | Since the backend now handles relative PGDATA, initdb doesn't have to work | Peter Eisentraut | 2000-11-04 | 1 | -6/+1 |
| * | Add pg_dumpall --accounts-only option. | Peter Eisentraut | 2000-11-02 | 1 | -2/+10 |
| * | Allow initdb to handle relative paths for PGDATA, by converting them to | Peter Eisentraut | 2000-11-02 | 1 | -11/+6 |
| * | Added long-standing transaction when restoring BLOBS (uses commit every BLOB_... | Philip Warner | 2000-10-31 | 8 | -21/+109 |
| * | Should be "test =", not "test ==". | Peter Eisentraut | 2000-10-29 | 1 | -3/+3 |
| * | Make initdb safe against using | Peter Eisentraut | 2000-10-28 | 1 | -26/+51 |
| * | Teach psql about new relkind for views. | Tom Lane | 2000-10-25 | 2 | -20/+17 |
| * | Final (?) fix for tar (null block at end) | Philip Warner | 2000-10-25 | 3 | -3/+24 |
| * | Ignore missing postmaster.opts.default file. | Peter Eisentraut | 2000-10-24 | 1 | -3/+2 |
| * | Various fixes to TAR header format | Philip Warner | 2000-10-24 | 3 | -15/+37 |
| * | Rejigger do_lo_list's query so that obj_description() is evaluated only | Tom Lane | 2000-10-24 | 1 | -4/+3 |
| * | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 | 4 | -30/+14 |
| * | Cleanup error messages in findLastBuiltinOid | Philip Warner | 2000-10-22 | 1 | -9/+8 |
| * | Use new datlastsysoid field in pg_database + some cleanups & fixes | Philip Warner | 2000-10-22 | 3 | -8/+16 |
| * | Add new datlastsysoid to pg_database. | Philip Warner | 2000-10-22 | 1 | -1/+6 |
| * | BACKED OUT. | Bruce Momjian | 2000-10-22 | 1 | -2/+2 |
| * | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 | 1 | -2/+2 |
| * | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 5 | -17/+19 |
| * | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 | 1 | -19/+6 |
| * | I submitted three patches to pgsql-patches@postgresql.org on Oct 13. | Bruce Momjian | 2000-10-16 | 1 | -1/+1 |
| * | Minor buglet in dumping functions onlt | Philip Warner | 2000-10-13 | 1 | -3/+3 |
| * | Fix bug in sequence dumping using new setval function | Philip Warner | 2000-10-13 | 4 | -9/+26 |
| * | Rename pg-config to pg_config to be consistent with other pg commands. | Bruce Momjian | 2000-10-10 | 3 | -11/+11 |
| * | - Be more paranoid when getting views | Philip Warner | 2000-10-10 | 3 | -16/+107 |
| * | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 | 1 | -1/+6 |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 1 | -1/+1 |
| * | Better coding of readline tests | Peter Eisentraut | 2000-10-03 | 2 | -14/+4 |
| * | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut | 2000-09-29 | 1 | -2/+3 |
| * | Enable initdb to create several levels of directories for PGDATA, if | Peter Eisentraut | 2000-09-29 | 1 | -2/+2 |
| * | Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, | Peter Eisentraut | 2000-09-25 | 4 | -23/+22 |
| * | Don't free() the result of getpwuid(). | Peter Eisentraut | 2000-09-22 | 1 | -6/+1 |
| * | Only retrieve view definition if relation is a view (case statement) | Philip Warner | 2000-09-18 | 1 | -2/+5 |
| * | Uses column select expressions to get object object owners and tests for blan... | Philip Warner | 2000-09-18 | 2 | -22/+46 |
| * | psql forgot to close connection before re-issuing password prompt. | Peter Eisentraut | 2000-09-17 | 2 | -2/+4 |
| * | Improve error message for dumpRules() failure | Tom Lane | 2000-09-17 | 1 | -2/+2 |
| * | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut | 2000-09-17 | 13 | -62/+62 |
| * | Minor code cleanup (cast away const-ness) | Philip Warner | 2000-09-15 | 1 | -2/+2 |
| * | - Support for relkind = RELKIND_VIEW. | Philip Warner | 2000-09-15 | 5 | -200/+217 |