summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-03pg_background: Run commands in a background worker, and get the results.pg_backgroundRobert Haas
2014-12-02pageinspect/BRIN: minor tweaksAlvaro Herrera
2014-12-02dummy_seclabel: add sql/, expected/, and .gitignoresAlvaro Herrera
2014-12-01Guard against bad "dscale" values in numeric_recv().Tom Lane
2014-12-01Move security_label testAlvaro Herrera
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan
2014-12-01Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas
2014-12-01Fix missing space in documentationMagnus Hagander
2014-12-01Add a #define for the inet overlaps operator.Tom Lane
2014-11-30Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane
2014-11-30Move test modules from contrib to src/test/modulesAlvaro Herrera
2014-11-29Remove PQhostaddr() from 9.4 release notes.Noah Misch
2014-11-29Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().Noah Misch
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-11-28Fix BRIN operator family definitionsAlvaro Herrera
2014-11-28Update transaction README for persistent multixactsAlvaro Herrera
2014-11-28Add bms_get_singleton_member(), and use it where appropriate.Tom Lane
2014-11-28Add bms_next_member(), and use it where appropriate.Tom Lane
2014-11-28Improve performance of OverrideSearchPathMatchesCurrent().Tom Lane
2014-11-28Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane
2014-11-28Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql.Fujii Masao
2014-11-28Fix assertion failure at end of PITR.Heikki Linnakangas
2014-11-27Make \watch respect the user's \pset null setting.Fujii Masao
2014-11-27Mark response messages for translation in pg_isready.Fujii Masao
2014-11-27Free libxml2/libxslt resources in a safer order.Tom Lane
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-26Remove dead function prototypeHeikki Linnakangas
2014-11-26doc: Fix markupPeter Eisentraut
2014-11-26Attempt to suppress uninitialized variable warning.Robert Haas
2014-11-25Remove extraneous SGML tagSimon Riggs
2014-11-25Fix uninitialized-variable warning.Tom Lane
2014-11-25action_at_recovery_target recovery config optionSimon Riggs
2014-11-25De-reserve most statement-introducing keywords in plpgsql.Tom Lane
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-11-25Add int64 -> int8 mapping to genbkiStephen Frost
2014-11-25Allow using connection URI in primary_conninfo.Heikki Linnakangas
2014-11-25Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas
2014-11-25Suppress DROP CASCADE notices in regression testsStephen Frost
2014-11-25Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas
2014-11-25Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-11-24Add a few paragraphs to B-tree README explaining L&Y algorithm.Heikki Linnakangas
2014-11-24Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas
2014-11-23Get rid of redundant production in plpgsql grammar.Tom Lane
2014-11-23Fix memory leaks introduced by commit eca2b9bAndrew Dunstan
2014-11-23Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch
2014-11-23Allow simplification of EXISTS() subqueries containing LIMIT.Tom Lane
2014-11-22Fix mishandling of system columns in FDW queries.Tom Lane
2014-11-22Rework echo_hidden for \sf and \ef from commit e4d2817.Andrew Dunstan
2014-11-21Rearrange CustomScan API.Tom Lane