| Commit message (Expand) | Author | Age |
* | Add documentation for new \d*S* patch, and clean up some of the docs. | Bruce Momjian | 2009-01-06 |
* | This makes all the \dX commands (most importantly to most: \df) work | Bruce Momjian | 2009-01-06 |
* | Make pg_dump and pg_dumpall --clean options match the SGML docs, for consiste... | Bruce Momjian | 2009-01-06 |
* | Update pg_restore --help text to match the SGML documentation. | Bruce Momjian | 2009-01-06 |
* | Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows | Tom Lane | 2009-01-05 |
* | Allow out-of-tree builds on mingw and cygwin | Peter Eisentraut | 2009-01-05 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Fix another problem in SQL-MED \d displays: should have a clean failure | Tom Lane | 2008-12-31 |
* | Consistently use multi-line formatting for all ACL columns printed by psql's | Tom Lane | 2008-12-31 |
* | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's | Alvaro Herrera | 2008-12-19 |
* | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 |
* | Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. | Peter Eisentraut | 2008-12-07 |
* | Default values for function arguments | Peter Eisentraut | 2008-12-04 |
* | Adjust the behavior of the PQExpBuffer code to make it have well-defined | Tom Lane | 2008-11-26 |
* | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut | 2008-11-24 |
* | Fix a few more format argument warnings. | Magnus Hagander | 2008-11-21 |
* | TABLE command | Peter Eisentraut | 2008-11-20 |
* | Change this script to Perl 5 style. Add support for multiple refnames. | Peter Eisentraut | 2008-11-19 |
* | One more hack to see if we can get the cygwin machines building again. | Tom Lane | 2008-11-14 |
* | Actually, instead of whining about how type internal might not safely store | Tom Lane | 2008-11-14 |
* | Make psql report "SSL connection (unknown cipher)" when libpq has set | Magnus Hagander | 2008-11-11 |
* | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 |
* | Add a --locale switch to createdb, to ease the creation of databases with | Alvaro Herrera | 2008-11-10 |
* | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 |
* | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 |
* | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 |
* | Improve psql's \dC command to take a pattern parameter. Casts are shown | Tom Lane | 2008-11-06 |
* | Fix two error-recovery bugs in describeOneTableDetails(), and make the code | Tom Lane | 2008-11-03 |
* | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 |
* | Message improvement | Peter Eisentraut | 2008-10-31 |
* | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Fix misspelled comment | Tom Lane | 2008-09-30 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Fix pg_dump bug in the database-level collation patch. "datcollate" and | Heikki Linnakangas | 2008-09-24 |
* | Silence compiler warning caused by recent collation patch. | Magnus Hagander | 2008-09-24 |
* | Make sure pg_control is opened in binary mode, to deal | Magnus Hagander | 2008-09-24 |
* | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas | 2008-09-23 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Avoid compiler warning about variable used before assigned. | Peter Eisentraut | 2008-09-15 |
* | Make pg_dump --data-only try to order the table dumps so that foreign keys' | Tom Lane | 2008-09-08 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Adjust psql's new \ef command to present an empty CREATE FUNCTION template | Tom Lane | 2008-09-06 |
* | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane | 2008-09-06 |
* | Add comment about why pg_dump doesn't dump the public schema comment. | Bruce Momjian | 2008-09-05 |
* | Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. | Alvaro Herrera | 2008-08-29 |
* | Document that \t and \x are now settable. | Alvaro Herrera | 2008-08-29 |