Commit Graph

36068 Commits (105639900bf83fd3e3eb5b49f49b4d74d6347b9b)
 

Author SHA1 Message Date
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
Fujii Masao 3ee74df2e4 Remove duplicate index entry DATE_TRUNC in document. 12 years ago
Tom Lane ac4ef637ad Allow use of "z" flag in our printf calls, and use it where appropriate. 12 years ago
Heikki Linnakangas ec8f692c3c Fix alignment of GIN in-line posting lists stored in entry tuples. 12 years ago
Heikki Linnakangas 0fdb2f7d7c Silence compiler warning. 12 years ago
Alvaro Herrera b152c6cd0d Make DROP IF EXISTS more consistently not fail 12 years ago
Fujii Masao 9f80f4835a Add libpq function PQhostaddr(). 12 years ago
Andrew Dunstan d5bc6ce6ac Allow case insensitive build version argument for MSVC. 12 years ago
Fujii Masao 77035fa8a9 Fix bugs in PQhost(). 12 years ago
Bruce Momjian 90afc7d805 Add date_trunc('', interval) documentation mention 12 years ago
Heikki Linnakangas 6668ad1d70 Fix declaration of GinVacuumState. 12 years ago
Heikki Linnakangas 36a35c550a Compress GIN posting lists, for smaller index size. 12 years ago
Andrew Dunstan 243ee26633 Reindent json.c and jsonfuncs.c. 12 years ago
Stephen Frost 6c36f383df Allow type_func_name_keywords in even more places 12 years ago
Tom Lane 69c7a9838c Tweak parse location assignment for CURRENT_DATE and related constructs. 12 years ago
Robert Haas 01f7808b3e Add a cardinality function for arrays. 12 years ago
Robert Haas 033b2343fa Fix inadvertent semantics change in last patch to plug memory leaks. 12 years ago
Robert Haas 5709b8acc6 Avoid a possible relcache leak in get_object_address_attribute. 12 years ago
Robert Haas a5bca4ef03 Plug more memory leaks when reloading config file. 12 years ago
Alvaro Herrera d2458e3b20 Expose a routine to print triggers during EXPLAIN ANALYZE 12 years ago