summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-06Avoid using a C++ keyword as a structure member name.Robert Haas
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-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 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-02Make hstore_plperl's build even more like plperl'sPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
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 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
2015-04-29Update .gitignore for new rmgr, changed paths.Robert Haas
2015-04-29Remove enum-related special cases for catalog scans.Robert Haas
2015-04-29Attempt to fix some compiler warnings.Robert Haas
2015-04-29Enable transforms tests for python 2 on MSVC buildsAndrew Dunstan
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-29psql: Improve tab completion for ALTER FOREIGN TABLE.Robert Haas
2015-04-29to_char(): have format 'OF' only show the leading negative signBruce Momjian
2015-04-29pg_basebackup: canonicalize old and new tablespace pathsBruce Momjian
2015-04-28Warn about tablespace creation in PGDATABruce Momjian
2015-04-28Fix another test for RELKIND_RELATION that should allow foreign tables now.Tom Lane
2015-04-28Fix ATSimpleRecursion() to allow recursion from a foreign table.Tom Lane
2015-04-28Code review for multixact bugfixAlvaro Herrera
2015-04-28Fix MSVC builds for contrib transforms modules.Andrew Dunstan
2015-04-28Protect against multixact members wraparoundAlvaro Herrera
2015-04-27Use a fd opened for read/write when syncing slots during startup.Andres Freund
2015-04-27Improve qual pushdown for RLS and SB viewsStephen Frost
2015-04-27Fix vcbuild failures and chkpass dependency caused by 854adb8Andrew Dunstan
2015-04-26Also correct therefor to therefore.Andres Freund
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-26Fix possible division by zero in pg_xlogdump.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut