summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-07-18Remove claim that the project is not represented in the SQL working groupPeter Eisentraut
2011-07-18Note that information_schema.sql_languages was removed in SQL:2008Peter Eisentraut
2011-07-18Add pg_opfamily_is_visible.Robert Haas
2011-07-17Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane
2011-07-16Add an errdetail_internal() ereport auxiliary routine.Tom Lane
2011-07-15Set information_schema.tables.commit_action to nullPeter Eisentraut
2011-07-15Doc clarification for pg_locks columns.Bruce Momjian
2011-07-14In docs, start window function sentence with "The asterisk (*)" ratherBruce Momjian
2011-07-14Fix broken markupAlvaro Herrera
2011-07-14Set information_schema.routines.is_udt_dependent to NOPeter Eisentraut
2011-07-14Small update on suggested startup file locationsPeter Eisentraut
2011-07-13Implement information schema interval_type columnsPeter Eisentraut
2011-07-13Use clearer woring for pg_locks columns, identifying which items areBruce Momjian
2011-07-11Fix and clarify information schema interval_precision fieldsPeter Eisentraut
2011-07-11Improve wording of documentation on default privileges.Andrew Dunstan
2011-07-08Add item about Clang support to 9.1 release notesPeter Eisentraut
2011-07-08Message style improvementsPeter Eisentraut
2011-07-07Update examples for string-related functions.Tom Lane
2011-07-07Update 9.1 release notes to reflect commits through today.Tom Lane
2011-07-07Reclassify replication-related GUC variables as "master" and "standby".Tom Lane
2011-07-07Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane
2011-07-06Add \ir command to psql.Robert Haas
2011-07-05Restructure foreign data wrapper chapter so it has more than one section.Tom Lane
2011-07-05Improve documentation about foreign data wrapper validator functions.Tom Lane
2011-07-05Fix typo in sslmode documentationMagnus Hagander
2011-07-04Small documentation tweaksPeter Eisentraut
2011-07-04Set user_defined_types.data_type to nullPeter Eisentraut
2011-07-04Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.Heikki Linnakangas
2011-07-04Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas
2011-07-04Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.Simon Riggs
2011-07-04Fix omissions in documentation of the pg_roles view.Tom Lane
2011-07-01In the pg_upgrade docs, move 50432 port mention to the place where weBruce Momjian
2011-07-01Change pg_upgrade to use port 50432 by default to avoid unintendedBruce Momjian
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-28Implement the collation columns of various information schema viewsPeter Eisentraut
2011-06-28Add composite-type attributes to information_schema.element_types viewPeter Eisentraut
2011-06-27Mention that SSPI authentication can use GSSAPI on non-Windows systems.Robert Haas
2011-06-24Documentation improvements for pg_locks with respect to SSI.Robert Haas
2011-06-23In pg_upgrade docs, clarify that link mode uses "hard" links.Bruce Momjian
2011-06-23Add information schema views role_udt_grants, udt_privileges, user_defined_typesPeter Eisentraut
2011-06-23Add a bit of markupPeter Eisentraut
2011-06-22Add smallserial pseudotype.Robert Haas
2011-06-22Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.Robert Haas
2011-06-22Add notion of a "transform function" that can simplify function calls.Robert Haas
2011-06-22Performance tuning advice for SSI.Robert Haas
2011-06-20Fix missed use of "cp -i" in an example, per Fujii Masao.Tom Lane
2011-06-19Produce HISTORY file consistently as ASCIIPeter Eisentraut