summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2012-03-20Update struct Trigger in docsAlvaro Herrera
2012-03-11Add description for --no-locale and --text-search-config.Tatsuo Ishii
2012-03-05Improve documentation around logging_collector and use of stderr.Tom Lane
2012-02-23Last-minute release note updates.Tom Lane
2012-02-23Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane
2012-02-22Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18.Tom Lane
2012-01-27Fix wording, per Peter GeogheganMagnus Hagander
2011-12-16Fix reference to "verify-ca" and "verify-full" in a note in the docs.Heikki Linnakangas
2011-12-02Add some weasel wording about threaded usage of PGresults.Tom Lane
2011-12-01Update information about configuring SysV IPC parameters on NetBSD.Tom Lane
2011-12-01Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane
2011-11-28Remove erroneous claim about use of pg_locks.objid for advisory locks.Tom Lane
2011-11-10Correct documentation for trace_userlocks.Robert Haas
2011-11-04Fix archive_command examplePeter Eisentraut
2011-11-01Document that multiple LDAP servers can be specifiedMagnus Hagander
2011-10-12Improve documentation of psql's \q command.Tom Lane
2011-09-24Note that sslmode=require verifies the CA if root cert is presentMagnus Hagander
2011-09-22Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.Tom Lane
2011-09-06Update type-conversion documentation for long-ago changes.Tom Lane
2011-07-05Fix typo in sslmode documentationMagnus Hagander
2011-07-04Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.Heikki Linnakangas
2011-06-20Fix missed use of "cp -i" in an example, per Fujii Masao.Tom Lane
2011-06-17Don't use "cp -i" in the example WAL archive_command.Tom Lane
2011-06-09Support silent mode for service registrations on win32Magnus Hagander
2011-06-09Fix documentation of information_schema.element_typesPeter Eisentraut
2011-06-04ECPG documentation fixesPeter Eisentraut
2011-05-31Protect GIST logic that assumes penalty values can't be negative.Tom Lane
2011-04-28The arguments to pg_ctl kill are not optional - remove brackets in the docs.Heikki Linnakangas
2011-04-14Update release notes for releases 9.0.4, 8.4.8, 8.3.15, and 8.2.21.Tom Lane
2011-03-28Correct "characters" to "bytes" in createdb docs.Robert Haas
2011-03-23Improve user-defined-aggregates documentation.Tom Lane
2011-03-23Fix ancient typo in user-defined-aggregates documentation.Tom Lane
2011-02-03Fix typo.Magnus Hagander
2011-01-27Update release notes.Tom Lane
2011-01-27Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20.Tom Lane
2011-01-20Document that WITH queries are also called Common Table Expressions.Robert Haas
2010-12-18Document unavailable parameters in some configurationsMagnus Hagander
2010-12-14Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.Tom Lane
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-10-19Add mention of using tools/fsync to test fsync methods. RestructureBruce Momjian
2010-10-14Add pg_user_mappings to the table of system views.Robert Haas
2010-10-14Complete the documentation of the USAGE privilege for foreign serversPeter Eisentraut
2010-10-08Warn that views can be safely used to hide columns, but not rows.Robert Haas
2010-10-07Improve WAL reliability documentation, and add more cross-references to it.Robert Haas
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-30Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22,Tom Lane
2010-09-23Do some copy-editing on the Git usage docs.Tom Lane
2010-09-22Fix documentation gitignore for pre-9.0 doc build methods.Tom Lane
2010-09-22Remove anonymous cvs instructions, and replace them with instructionsMagnus Hagander
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander