summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-20Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-18Fix typo.Tatsuo Ishii
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-12Add new user fn pg_current_xlog_flush_location()Simon Riggs
2016-01-11doc: Fix typo in logical decoding documentationPeter Eisentraut
2016-01-07pgstat: add WAL receiver status view & SRFAlvaro Herrera
2016-01-05Fix typo in create_transform.sgml.Tatsuo Ishii
2016-01-05Add scale(numeric)Alvaro Herrera
2016-01-05Make the to_reg*() functions accept text not cstring.Tom Lane
2016-01-05Add to_regnamespace() and to_regrole() to the documentation.Tom Lane
2016-01-04Docs: provide a concrete discussion and example for RLS race conditions.Tom Lane
2016-01-04Adjust behavior of row_security GUC to match the docs.Tom Lane
2016-01-04Do some copy-editing on the docs for row-level security.Tom Lane
2016-01-03Do some copy-editing on the docs for replication origins.Tom Lane
2016-01-03Do a final round of copy-editing on the 9.5 release notes.Tom Lane
2016-01-02Adjust back-branch release note description of commits a2a718b22 et al.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2016-01-01doc: Remove redundant duplicate URLs from ulink elementsPeter Eisentraut
2016-01-01doc: Add index entries and better documentation link for Linux OOMPeter Eisentraut
2015-12-30Minor hacking on contrib/cube documentation.Tom Lane
2015-12-28Code and docs review for cube kNN support.Tom Lane
2015-12-28Document brin_summarize_new_pagesAlvaro Herrera
2015-12-28Document the exponentiation operator as associating left to right.Tom Lane
2015-12-28doc: pg_committs -> pg_commit_tsAlvaro Herrera
2015-12-28Update documentation about pseudo-types.Tom Lane
2015-12-24Docs: fix erroneously-given function name.Tom Lane
2015-12-24Docs typo fix.Tom Lane
2015-12-23Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18pgbench: Change terminology from "threshold" to "parameter".Robert Haas
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-12-18Cube extension kNN supportTeodor Sigaev
2015-12-18Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane
2015-12-15Document use of Subject Alternative Names in SSL server certificates.Tom Lane
2015-12-15Update 9.5 release notes through today.Tom Lane
2015-12-15Improve CREATE POLICY documentationStephen Frost
2015-12-14Docs: document that psql's "\i -" means read from stdin.Tom Lane
2015-12-13Code and docs review for multiple -c and -f options in psql.Tom Lane
2015-12-13Doc: update external URLs for PostGIS project.Tom Lane
2015-12-12doc: Add some markupPeter Eisentraut
2015-12-10Fix typo.Robert Haas
2015-12-09Remove redundant sentence.Robert Haas
2015-12-08psql: Support multiple -c and -f options, and allow mixing them.Robert Haas
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-12-06Update xindex.sgml for recent additions to GIST opclass API.Tom Lane
2015-12-04Further improve documentation of the role-dropping process.Tom Lane
2015-12-03doc: Add serial commaPeter Eisentraut
2015-12-03doc: Fix markup and improve placeholder namesPeter Eisentraut