aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix one more TAP test to use standard command-line argument ordering.Noah Misch2015-05-02
* Rename coerce_type() local variable.Noah Misch2015-05-02
* Windows also needs an override of the shared libpython detectionPeter Eisentraut2015-05-02
* hstore_plperl: Move port-specific parts to later in the makefilePeter Eisentraut2015-05-02
* Fix shared libpython detection on OS XPeter Eisentraut2015-05-01
* Make hstore_plperl's build even more like plperl'sPeter Eisentraut2015-05-01
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-01
* Make hstore_plperl's build more like plperl'sAndrew Dunstan2015-05-01
* Mark views created from tables as replication identity 'nothing'Bruce Momjian2015-05-01
* Deparse named arguments to use the new => operator instead of :=Robert Haas2015-05-01
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Copy editing of the replication origins patch.Andres Freund2015-05-01
* Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund2015-05-01
* Fix pg_rewind regression failure after "fast promotion"Heikki Linnakangas2015-04-30
* Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera2015-04-30
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Fix pg_upgrade's multixact handling (again)Alvaro Herrera2015-04-30
* Fix typoMagnus Hagander2015-04-30
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-29
* Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.Andres Freund2015-04-30
* Add <literal> markup, for consistency.Robert Haas2015-04-29
* Update .gitignore for new rmgr, changed paths.Robert Haas2015-04-29
* Remove enum-related special cases for catalog scans.Robert Haas2015-04-29
* Attempt to fix some compiler warnings.Robert Haas2015-04-29
* Enable transforms tests for python 2 on MSVC buildsAndrew Dunstan2015-04-29
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* psql: Improve tab completion for ALTER FOREIGN TABLE.Robert Haas2015-04-29
* to_char(): have format 'OF' only show the leading negative signBruce Momjian2015-04-28
* doc: recommend use of GUC server_version_num for version checksBruce Momjian2015-04-28
* pg_basebackup: canonicalize old and new tablespace pathsBruce Momjian2015-04-28
* Warn about tablespace creation in PGDATABruce Momjian2015-04-28
* Fix another test for RELKIND_RELATION that should allow foreign tables now.Tom Lane2015-04-28
* Fix ATSimpleRecursion() to allow recursion from a foreign table.Tom Lane2015-04-28
* Code review for multixact bugfixAlvaro Herrera2015-04-28
* Fix MSVC builds for contrib transforms modules.Andrew Dunstan2015-04-28
* Protect against multixact members wraparoundAlvaro Herrera2015-04-28
* Use a fd opened for read/write when syncing slots during startup.Andres Freund2015-04-28
* Improve qual pushdown for RLS and SB viewsStephen Frost2015-04-27
* Fix vcbuild failures and chkpass dependency caused by 854adb8Andrew Dunstan2015-04-27
* Fix hstore_plperl regression tests on some platformsPeter Eisentraut2015-04-26
* Also correct therefor to therefore.Andres Freund2015-04-26
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Fix possible division by zero in pg_xlogdump.Andres Freund2015-04-26
* Add transforms featurePeter Eisentraut2015-04-26
* Fix typo in linux startup script.Tom Lane2015-04-26
* Add comments warning against generalizing default_with_oids.Tom Lane2015-04-25
* Try to unbreak some MSVC builds following forward slash change.Andrew Dunstan2015-04-25
* Revert: Honor OID status of CREATE LIKE'd tablesBruce Momjian2015-04-25
* Don't overwrite EXTRA_INSTALLPeter Eisentraut2015-04-25
* Prevent improper reordering of antijoins vs. outer joins.Tom Lane2015-04-25