Commit Graph

3093 Commits (c7099997ac3770a42cad8df26f11d4d5c385f8a7)

Author SHA1 Message Date
Bruce Momjian c7099997ac Add Brazilian version of FAQ. 22 years ago
Tom Lane 7e64dbc6b5 Support assignment to subfields of composite columns in UPDATE and INSERT. 22 years ago
Bruce Momjian cd8b0fc5f1 Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. 22 years ago
Bruce Momjian 9136613803 Add start/stop times for pg_dump/pg_dumpall when verbose output is used. 22 years ago
Bruce Momjian 613c684a60 Update date. 22 years ago
Tom Lane 982d005d62 Some preliminary documentation for composite-type stuff. 22 years ago
Tom Lane c541bb86e9 Infrastructure for I/O of composite types: arrange for the I/O routines 22 years ago
Bruce Momjian 768916d753 This is a small fix in FAQ. It just clean up some old comments and 22 years ago
Bruce Momjian bf2a115f2f Remove dash in pg_ctl signal name. It broke with getopt_long dash 22 years ago
Bruce Momjian 6870843339 Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 22 years ago
Bruce Momjian 70f5a87ecc Small patch that adds some documentation for the area() function. 22 years ago
Bruce Momjian 36ae5efab1 Improve without cluster wording. 22 years ago
Bruce Momjian 1cdc58722c OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. 22 years ago
Tom Lane 4b2dafcc0b Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion 22 years ago
Bruce Momjian a1bd1d70d6 Update pg_dump -v comments to mention additional comments in dump file. 22 years ago
Bruce Momjian d157b7bbc7 Document new pg_ctl 'kill' command, specificially for Win32. 22 years ago
Tom Lane c792cbcc26 Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by deleted columns. The old method involving UPDATE and VACUUM FULL will be considerably less efficient. 22 years ago
Neil Conway 92b0b080eb Add an index entry for "Performance Tips". Patch from Alvaro Herrera. 22 years ago
Bruce Momjian ffef9b8c50 AIX doc addition: 22 years ago
Bruce Momjian 97d625dd1c *) inet_(client|server)_(addr|port)() and necessary documentation for 22 years ago
Bruce Momjian 8096fe45ce The added aggregates are: 22 years ago
Bruce Momjian 3dc37cd8d6 The patch adresses the TODO list item "Allow external interfaces to 22 years ago
Bruce Momjian cfbfdc557d This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. 22 years ago
Bruce Momjian daac2d2c48 Update Russian FAQ. 22 years ago
Neil Conway 2b3f6ecdf5 Clarify an entry in the 7.4 release notes. 22 years ago
Tom Lane 5fc1046f2f Fix broken markup. 22 years ago
Neil Conway bfa1171c84 Fix a few more minor errors in the 7.4 release notes. 22 years ago
Neil Conway 76e70108e7 Fix typo in an entry in the 7.4 release notes. 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Bruce Momjian d5003e5221 Document &< and &> properly. 22 years ago
Bruce Momjian 24a1fafc8d Clearify CHECK handling of unknown test values. 22 years ago
Bruce Momjian 4c82cb9d40 Trim down relocatable docs, per Peter. 22 years ago
Bruce Momjian dcf459e662 Add some documentation on relocatable installs. 22 years ago
Bruce Momjian e30efa0da1 Update Russian FAQ. 22 years ago
Bruce Momjian d14db1321b Add documentation that installations are relocatable unless configure 22 years ago
Bruce Momjian 2657c24b6d Reformat sgml doc paragraph. 22 years ago
Neil Conway 8295c27c89 Add documentation for the new "dollar quoting" feature, and update existing 22 years ago
Neil Conway 2871f60f23 Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE 22 years ago
Bruce Momjian 335cf9ae7f Restore one mention of logrotate, per Peter. 22 years ago
Neil Conway 0079547bcb Implement the width_bucket() function, per SQL2003. This commit only adds 22 years ago
Bruce Momjian 19a495caaa Properly document rotatelogs, and add mention of it to pg_ctl manual page. 22 years ago
Neil Conway 0cb27df5c6 Improve documentation for SQLSTATE error codes, per recent thread on 22 years ago
Tom Lane 2f63232d30 Promote row expressions to full-fledged citizens of the expression syntax, 22 years ago
Neil Conway 9a939886ac Fix typo. 22 years ago
Bruce Momjian 1fe11fad54 Fix typo. 22 years ago
Bruce Momjian 22a2c4b576 Erase MD5 user passwords when a user is renamed because the username is 22 years ago
Bruce Momjian d8f6973df3 Update todo/faq timestamps 22 years ago
Neil Conway 3b8151a5ee Fix a typo in the documentation. 22 years ago
Tom Lane 077db40fa1 ALTER TABLE rewrite. New cool stuff: 22 years ago
Neil Conway 4ef8b2f901 Fix obscure typo in 7.4.0 release notes. 22 years ago