Commit Graph

37873 Commits (c478959a009a926ec441f355219eae18537e648c)
 

Author SHA1 Message Date
Tom Lane 0927bf8060 Guard against bad "dscale" values in numeric_recv(). 11 years ago
Alvaro Herrera df761e3cf7 Move security_label test 11 years ago
Andrew Dunstan e09996ff8d Fix hstore_to_json_loose's detection of valid JSON number values. 11 years ago
Heikki Linnakangas 4e86f1b16d Put SSL_pending() call behind the new internal SSL API. 11 years ago
Magnus Hagander 6d6cade05b Fix missing space in documentation 11 years ago
Tom Lane 866737c923 Add a #define for the inet overlaps operator. 11 years ago
Tom Lane 1adbb347ec Fix minor bugs in commit 30bf4689a9 et al. 11 years ago
Alvaro Herrera 22dfd116a1 Move test modules from contrib to src/test/modules 11 years ago
Noah Misch 5b12987b2e Remove PQhostaddr() from 9.4 release notes. 11 years ago
Noah Misch 64f86fb11e Reimplement 9f80f4835a with PQconninfo(). 11 years ago
Noah Misch 2cda889984 Revert "Add libpq function PQhostaddr()." 11 years ago
Alvaro Herrera 816e10d800 Fix BRIN operator family definitions 11 years ago
Alvaro Herrera ae04bf5027 Update transaction README for persistent multixacts 11 years ago
Tom Lane d25367ec4f Add bms_get_singleton_member(), and use it where appropriate. 11 years ago
Tom Lane f4e031c662 Add bms_next_member(), and use it where appropriate. 11 years ago
Tom Lane 96d66bcfc6 Improve performance of OverrideSearchPathMatchesCurrent(). 11 years ago
Tom Lane e384ed6cde Improve typcache: cache negative lookup results, add invalidation logic. 11 years ago
Fujii Masao 202cbdf782 Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql. 11 years ago
Heikki Linnakangas afeacd2748 Fix assertion failure at end of PITR. 11 years ago
Fujii Masao a5eb85eb62 Make \watch respect the user's \pset null setting. 11 years ago
Fujii Masao e656f5d247 Mark response messages for translation in pg_isready. 11 years ago
Tom Lane c168ba3112 Free libxml2/libxslt resources in a safer order. 11 years ago
Stephen Frost 143b39c185 Rename pg_rowsecurity -> pg_policy and other fixes 11 years ago
Heikki Linnakangas 1812ee5767 Remove dead function prototype 11 years ago
Peter Eisentraut e6f0a48a60 doc: Fix markup 11 years ago
Robert Haas a6c84c770e Attempt to suppress uninitialized variable warning. 11 years ago
Simon Riggs b7a715800a Remove extraneous SGML tag 11 years ago
Tom Lane d934a05234 Fix uninitialized-variable warning. 11 years ago
Simon Riggs aedccb1f6f action_at_recovery_target recovery config option 11 years ago
Tom Lane bb1b8f694a De-reserve most statement-introducing keywords in plpgsql. 11 years ago
Tom Lane bac27394a1 Support arrays as input to array_agg() and ARRAY(SELECT ...). 11 years ago
Stephen Frost 25976710df Add int64 -> int8 mapping to genbki 11 years ago
Heikki Linnakangas b3fc6727ce Allow using connection URI in primary_conninfo. 11 years ago
Heikki Linnakangas add1b052e2 Allow "dbname" from connection string to be overridden in PQconnectDBParams 11 years ago
Stephen Frost 81d815dc3e Suppress DROP CASCADE notices in regression tests 11 years ago
Heikki Linnakangas 30bf4689a9 Check return value of strdup() in libpq connection option parsing. 11 years ago
Heikki Linnakangas e453cc2741 Make Port->ssl_in_use available, even when built with !USE_SSL 11 years ago
Robert Haas f5d9698a84 Add infrastructure to save and restore GUC values. 11 years ago
Heikki Linnakangas 49b86fb1c9 Add a few paragraphs to B-tree README explaining L&Y algorithm. 11 years ago
Heikki Linnakangas 0bd624d63b Distinguish XLOG_FPI records generated for hint-bit updates. 11 years ago
Tom Lane e2dc3f5772 Get rid of redundant production in plpgsql grammar. 11 years ago
Andrew Dunstan 02d5ab6a86 Fix memory leaks introduced by commit eca2b9b 11 years ago
Noah Misch b779168ffe Detect PG_PRINTF_ATTRIBUTE automatically. 11 years ago
Tom Lane b62f94c603 Allow simplification of EXISTS() subqueries containing LIMIT. 11 years ago
Tom Lane 9c58101117 Fix mishandling of system columns in FDW queries. 11 years ago
Andrew Dunstan eca2b9ba3e Rework echo_hidden for \sf and \ef from commit e4d2817. 11 years ago
Tom Lane 447770404c Rearrange CustomScan API. 11 years ago
Tom Lane c2ea2285e9 Simplify API for initially hooking custom-path providers into the planner. 11 years ago
Andrew Dunstan 4077fb4d1d Fix an error in psql that overcounted output lines. 11 years ago
Andrew Dunstan e4d28175a1 Make psql's \sf and \ef honor ECHO_HIDDEN. 11 years ago