summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-12-15Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane
2009-12-15Support ORDER BY within aggregate function calls, at long last providing aTom Lane
2009-12-15Fix broken markup.Tom Lane
2009-12-15Add \shell and \setshell meta commands to pgbench.Itagaki Takahiro
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-12-12Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander
2009-12-11Add large object access control.Itagaki Takahiro
2009-12-11Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan
2009-12-10PL/Python array supportPeter Eisentraut
2009-12-10Add init[db] option to pg_ctlPeter Eisentraut
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-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-12-05Information schema documentationPeter Eisentraut
2009-12-02Clarify what's supposed to happen when a cursor FETCH is rolled backTom Lane
2009-12-02thread-safetyBruce Momjian
2009-12-02Mark application_name as GUC_REPORT so that the value will be reported backTom Lane
2009-12-01Revert due to Tom's concerns:Bruce Momjian
2009-12-01ProcessUtility_hook:Bruce Momjian
2009-11-30hstore docsBruce Momjian
2009-11-30In SRF example, move oldcontext variable definition into the FIRSTCALLPeter Eisentraut
2009-11-30Properly indent SGML.Bruce Momjian
2009-11-29Make pg_stat_activity.application_name visible to all users, rather thanTom Lane
2009-11-29Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
2009-11-28fsync test toolsBruce Momjian
2009-11-27Document ath vacuumdb --analyze does analyze _also_, not in place ofBruce Momjian
2009-11-26Fix missing end tag, per Jeff Davis.Tom Lane
2009-11-25Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane
2009-11-24Fix syntax in extract() examplesPeter Eisentraut
2009-11-23Add PG_MODULE_MAGIC and some missing include files to examplesPeter Eisentraut
2009-11-22Assorted wordsmithing on the documentation of \pset --- try to make itTom Lane
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-11-18Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane
2009-11-16Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane
2009-11-13Add control knobs for plpgsql's variable resolution behavior, and make theTom Lane
2009-11-11Document the previous FETCH and MOVE changes.Alvaro Herrera
2009-11-10DIAGNOSTICS/FOUND wordingBruce Momjian
2009-11-10PL/pgSQL FOUNDBruce Momjian
2009-11-05Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane
2009-11-05Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctionalTom Lane
2009-11-04Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane
2009-10-28When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane
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