Commit Graph

9286 Commits (e527d5010b3c78df67b38a9eb838cda7d8cf1c6d)

Author SHA1 Message Date
Tom Lane 0c61cff57a Make pg_stat_activity.application_name visible to all users, rather than 16 years ago
Tom Lane 42b2907d12 Add support for anonymous code blocks (DO blocks) to PL/Perl. 16 years ago
Tom Lane 8217cfbd99 Add support for an application_name parameter, which is displayed in 16 years ago
Bruce Momjian cb98f61538 fsync test tools 16 years ago
Bruce Momjian fe83b975b2 Document ath vacuumdb --analyze does analyze _also_, not in place of 16 years ago
Tom Lane f0edaecd48 Fix missing end tag, per Jeff Davis. 16 years ago
Tom Lane da29cc8022 Simplify psql's new linestyle behavior to default to linestyle=ascii all 16 years ago
Peter Eisentraut f6a79c5901 Fix syntax in extract() examples 16 years ago
Peter Eisentraut 6e3117c3c9 Add PG_MODULE_MAGIC and some missing include files to examples 16 years ago
Tom Lane c194ff20d2 Assorted wordsmithing on the documentation of \pset --- try to make it 16 years ago
Tom Lane 1753337cf5 Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
Tom Lane 7fc0f06221 Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be 16 years ago
Tom Lane c742b795dd Add a hook to CREATE/ALTER ROLE to allow an external module to check the 16 years ago
Tom Lane 5e66a51c2e Provide a parenthesized-options syntax for VACUUM, analogous to that recently 16 years ago
Tom Lane 6317609986 Add control knobs for plpgsql's variable resolution behavior, and make the 16 years ago
Alvaro Herrera af054db6ef Document the previous FETCH and MOVE changes. 16 years ago
Bruce Momjian b538b72eeb DIAGNOSTICS/FOUND wording 16 years ago
Bruce Momjian 6ac697f180 PL/pgSQL FOUND 16 years ago
Tom Lane 593f4b854a Don't treat NEW and OLD as reserved words anymore. For the purposes of rules 16 years ago
Tom Lane c29ae527e9 Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional 16 years ago
Tom Lane 9bedd128d6 Add support for invoking parser callback hooks via SPI and in cached plans. 16 years ago
Tom Lane 46e3a16b05 When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node 16 years ago
Tom Lane 61e5328208 Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; 16 years ago
Alvaro Herrera b091b9769a Fix documentation on the toast.fillfactor reloption: it doesn't exist. 16 years ago
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