summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-04-26Add comments warning against generalizing default_with_oids.Tom Lane
2015-04-26Try to unbreak some MSVC builds following forward slash change.Andrew Dunstan
2015-04-26Revert: Honor OID status of CREATE LIKE'd tablesBruce Momjian
2015-04-26Don't overwrite EXTRA_INSTALLPeter Eisentraut
2015-04-25Prevent improper reordering of antijoins vs. outer joins.Tom Lane
2015-04-25Replace backslashes by forward slashes in MSVC build codePeter Eisentraut
2015-04-25Fix file comment for test_rls_hooks.cStephen Frost
2015-04-25Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-04-24Remove obsolete -I options from ECPG library compilation.Noah Misch
2015-04-24Remove superfluous -DFRONTEND.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2015-04-24Fix up .gitignore and cleanup actions in some src/test/ subdirectories.Tom Lane
2015-04-24Fix obsolete comment in set_rel_size().Tom Lane
2015-04-24Add comments explaining how unique and exclusion constraints are enforced.Heikki Linnakangas
2015-04-24Fix misspellingsPeter Eisentraut
2015-04-24Copy the relation name for error reporting in WCOsStephen Frost
2015-04-24Move functions related to index maintenance to separate source file.Heikki Linnakangas
2015-04-23Fix deadlock at startup, if max_prepared_transactions is too small.Heikki Linnakangas
2015-04-23Fix shell error on SolarisPeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-22Use the right type OID after creating a shell typeAlvaro Herrera
2015-04-22Fix installcheck for test_rls_hooksStephen Frost
2015-04-22RLS fixes, new hooks, and new test moduleStephen Frost
2015-04-22Pull in tableoid for inheiritance with rowMarksStephen Frost
2015-04-22Make the pg_rewind regression tests more robust on slow systems.Heikki Linnakangas
2015-04-22Rename pg_replication_slot's new active_in to active_pid.Andres Freund
2015-04-22Don't leave 'tmp_check' directory behind in pg_rewind regression tests.Heikki Linnakangas
2015-04-21Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut
2015-04-21Add missing installcheck target to pg_rewind's MakefileHeikki Linnakangas
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-04-21Move pg_test_timing from contrib/ to src/bin/Peter Eisentraut
2015-04-20Honor OID status of CREATE LIKE'd tablesBruce Momjian
2015-04-20Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut
2015-04-18pg_upgrade: binary_upgrade_create_empty_extension() is strictBruce Momjian
2015-04-17Fix typo in relcache's equalPolicy()Stephen Frost
2015-04-17Add new target modulescheck in vcregress.plAlvaro Herrera