| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing 'static' keyword to suppress compiler complaints. | Tom Lane | 2002-04-29 | 1 | -2/+2 |
* | Remove unnecessary/obsolete regproctooid() references. | Tom Lane | 2002-04-29 | 1 | -3/+3 |
* | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 1 | -1/+4 |
* | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 1 | -2/+2 |
* | Remove references to NAMEDATALEN and INDEX_MAX_KEYS from pg_dump. Handles | Peter Eisentraut | 2002-04-24 | 2 | -15/+26 |
* | Remove reference to BLCKSZ. | Peter Eisentraut | 2002-04-24 | 1 | -2/+2 |
* | Don't dump core on empty table. | Tom Lane | 2002-04-24 | 1 | -2/+3 |
* | Remove compile warnings for lo dump by casting to char *. | Bruce Momjian | 2002-04-24 | 1 | -4/+4 |
* | Missed one NAMEDATALEN. | Peter Eisentraut | 2002-04-24 | 1 | -8/+18 |
* | Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers | Peter Eisentraut | 2002-04-24 | 3 | -293/+292 |
* | The attached patch cleans up some code in pg_dump. It cuts some | Bruce Momjian | 2002-04-24 | 3 | -24/+18 |
* | Update patch for DEFAULT on Views. | Bruce Momjian | 2002-04-24 | 1 | -4/+6 |
* | Doc fix for INSERT ... (DEFAULT, ...) | Bruce Momjian | 2002-04-24 | 1 | -1/+15 |
* | Speed improvement for large object restore. | Bruce Momjian | 2002-04-24 | 6 | -14/+64 |
* | Make pg_dump independent of FUNC_MAX_ARGS. | Peter Eisentraut | 2002-04-21 | 2 | -12/+11 |
* | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 | 1 | -3/+3 |
* | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane | 2002-04-19 | 3 | -13/+11 |
* | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 2 | -33/+65 |
* | Adjust rules for search_path so that pg_catalog is never implicitly | Tom Lane | 2002-04-15 | 1 | -2/+2 |
* | Rod's patch does what it is supposed to do, but it also includes | Bruce Momjian | 2002-04-13 | 1 | -31/+1 |
* | Allow prompting of create/drop user to handle spaces. | Bruce Momjian | 2002-04-12 | 2 | -4/+20 |
* | Allow dropdb and others to use identifiers with spaces; IFS cleanup for | Bruce Momjian | 2002-04-12 | 8 | -42/+46 |
* | Cleanup in use of IFS. | Bruce Momjian | 2002-04-11 | 1 | -9/+9 |
* | Make sure leading/trailing/multiple consecutive space/tab in db/user/group | Bruce Momjian | 2002-04-11 | 1 | -6/+22 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 4 | -23/+54 |
* | Fix pg_upgrade to handle dbnames, user/group names with spaces. | Bruce Momjian | 2002-04-11 | 1 | -15/+21 |
* | Fix problem with invalid database name assignment in while loop. | Bruce Momjian | 2002-04-11 | 1 | -11/+14 |
* | Readline and Zlib now required by default. Add options --without-readline | Peter Eisentraut | 2002-04-10 | 3 | -38/+21 |
* | I was tinkering with creating rules on views (so, for instance, one could | Bruce Momjian | 2002-04-05 | 1 | -5/+44 |
* | Adds domain dumping support to pg_dump. | Bruce Momjian | 2002-04-05 | 2 | -4/+131 |
* | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 | 2 | -13/+39 |
* | This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create new | Bruce Momjian | 2002-04-04 | 1 | -2/+3 |
* | Authentication improvements: | Bruce Momjian | 2002-04-04 | 4 | -454/+12 |
* | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 | 1 | -3/+100 |
* | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 | 1 | -1/+2 |
* | Upgrade to Autoconf version 2.53. Replaced many custom macro | Peter Eisentraut | 2002-03-29 | 1 | -4/+3 |
* | Reset parenthesis level counter upon \r. | Peter Eisentraut | 2002-03-27 | 4 | -12/+19 |
* | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane | 2002-03-24 | 1 | -1/+2 |
* | Fix pg_dump help option alignment. | Bruce Momjian | 2002-03-21 | 1 | -62/+61 |
* | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -2/+2 |
* | psql \? cleanups by Ian Barwick | Bruce Momjian | 2002-03-19 | 1 | -30/+33 |
* | Add psql \dD listing of domains, from Jonathan Eisler. | Bruce Momjian | 2002-03-19 | 4 | -4/+60 |
* | More pgsql \? cleanup for Peter E. | Bruce Momjian | 2002-03-11 | 1 | -4/+4 |
* | Correct optional args in psql \? as pointed out by Ian Barwick. | Bruce Momjian | 2002-03-11 | 1 | -16/+16 |
* | Add FULL in VACUUM psql completion. | Bruce Momjian | 2002-03-07 | 1 | -4/+3 |
* | Back out psql domain improvements until domain is applied. | Bruce Momjian | 2002-03-07 | 4 | -60/+4 |
* | Also an small change to the tab-complete feature of psql which allows to | Bruce Momjian | 2002-03-07 | 1 | -2/+2 |
* | Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasons | Bruce Momjian | 2002-03-06 | 1 | -42/+13 |
* | Here is a diff of changes to the psql source code implementing a simple | Bruce Momjian | 2002-03-06 | 4 | -4/+60 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 | 2 | -10/+7 |