summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-04-05Fix broken ALTER INDEX documentationAlvaro Herrera
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-04-05Fix parallel-safety code for parallel aggregation.Robert Haas
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-04-04Add a \gexec command to psql for evaluation of computed queries.Tom Lane
2016-04-04fix typoTeodor Sigaev
2016-04-03Add psql \errverbose command to see last server error at full verbosity.Tom Lane
2016-04-03Add libpq support for recreating an error message with different verbosity.Tom Lane
2016-04-02Copyedit comments and documentation.Noah Misch
2016-04-01Fix English in bloom module documentationTeodor Sigaev
2016-04-01Bloom index contrib moduleTeodor Sigaev
2016-04-01Fix typo in generic wal docsTeodor Sigaev
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-30Introduce SP-GiST operator class over box.Teodor Sigaev
2016-03-30Introduce traversalValue for SP-GiST scanTeodor Sigaev
2016-03-30Remove TZ environment-variable entry from postgres reference page.Tom Lane
2016-03-30Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas
2016-03-29Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-29Improve pgbench docs regarding per-transaction logging.Robert Haas
2016-03-29Fix pgbench documentation error.Robert Haas
2016-03-29pgbench: allow a script weight of zeroAlvaro Herrera
2016-03-29pgbench: Remove \setrandom.Robert Haas
2016-03-29pgbench: Support double constants and functions.Robert Haas