Commit Graph

7281 Commits (dd4cd55c15886c46378dc27f44f59a6de8c4d45b)

Author SHA1 Message Date
Peter Eisentraut 76d8883c8e When querying a table with child tables, do not check permissions on the 16 years ago
Tom Lane ab61df9e52 Remove regex_flavor GUC, so that regular expressions are always "advanced" 16 years ago
Tom Lane 289e2905c8 Remove add_missing_from GUC and associated parser support for "implicit RTEs". 16 years ago
Peter Eisentraut e1c96527c7 Finalize 8.5alpha2 release notes, with updates from Josh Berkus 16 years ago
Peter Eisentraut 7bd93589c8 Preliminary release notes for 8.5alpha2 16 years ago
Tom Lane b2734a0d79 Support SQL-compliant triggers on columns, ie fire only if certain columns 16 years ago
Peter Eisentraut 207b4da51d Replace unmatched " by " to avoid throwing off syntax highlighters. 16 years ago
Tom Lane 42ec8ad628 Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional 16 years ago
Tom Lane 8d54c2482b Code review for LIKE INCLUDING patch --- clean up some cosmetic and not 16 years ago
Tom Lane 5ec1341136 Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have 16 years ago
Tom Lane 11ca04b4b7 Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. 16 years ago
Andrew Dunstan faa1afc6c1 CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itagaki Takahiro. 16 years ago
Tom Lane 05d249717d Improve similar_escape() in two different ways: 16 years ago
Tom Lane 8a5849b7ff Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. 16 years ago
Peter Eisentraut b865d27582 Use pg_get_triggerdef in pg_dump 16 years ago
Alvaro Herrera 474f825574 Add the new psql command \drds to the psql docs, help and tab completion. 16 years ago
Tom Lane 822b0159cc Update plhandler.sgml to describe validators and inline handlers for 16 years ago
Tom Lane 717fa274d1 Support use of function argument names to identify which actual arguments 16 years ago
Alvaro Herrera 2eda8dfb52 Make it possibly to specify GUC params per user and per database. 16 years ago
Peter Eisentraut 603e72b0be Clean up the clean rules of the documentation 16 years ago
Alvaro Herrera 051168b6ac Really unbreak maintainer-clean. 16 years ago
Alvaro Herrera 1cb4d22e18 Unbreak doc/src/sgml maintainer-clean rule on VPATH builds. 16 years ago
Tom Lane 249724cb01 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust 16 years ago
Bruce Momjian 41f89e3bbc Document the purpose of the GUC listen_addresses. 16 years ago
Tom Lane d691cb9141 Fix erroneous handling of shared dependencies (ie dependencies on roles) 16 years ago
Tom Lane f3aec2c7f5 Support "samehost" and "samenet" specifications in pg_hba.conf, 16 years ago
Tom Lane 172eacba43 Assorted improvements in contrib/hstore. 16 years ago
Peter Eisentraut 1d43e5314e Add tooltips to the header links, and make title a link to the home page 16 years ago
Tom Lane 960d7ff022 Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL 16 years ago
Tom Lane 4985635230 Extend the BKI infrastructure to allow system catalogs to be given 16 years ago
Tom Lane e33eeb249e Improve example for DO, per Petr Jelinek. 16 years ago
Peter Eisentraut c2bb0378cf Unicode escapes in E'...' strings 16 years ago
Tom Lane 9048b73184 Implement the DO statement to support execution of PL code without having 16 years ago
Peter Eisentraut 02faeb4ac8 Surrogate pair support for U& string and identifier syntax 16 years ago
Tom Lane 923413ac6d Define a new, more extensible syntax for COPY options. 16 years ago
Peter Eisentraut f7e508a759 Make the placeholder naming in the synopses of the SQL help more consistent 16 years ago
Tom Lane 726725d4d9 A bit more wordsmithing on the COPY CSV NULL business. 16 years ago
Michael Meskes dacaeff5ae Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level 16 years ago
Peter Eisentraut 20f7f019f9 Easier to translate psql help 16 years ago
Bruce Momjian ef9619609a CSV NULL Documentation 16 years ago
Bruce Momjian 41a40fe4a2 CVS NULL Documentation 16 years ago
Peter Eisentraut c82fdb6984 Print builds don't actually depend on html target (anymore). 16 years ago
Peter Eisentraut 6689ce3e6a Document that autovacuum_max_workers can only be set at server start 16 years ago
Tom Lane 5f1b32ddf8 Improve GRANT reference page's description of object ownership 16 years ago
Tom Lane 8c5463a511 Increase the maximum value of extra_float_digits to 3, and have pg_dump 16 years ago
Peter Eisentraut 680bf3268c Remove claim that this chapter discusses rules and triggers. 16 years ago
Alvaro Herrera 19fd0c2e56 Add note that the logging collector can block backends in high load situations. 16 years ago
Tom Lane eeb6cb143a Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled 16 years ago
Tom Lane a2367f89ff Add a note warning that COPY BINARY is very datatype-specific. 16 years ago
Tom Lane 1608489b2d Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, 16 years ago