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