summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2010-05-13Update release notes with security issues.Tom Lane
2010-05-13Use an entity instead of non-ASCII letter. Thom BrownTom Lane
2010-05-13Use "TOAST table" in place of the vague, not-used-elsewhere phraseTom Lane
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-05-13Fix some spelling errors.Magnus Hagander
2010-05-12Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane
2010-05-05Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.Heikki Linnakangas
2010-04-18Provide better guidance for adjusting shared_buffers.Robert Haas
2010-04-15IP port -> TCP portPeter Eisentraut
2010-03-18Fix missing parentheses for current_query(), per bug #5378.Tom Lane
2010-03-17Typo fixes.Magnus Hagander
2010-03-17Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt.Tom Lane
2010-03-11Improve PL/Perl documentation of database access functions. (Backpatch to 8.4Alvaro Herrera
2010-03-10Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,Tom Lane
2010-03-08Add missing space in example.Magnus Hagander
2010-02-25Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander
2010-02-24Remove stray semicolon, per report from strkAlvaro Herrera
2010-02-19Remove incorrect statement that PostgreSQL 8.4 has no default parameters.Robert Haas
2010-02-14Ooops, let's get the non-null vs null bit right ...Tom Lane
2010-02-14Document the behavior of STRICT VARIADIC functions.Tom Lane
2010-02-05Properly document that OVER and WINDOW are Postgres reserved words.Bruce Momjian
2010-01-16Fix spelling error, noticed by Thomas ShinnickMagnus Hagander
2010-01-10Update Windows installation notes.Magnus Hagander
2009-12-23Always pass catalog id to the options validator function specified inHeikki Linnakangas
2009-12-10Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23,Tom Lane
2009-12-09Update size references in installation instructions to be a bitMagnus Hagander
2009-12-08Fix a couple of broken links to third-party sites.Magnus Hagander
2009-12-08Replace broken link to custom local gettext package with one to the mainMagnus Hagander
2009-12-07Update CVS documentation to be more current and add documentation aboutMagnus Hagander
2009-11-24Fix syntax in extract() examplesPeter Eisentraut
2009-10-27Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane
2009-10-27Fix documentation on the toast.fillfactor reloption: it doesn't exist.Alvaro Herrera
2009-10-02Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane
2009-09-18A bit more wordsmithing on the COPY CSV NULL business.Tom Lane
2009-09-17CSV NULL DocumentationBruce Momjian
2009-09-17CVS NULL DocumentationBruce Momjian
2009-09-03Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22,Tom Lane
2009-09-03Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane
2009-08-27Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane
2009-08-27Fix broken markupAlvaro Herrera
2009-08-27Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1.Bruce Momjian
2009-08-24Try to make silent_mode behave somewhat reasonably.Tom Lane
2009-08-16Fix imprecise documentation of random(): it never returns 1.0.Tom Lane
2009-08-15Remove tab in SGML.Bruce Momjian
2009-08-10Fix URL to "The Hitch-Hiker's Guide to Evolutionary Computation".Alvaro Herrera
2009-08-10Fix number of columns declared for pg_user_mappings description table.Alvaro Herrera
2009-08-10Re-add documentation for --no-readline option of psql, mistakenly removed a d...Andrew Dunstan
2009-08-07Document that autovacuum may run ANALYZEAlvaro Herrera
2009-07-24Document \dg+ and \du+Peter Eisentraut