summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-05Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas
2014-12-05Don't dump core if pq_comm_reset() is called before pq_init().Robert Haas
2014-12-04Fix PGXS vpath build when PostgreSQL is built with vpathPeter Eisentraut
2014-12-04Revert haphazard pgxs makefile changesPeter Eisentraut
2014-12-04Remove USE_VPATH make variable from PGXSPeter Eisentraut
2014-12-04Fix SHLIB_PREREQS use in contrib, allowing PGXS buildsPeter Eisentraut
2014-12-04Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-12-03Fix typosAlvaro Herrera
2014-12-03Fix whitespacePeter Eisentraut
2014-12-03Install kludges to fix check-world for src/test/modulesAlvaro Herrera
2014-12-02Improve error messages for malformed array input strings.Tom Lane
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-12-02Fix JSON aggregates to work properly when final function is re-executed.Tom Lane
2014-12-02Minor cleanup of function declarations for BRIN.Tom Lane
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-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-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-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-26Remove dead function prototypeHeikki Linnakangas
2014-11-26Attempt to suppress uninitialized variable warning.Robert Haas
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