| Commit message (Expand) | Author | Age |
* | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart | 2002-08-04 |
* | This trivial patch fixes a small memory leak in pg_dump. | Bruce Momjian | 2002-08-04 |
* | This patch fixes a "multi-line string literal" warning encountered | Bruce Momjian | 2002-08-04 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | Teach pg_dump to dump user-defined operator classes. For the moment, | Tom Lane | 2002-07-30 |
* | Added support for schemas and quotes in tab-complete.c, as well as | Bruce Momjian | 2002-07-30 |
* | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 |
* | Assemble portability modules into libpgport library. | Peter Eisentraut | 2002-07-27 |
* | Remove extra comma. | Peter Eisentraut | 2002-07-25 |
* | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 |
* | I can't remember who said they were working on schema related psql | Bruce Momjian | 2002-07-20 |
* | Another "$@" cleanup with new syntax, ${1+"$@"}. | Bruce Momjian | 2002-07-19 |
* | Fix "$@" to ${1:+"$@"} for older shells. | Bruce Momjian | 2002-07-19 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 |
* | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane | 2002-07-18 |
* | Unique and primary key constraints are both dumped using ALTER TABLE | Bruce Momjian | 2002-07-18 |
* | The attached patch fixes a tiny memory leak in psql, when using | Bruce Momjian | 2002-07-18 |
* | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 |
* | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii | 2002-07-18 |
* | Add initdb code to set up initial contents of pg_depend, pinning all | Tom Lane | 2002-07-16 |
* | Remove utils/getopt.c file, not needed, it only allowed "--flag" | Bruce Momjian | 2002-07-15 |
* | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian | 2002-07-15 |
* | Fix \? and \pset pager handling. \? wasn't honoring pager before. | Bruce Momjian | 2002-07-15 |
* | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian | 2002-07-13 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Fix getopt flags. Man thing thing was messed up. | Bruce Momjian | 2002-07-11 |
* | Fix another --help typo in pg_restore. | Bruce Momjian | 2002-07-11 |
* | Add comments about sharing. | Bruce Momjian | 2002-07-06 |
* | Move simple_prompt() into its own file to be shared with psql and pg_dump. | Bruce Momjian | 2002-07-06 |
* | More clearly document in pg_dump when we are dealing with an object name | Bruce Momjian | 2002-07-04 |
* | Document function args are required for pg_restore -P. | Bruce Momjian | 2002-07-04 |
* | Add missing pgaccess copyright file, same as ours. | Bruce Momjian | 2002-07-03 |
* | Fix some more boundary-case errors in psql variable substitution: | Tom Lane | 2002-07-03 |
* | Update to pgaccess 0.91. | Bruce Momjian | 2002-07-02 |
* | The attached patch fixes 2 memory leaks in pg_dump, as well as corrects | Bruce Momjian | 2002-07-02 |
* | The attached patch fixes a minor memory leak in psql. | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 |
* | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian | 2002-06-16 |
* | Fix for TAB completion using GRANT DELETE in psql. | Bruce Momjian | 2002-06-15 |
* | Noted with versions 7.0.3, 7.1.3, and 7.2.1: | Bruce Momjian | 2002-06-15 |
* | Back out SSL changes. Newer patch available. | Bruce Momjian | 2002-06-14 |
* | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian | 2002-06-14 |
* | Suppress 'owner of datatype appears to be invalid' warning message for | Tom Lane | 2002-06-13 |
* | Allow createdb to create comments in current db, not template1. | Bruce Momjian | 2002-06-11 |
* | Another place that needs schema qualification. | Tom Lane | 2002-05-29 |
* | Fix some more not-schema-aware queries in pg_dump. Also fix some places | Tom Lane | 2002-05-29 |
* | Rework pg_dump namespace search criteria so that dumping of user objects | Tom Lane | 2002-05-28 |
* | Change PL/Tcl build to use configured compiler and Makefile.shlib | Peter Eisentraut | 2002-05-24 |