summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2013-10-28Improve documentation about usage of FDW validator functions.Tom Lane
2013-10-28Suppress duplicate-index-entry warning introduced by previous commit.Tom Lane
2013-10-28Add large object functions catering to SQL callers.Noah Misch
2013-10-24Improve documentation of random() function.Heikki Linnakangas
2013-10-21doc: Improve setup for documentation building with FOPPeter Eisentraut
2013-10-18Allow only some columns of a view to be auto-updateable.Robert Haas
2013-10-18Provide a reliable mechanism for terminating a background worker.Robert Haas
2013-10-18Remove IRIX port.Robert Haas
2013-10-18doc: Configure TOC generation in XSLT HTML buildPeter Eisentraut
2013-10-17Remove spinlock support for SINIX, Sun3, and NS32K.Robert Haas
2013-10-16doc: Enable book index in XSLT buildsPeter Eisentraut
2013-10-15docs: correct 9.1 and 9.2 release note mention of timeline switch fixBruce Momjian
2013-10-14Fix details missed by dynamic shared memory patch.Robert Haas
2013-10-11doc: Move check-tabs target into html targetPeter Eisentraut
2013-10-11doc: Fix table column number declarationPeter Eisentraut
2013-10-11doc: Handle additional character entities for SGML/XML conversionPeter Eisentraut
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2013-10-10json_typeof function.Andrew Dunstan
2013-10-10Revive line typePeter Eisentraut
2013-10-10Allow dynamic allocation of shared memory segments.Robert Haas
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-10-09doc: fix typo in release notesBruce Momjian
2013-10-08doc: Fix typo in effective_cache_size patchBruce Momjian
2013-10-08docs: clarify references to md5 hash and md5 crypt in pgcrypto docsBruce Momjian
2013-10-08Auto-tune effective_cache size to be 4x shared buffersBruce Momjian
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-07plpgsql: Add new option print_strict_params.Robert Haas
2013-10-07Document support for VPATH builds of extensions.Andrew Dunstan
2013-10-05pgbench: Elaborate latency reporting.Noah Misch
2013-10-05pg_upgrade doc: link mode additionsBruce Momjian
2013-10-04Issue error on SET outside transaction block in some casesBruce Momjian
2013-10-04doc: Add missing words to bgworker docs.Robert Haas
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-10-03psql: Make \pset without arguments show all settings.Robert Haas
2013-10-03doc: Correct psycopg URLPeter Eisentraut
2013-10-02doc: fix hstore_to_json_loose() doc wordingBruce Momjian
2013-10-02Fix copy/paste errorMagnus Hagander
2013-09-26Allow printf-style padding specifications in log_line_prefix.Robert Haas
2013-09-26Fix erroneous statements about multiply specified JSON columns.Andrew Dunstan
2013-09-23pgbench: Tweak documentation.Noah Misch
2013-09-23doc: Clarify that file_fdw options require values.Robert Haas
2013-09-23Don't allow system columns in CHECK constraints, except tableoid.Robert Haas
2013-09-18Documentation correction.Robert Haas
2013-09-16Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas
2013-09-15Fix typosPeter Eisentraut
2013-09-11docs: Update libpq and testlo examplesBruce Momjian
2013-09-10Show schemas in information_schema.schemata that the current has access toPeter Eisentraut
2013-09-05Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner
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