summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2016-05-04doc: Fix more typosPeter Eisentraut
2016-05-04doc: Fix typosPeter Eisentraut
2016-05-02Docs: improve index entries for new tsvector functions.Tom Lane
2016-05-02doc: Fix typoPeter Eisentraut
2016-04-30Update contrib/unaccent documentation about its unaccent.rules file.Tom Lane
2016-04-30Remove warning about num_sync being too large in synchronous_standby_names.Tom Lane
2016-04-29doc: Minor wording changesPeter Eisentraut
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-27Clean up parsing of synchronous_standby_names GUC variable.Tom Lane
2016-04-26Fix tsearch docsTeodor Sigaev
2016-04-26Enable parallel query by default.Robert Haas
2016-04-25doc: Fix typoPeter Eisentraut
2016-04-24Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund
2016-04-23doc: Fix typosPeter Eisentraut
2016-04-20Update backup documentation for new APIsMagnus Hagander
2016-04-18Fix typo in docs.Fujii Masao
2016-04-18doc: Document that sequences can also be extension configuration tablesPeter Eisentraut
2016-04-16doc: Change some "user" to "role" for consistency in the sectionPeter Eisentraut
2016-04-16doc: Markup improvementPeter Eisentraut
2016-04-16doc: Add missing parenthesesPeter Eisentraut
2016-04-15Rethink \crosstabview's argument parsing logic.Tom Lane
2016-04-14Docs: clarify description of LIMIT/OFFSET behavior.Tom Lane
2016-04-14Fix duplicated index entry in doc.Fujii Masao
2016-04-13Improve documentation for \crosstabview.Tom Lane
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-11Fix documented return type of pg_logical_emit_message() in func.sgml.Fujii Masao
2016-04-09Get rid of GenericXLogUnregister().Tom Lane
2016-04-09Move \crosstabview regression tests to a separate fileAlvaro Herrera
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-08Create default rolesStephen Frost
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander
2016-04-08Add BSD authentication method.Tom Lane
2016-04-08Add combine functions for various floating-point aggregates.Robert Haas
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Document which aggregates support partial mode.Robert Haas
2016-04-08Enhanced custom error in PLPythonuTeodor Sigaev
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-08Set PAM_RHOST item for PAM authenticationPeter Eisentraut
2016-04-08Use quicksort, not replacement selection, for external sorting.Robert Haas
2016-04-08Fix a couple of places in doc that implied there was only one sync standby.Fujii Masao
2016-04-07Detect SSI conflicts before reporting constraint violationsKevin Grittner
2016-04-07Phrase full text search.Teodor Sigaev
2016-04-07Use GRANT system to manage access to sensitive functionsStephen Frost
2016-04-07In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost
2016-04-07Add new catalog called pg_init_privsStephen Frost
2016-04-06Add jsonb_insertTeodor Sigaev
2016-04-06Generic Messages for Logical DecodingSimon Riggs