summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2011-09-16Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.Tom Lane
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-14In the manual section on primary_conninfo, recommend using a role withHeikki Linnakangas
2011-09-10Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITYBruce Momjian
2011-09-10Document that only user-defined columns are expanded by SELECT *.Bruce Momjian
2011-09-10Remove unnecessary MATCH FULL specification in example.Bruce Momjian
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-08Fix typo and reword the sentence.Heikki Linnakangas
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas
2011-09-08One last round of copy-editing for the 9.1 release notes.Tom Lane
2011-09-07In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian
2011-09-07Fix to_date() and to_timestamp() to handle year masks of length < 4 soBruce Momjian
2011-09-07Revert documentation patch about NEW/OLD and triggers.Bruce Momjian
2011-09-07Properly document the existance of OLD/NEW trigger pl/pgsql triggerBruce Momjian
2011-09-06Fix spelling mistake in pgpass documentation change.Bruce Momjian
2011-09-06Add documentation suggestion about adding a comment to the top ofBruce Momjian
2011-09-06Fix plpgsql "PERFORM" markup.Bruce Momjian
2011-09-06Document PERFORM limitation when using WITH queries.Bruce Momjian
2011-09-06Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION.Tom Lane
2011-09-06Update type-conversion documentation for long-ago changes.Tom Lane
2011-09-06Properly document semphore requirements by accounting for workerBruce Momjian
2011-09-06Add documentation link to strftime supported options.Bruce Momjian
2011-09-05Add mention that UTC really means UT1.Bruce Momjian
2011-09-05Document that contrib/pgtrgm only processes ASCII alphanumericBruce Momjian
2011-09-01Userspace access vector cache for contrib/sepgsql.Robert Haas
2011-08-31The replication status values in pg_stat_replication was changed toHeikki Linnakangas
2011-08-30Some markup cleanup to deconfuse the find_gt_lt toolPeter Eisentraut
2011-08-30Repair brain fade in previous commit, per Josh Kupershmidt.Robert Haas
2011-08-30Add --if-exists option to dropdb and dropuser.Robert Haas
2011-08-27Document minimum required version of DocBook XSL stylesheetsPeter Eisentraut
2011-08-27Implement the information schema with_hierarchy columnPeter Eisentraut
2011-08-27Spelling improvementPeter Eisentraut
2011-08-26Clean up weird corner cases in lexing of psql meta-command arguments.Tom Lane
2011-08-26Support non-ASCII letters in psql variable names.Tom Lane
2011-08-25Adjust CREATE DOMAIN example for standard_conforming_strings=on.Robert Haas
2011-08-24Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane
2011-08-23Add recovery.conf to the index in the user manual.Heikki Linnakangas
2011-08-18Update 9.1 release notes to reflect commits through today.Tom Lane
2011-08-17Adjust wording now that estimated size can increaseMagnus Hagander
2011-08-17MacOS -> Mac OSPeter Eisentraut
2011-08-14Fix typoPeter Eisentraut
2011-08-11Add major features list and introductory text for 9.1 release notes.Bruce Momjian
2011-08-11Display both per-table and per-column FDW options in psql's \d output.Robert Haas
2011-08-11Change psql's \dd command to do something more useful.Robert Haas
2011-08-10Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane
2011-08-08Teach psql to display the comments on SQL/MED objects in verbose mode.Robert Haas
2011-08-08Teach psql to display the comments on conversions and domains.Robert Haas
2011-08-08Teach vacuumlo to limit number of removals, via new -l option.Robert Haas
2011-08-07Add "Compatibility" section to ALTER EXTENSION reference pagePeter Eisentraut