Commit Graph

2898 Commits (e2286240112bcdff23fc9020e6191af1dbd5ffc8)

Author SHA1 Message Date
Bruce Momjian 6715642000 Update pg_restore --help text to match the SGML documentation. 17 years ago
Tom Lane b0a6ad70a1 Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows 17 years ago
Peter Eisentraut 26af72b46b Allow out-of-tree builds on mingw and cygwin 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane eb273743ed Fix another problem in SQL-MED \d displays: should have a clean failure 17 years ago
Tom Lane 6672daace1 Consistently use multi-line formatting for all ACL columns printed by psql's 17 years ago
Tom Lane 26ce4e85a1 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Alvaro Herrera 1eec10a2de Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's 17 years ago
Tom Lane 517ae4039e Code review for function default parameters patch. Fix numerous problems as 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Peter Eisentraut b2971e2048 Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. 17 years ago
Peter Eisentraut 455dffbb73 Default values for function arguments 17 years ago
Tom Lane 739259d62e Adjust the behavior of the PQExpBuffer code to make it have well-defined 17 years ago
Peter Eisentraut a378555501 CLUSTER VERBOSE and corresponding clusterdb --verbose option 17 years ago
Magnus Hagander 822f26069e Fix a few more format argument warnings. 17 years ago
Peter Eisentraut b09a1a2942 TABLE command 17 years ago
Peter Eisentraut 8b4da40487 Change this script to Perl 5 style. Add support for multiple refnames. 17 years ago
Tom Lane 5c9c08d250 One more hack to see if we can get the cygwin machines building again. 17 years ago
Tom Lane 81e11f2d05 Actually, instead of whining about how type internal might not safely store 17 years ago
Magnus Hagander ccc9073f26 Make psql report "SSL connection (unknown cipher)" when libpq has set 17 years ago
Tom Lane a4917bef0e Add support for input and output of interval values formatted per ISO 8601; 17 years ago
Alvaro Herrera 6462e7b81c Add a --locale switch to createdb, to ease the creation of databases with 17 years ago
Tom Lane e4718f2c9e Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint 17 years ago
Tom Lane df7641e25a Add a new GUC variable called "IntervalStyle" that decouples interval output 17 years ago
Tom Lane 6517f377d6 Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least 17 years ago
Tom Lane cdc197cf31 Improve psql's \dC command to take a pattern parameter. Casts are shown 17 years ago
Tom Lane 13fc2e4df8 Fix two error-recovery bugs in describeOneTableDetails(), and make the code 17 years ago
Heikki Linnakangas 092bc49653 Add support for user-defined I/O conversion casts. 17 years ago
Peter Eisentraut 34e37d58ed Message improvement 17 years ago
Peter Eisentraut 06735e3256 Unicode escapes in strings and identifiers 17 years ago
Tom Lane 44d5be0e53 Implement SQL-standard WITH clauses, including WITH RECURSIVE. 18 years ago
Tom Lane d1af2694e5 Fix misspelled comment 18 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 18 years ago
Heikki Linnakangas 83c3121403 Fix pg_dump bug in the database-level collation patch. "datcollate" and 18 years ago
Magnus Hagander 660ad48d3b Silence compiler warning caused by recent collation patch. 18 years ago
Magnus Hagander 607b7166d8 Make sure pg_control is opened in binary mode, to deal 18 years ago
Heikki Linnakangas c2d4526495 Tighten the check in initdb and CREATE DATABASE that the chosen encoding 18 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 18 years ago
Peter Eisentraut b850cf61bd Avoid compiler warning about variable used before assigned. 18 years ago
Tom Lane bc01b45ab9 Make pg_dump --data-only try to order the table dumps so that foreign keys' 18 years ago
Tom Lane a0b76dc662 Create a separate grantable privilege for TRUNCATE, rather than having it be 18 years ago
Tom Lane 409c144d83 Adjust psql's new \ef command to present an empty CREATE FUNCTION template 18 years ago
Tom Lane 2c863ca818 Implement a psql command "\ef" to edit the definition of a function. 18 years ago
Bruce Momjian 2cdcf459ba Add comment about why pg_dump doesn't dump the public schema comment. 18 years ago
Alvaro Herrera 7ad60b49dc Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. 18 years ago
Alvaro Herrera c67f037f4f Document that \t and \x are now settable. 18 years ago
Tom Lane 7ee27d49df Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec 18 years ago
Tom Lane 63c3b9903b Fix a couple of places where psql might fail to report a suitable error 18 years ago
Bruce Momjian 21cf022fa9 Fix version warning bug in recently applied adjustments to psql startup. 18 years ago