summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-05-08Remove reference to src/tools/backend/index.htmlStephen Frost
2015-05-08Remove dependency on ordering in logical decoding upsert test.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-05-07Fix incorrect math in DetermineSafeOldestOffset.Robert Haas
2015-05-07Makefile: Add comment that doc uninstall clears man directoriesBruce Momjian
2015-05-07Properly send SCM status updates when shutting down service on WindowsMagnus Hagander
2015-05-07Fix indentation that could mask a future bugMagnus Hagander
2015-05-07Fix minor resource leak in pg_dumpMagnus Hagander
2015-05-06Avoid using a C++ keyword as a structure member name.Robert Haas
2015-05-05citext's regexp_matches() functions weren't documented, either.Tom Lane
2015-05-05Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane
2015-05-05doc: Update installation instructions for new shared libperl/libpython handlingPeter Eisentraut
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-05-05Fix some problems with patch to fsync the data directory.Robert Haas
2015-05-05hstore_plpython: Support tests on Python 2.3Peter Eisentraut
2015-05-05Fix typosPeter Eisentraut
2015-05-04Use outerPlanState macro instead of referring to leffttree.Robert Haas
2015-05-04Improve procost estimates for some text search functions.Tom Lane
2015-05-04Recursively fsync() the data directory after a crash.Robert Haas
2015-05-04Fix the same-rel optimization when creating WAL records.Heikki Linnakangas
2015-05-04Fix two small bugs in json's populate_record_workerAndrew Dunstan
2015-05-04Second try at fixing warnings caused by commit 9b43d73b3f9bef27.Tom Lane
2015-05-03Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane
2015-05-03fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37...Andrew Dunstan
2015-05-03Enable transforms modules to build and run with Mingw builds.Andrew Dunstan
2015-05-03Fix python_includespec on Windows at configure timeAndrew Dunstan
2015-05-02Combine initdb tests that successfully create a data directory.Noah Misch
2015-05-02Fix one more TAP test to use standard command-line argument ordering.Noah Misch
2015-05-02Rename coerce_type() local variable.Noah Misch
2015-05-02Windows also needs an override of the shared libpython detectionPeter Eisentraut
2015-05-02hstore_plperl: Move port-specific parts to later in the makefilePeter Eisentraut
2015-05-02Fix shared libpython detection on OS XPeter Eisentraut
2015-05-02Make hstore_plperl's build even more like plperl'sPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-05-01Make hstore_plperl's build more like plperl'sAndrew Dunstan
2015-05-01Mark views created from tables as replication identity 'nothing'Bruce Momjian
2015-05-01Deparse named arguments to use the new => operator instead of :=Robert Haas
2015-05-01Allow FDWs and custom scan providers to replace joins with scans.Robert Haas
2015-05-01Copy editing of the replication origins patch.Andres Freund
2015-05-01Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund
2015-05-01Fix pg_rewind regression failure after "fast promotion"Heikki Linnakangas
2015-04-30Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-30Fix pg_upgrade's multixact handling (again)Alvaro Herrera
2015-04-30Fix typoMagnus Hagander
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-29Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.Andres Freund