Commit Graph

11539 Commits (146604ec43bcd6f977c31775a91022cf9737daf5)

Author SHA1 Message Date
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
Robert Haas 16cad3e867 Documentation for test_shm_mq. 12 years ago
Robert Haas b682709451 Mention that VACUUM FREEZE also effectively zeroes the table freeze age. 12 years ago
Heikki Linnakangas 04038148b6 Add OVERLAPS to index in the docs. 12 years ago
Bruce Momjian d84c584ece Revert fd2ace8028 12 years ago
Bruce Momjian fd2ace8028 docs: remove undocumented assign syntax in plpgsql examples 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Robert Haas 3cff1879f8 Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. 12 years ago
Tom Lane d7ee4311af Fix alphabetization in catalogs.sgml. 12 years ago
Robert Haas d43760b624 Revise documentation for new freezing method. 12 years ago
Tom Lane 8d65da1f01 Support ordered-set (WITHIN GROUP) aggregates. 12 years ago
Fujii Masao 961bf59fb7 Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. 12 years ago
Robert Haas c32afe53c2 pg_prewarm, a contrib module for prewarming relationd data. 12 years ago
Fujii Masao f83a75451f Fix typo in docs for min_recovery_apply_delay. 12 years ago
Tatsuo Ishii 65d6e4cb5c Add ALTER SYSTEM command to edit the server configuration file. 12 years ago
Tom Lane 1b4f7f93b4 Allow empty target list in SELECT. 12 years ago
Heikki Linnakangas dde6282500 Fix more instances of "the the" in comments. 12 years ago
Heikki Linnakangas 50e547096c Add GUC to enable WAL-logging of hint bits, even with checksums disabled. 12 years ago