summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2014-02-17Document security implications of check_function_bodies.Noah Misch
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2014-02-17Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.Tom Lane
2014-02-14Update regression testing instructions.Tom Lane
2014-02-14Suggest shell here-documents instead of psql -c for multiple commands.Tom Lane
2014-02-13Improve cross-references between minor version release notes.Tom Lane
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2014-01-15Improve FILES section of psql reference page.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-12Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane
2013-12-02Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19.Tom Lane
2013-11-28doc: Put data types in alphabetical orderPeter Eisentraut
2013-11-27Documentation fix for ecpg.Michael Meskes
2013-11-27Fix typo in release note.Fujii Masao
2013-11-13Clarify CREATE FUNCTION documentation about handling of typmods.Tom Lane
2013-11-06Support default arguments and named-argument notation for window functions.Tom Lane
2013-11-06Improve the error message given for modifying a window with frame clause.Tom Lane
2013-10-21doc: Remove i18ngurus.com linkPeter Eisentraut
2013-10-15docs: correct 9.1 and 9.2 release note mention of timeline switch fixBruce Momjian
2013-10-09doc: fix typo in release notesBruce Momjian
2013-10-08Revert "Document support for VPATH builds of extensions."Peter Eisentraut
2013-10-08docs: update release notes for 8.4.18, 9.0.14, 9.1.10, 9.2.5, 9.3.1Bruce Momjian
2013-10-07Document support for VPATH builds of extensions.Andrew Dunstan
2013-10-03doc: Correct psycopg URLPeter Eisentraut
2013-09-05Improve Range Types and Exclusion Constraints example.Jeff Davis
2013-09-03Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane
2013-09-02Fix relfrozenxid query in docs to include TOAST tables.Andrew Dunstan
2013-07-31Fix inaccurate description of tablespace.Fujii Masao
2013-07-19doc: Fix typos in conversion names.Robert Haas
2013-07-17Use correct parameter name for view_option_valueStephen Frost
2013-07-12Fixed incorrect description of EXEC SQL VAR command.Michael Meskes
2013-07-11pg_upgrade: document possible pg_hba.conf optionsBruce Momjian
2013-07-05Remove stray | characterMagnus Hagander
2013-07-03pg_buffercache: document column meaningsBruce Momjian
2013-07-02Mention extra_float_digits in floating point docsAlvaro Herrera
2013-06-27Tweak wording in sequence-function docs to avoid PDF build failures.Tom Lane
2013-06-27Document effect of constant folding on CASE.Noah Misch
2013-06-20Further update CREATE FUNCTION documentation about argument namesPeter Eisentraut
2013-06-18Fix docs on lock level for ALTER TABLE VALIDATESimon Riggs
2013-06-12Improve description of loread/lowrite.Robert Haas
2013-06-11Add description that loread()/lowrite() are corresponding toTatsuo Ishii
2013-06-09Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.Tom Lane
2013-06-07Correct the documentation of pg_rewrite.ev_attr.Kevin Grittner
2013-06-07Minor docs wordsmithing.Tom Lane
2013-06-06pg_upgrade: document that --link should be used with --checkBruce Momjian
2013-06-05doc: Add IDs to link targets used by phpPgAdminPeter Eisentraut
2013-05-29Document auto_explain.log_timing.Robert Haas
2013-05-27Documentation fix for ALTER TYPE .. RENAMEStephen Frost
2013-05-11Update CREATE FUNCTION documentation about argument names.Tom Lane