Commit Graph

9661 Commits (eaba54c20c5ab2cb6aaffa574444fd4990dfe2c7)

Author SHA1 Message Date
Robert Haas 14aa601f50 Minor improvements to replication slot documentation. 12 years ago
Robert Haas c1fe08eb2f Rephrase text to avoid links in regress.sgml 12 years ago
Robert Haas 65a193ebbb Document a few more regression test hazards. 12 years ago
Fujii Masao c087e8cf34 Add <indexterm> for functions pg_sleep_for and pg_sleep_until. 12 years ago
Fujii Masao 63be3b78f6 Fix typos in docs and comments. 12 years ago
Robert Haas 858ec11858 Introduce replication slots. 12 years ago
Bruce Momjian 5bdef38b89 docs: mention 'g' is not in the regex embedded options table 12 years ago
Bruce Momjian 637fab6e57 doc: mention statistics reset during crash recovery 12 years ago
Bruce Momjian 85317e88cc doc: mention data page checksums in WAL section 12 years ago
Bruce Momjian 3fd3e34914 docs: mention tgconstrindid supports exclusion constraints 12 years ago
Tom Lane e93ca1618b Add some examples to the postgres_fdw documentation. 12 years ago
Bruce Momjian 384fbd1a5d doc: authentication wording improvements 12 years ago
Bruce Momjian 8824b38909 docs: specify FOR UPDATE/SHARE incompatibilities 12 years ago
Andrew Dunstan e9afdf2f4b Fix documented return type of json_array_elements_text. 12 years ago
Robert Haas 760c770ff6 Add convenience functions pg_sleep_for and pg_sleep_until. 12 years ago
Bruce Momjian c29a6dd548 docs: improve xref description for xreflabel and refentry links 12 years ago
Bruce Momjian 7aba24e971 docs: mention SGML refentry also pulls text from the link 12 years ago
Bruce Momjian b1cbd2b573 docs: add mention of index swapping 12 years ago
Bruce Momjian 146604ec43 Add checks for interval overflow/underflow 12 years ago
Robert Haas 9347baa5bb Include planning time in EXPLAIN ANALYZE output. 12 years ago
Andrew Dunstan 5264d91541 Add json_array_elements_text function. 12 years ago
Andrew Dunstan 2013e5eef7 Remedy two small omissions in the new json functions docs. 12 years ago
Heikki Linnakangas 991659dcd7 Fix docs build. 12 years ago
Heikki Linnakangas 1a3458b6d8 Allow using huge TLB pages on Linux (MAP_HUGETLB) 12 years ago
Andrew Dunstan c2099751cd Minor docs fixes for new json functions. 12 years ago
Andrew Dunstan 105639900b New json functions. 12 years ago
Fujii Masao 9132b189bf Add pg_stat_archiver statistics view. 12 years ago
Tom Lane f0d6f20278 Keep pg_stat_statements' query texts in a file, not in shared memory. 12 years ago
Robert Haas ea9df812d8 Relax the requirement that all lwlocks be stored in a single array. 12 years ago
Tom Lane 2850896961 Code review for auto-tuned effective_cache_size. 12 years ago
Andrew Dunstan a7e5f7bf68 Provide for client-only installs with MSVC. 12 years ago
Andrew Dunstan cec8394b5c Enable building with Visual Studion 2013. 12 years ago
Stephen Frost 00ba97365d Use E, not e, for escaping in example docs 12 years ago
Heikki Linnakangas a16c2edcc7 Copy-editing docs for recovery_target='immediate', and "ie." 12 years ago
Bruce Momjian e2989fcab6 docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTS 12 years ago
Heikki Linnakangas 71c6a8e375 Add recovery_target='immediate' option. 12 years ago
Stephen Frost fbe19ee3b8 ALTER TABLESPACE ... MOVE ... OWNED BY 12 years ago
Fujii Masao 3ee74df2e4 Remove duplicate index entry DATE_TRUNC in document. 12 years ago
Fujii Masao 9f80f4835a Add libpq function PQhostaddr(). 12 years ago
Bruce Momjian 90afc7d805 Add date_trunc('', interval) documentation mention 12 years ago
Robert Haas 01f7808b3e Add a cardinality function for arrays. 12 years ago
Magnus Hagander 98de86e422 Remove support for native krb5 authentication 12 years ago
Stephen Frost 5254958e92 Add CREATE TABLESPACE ... WITH ... Options 12 years ago
Stephen Frost 76e91b38ba Add ALTER TABLESPACE ... MOVE command 12 years ago
Tom Lane e6170126fc Add gen_random_uuid() to contrib/pgcrypto. 12 years ago
Bruce Momjian d8a0b96c50 doc: rename "Equals" to "Equal" 12 years ago
Bruce Momjian 93c4bbc999 doc: fix := description typo. 12 years ago
Bruce Momjian 7e1955b861 docs: update PL/pgSQL docs about the use of := and = 12 years ago
Tom Lane 515d2c596c Add display of oprcode (the underlying function's name) to psql's \do+. 12 years ago
Tom Lane 5df99f6481 Improve FILES section of psql reference page. 12 years ago