Commit Graph

36087 Commits (146604ec43bcd6f977c31775a91022cf9737daf5)
 

Author SHA1 Message Date
Bruce Momjian 146604ec43 Add checks for interval overflow/underflow 12 years ago
Tom Lane 571addd729 Fix unsafe references to errno within error messaging logic. 12 years ago
Andrew Dunstan 120c5cc761 Silence compiler warnings about possibly unset variables. 12 years ago
Andrew Dunstan 5e52e9d6d4 Forgot to bump catalog version for json_array_elements_text. 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
Heikki Linnakangas 699b1f40da Fix thinko in huge_tlb_pages patch. 12 years ago
Heikki Linnakangas 626a120656 Further optimize GIN multi-key searches. 12 years ago
Bruce Momjian 8440897b38 Fix pointer processing in new entab.c function 12 years ago
Bruce Momjian e93f7253a7 Add C functions to centralize entab processing 12 years ago
Bruce Momjian db90bcf8df Add more C comments to entab.c. 12 years ago
Heikki Linnakangas 25b1dafab6 Further optimize multi-key GIN searches. 12 years ago
Heikki Linnakangas e20c70cb0f Allow skipping some items in a multi-key GIN search. 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
Robert Haas b7643b19f0 Fix compiler warning in EXEC_BACKEND builds. 12 years ago
Andrew Dunstan c2099751cd Minor docs fixes for new json functions. 12 years ago
Andrew Dunstan 7043ac7100 Add new make targets check-tests and installcheck-tests. 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 98d62c28fd Update comment. 12 years ago
Bruce Momjian c871e8f53b Revert C comment change in slot_attisnull() 12 years ago
Bruce Momjian 051b3341c1 Remove orphaned prototype 12 years ago
Stephen Frost aef61bf433 Revert dup2() checking in syslogger.c 12 years ago
Tom Lane 64e43c59b8 Log a detail message for auth failures due to missing or expired password. 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
Heikki Linnakangas f62eba204f Fix typo in README 12 years ago
Tom Lane 2850896961 Code review for auto-tuned effective_cache_size. 12 years ago
Fujii Masao dd515d4082 Change the suffix of auto conf temporary file from "temp" to "tmp". 12 years ago
Fujii Masao 7c619be623 Fix typos in comments for ALTER SYSTEM. 12 years ago
Stephen Frost 152d24f5dd Fix minor leak in pg_dump 12 years ago
Andrew Dunstan a7e5f7bf68 Provide for client-only installs with MSVC. 12 years ago
Stephen Frost 790eaa699e Check dup2() results in syslogger 12 years ago
Magnus Hagander f2795f8b53 Move the options column of \db+ before the description 12 years ago
Magnus Hagander cae10ca27e Include tablespace options in verbose output of \db 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
Bruce Momjian 89774b58b0 Adjust C comment in slot_attisnull() regarding nulls. 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
Noah Misch 820f08cabd libpq: Support TLS versions beyond TLSv1. 12 years ago
Noah Misch 3a5313265d psql: Mention SSL protocol version in \conninfo. 12 years ago
Stephen Frost 6794a9f9a1 Avoid minor leak in parallel pg_dump 12 years ago
Heikki Linnakangas d150ff5781 Reset unused fields in GIN data leaf page footer. 12 years ago
Heikki Linnakangas a8f374849f Fix off-by-one in newly-introdcued GIN assertion. 12 years ago
Heikki Linnakangas 398cf255ad In GIN recompression code, use mmemove rather than memcpy, for vacuum. 12 years ago
Stephen Frost fbe19ee3b8 ALTER TABLESPACE ... MOVE ... OWNED BY 12 years ago