aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* 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
* 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
* 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
* Replace backslashes by forward slashes in MSVC build codePeter Eisentraut2015-04-25
* Fix file comment for test_rls_hooks.cStephen Frost2015-04-24
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* Remove obsolete -I options from ECPG library compilation.Noah Misch2015-04-24
* Remove superfluous -DFRONTEND.Noah Misch2015-04-24
* Build every ECPG library with -DFRONTEND.Noah Misch2015-04-24
* Fix up .gitignore and cleanup actions in some src/test/ subdirectories.Tom Lane2015-04-24
* Fix obsolete comment in set_rel_size().Tom Lane2015-04-24
* Add comments explaining how unique and exclusion constraints are enforced.Heikki Linnakangas2015-04-24
* Fix misspellingsPeter Eisentraut2015-04-24
* Copy the relation name for error reporting in WCOsStephen Frost2015-04-24
* Move functions related to index maintenance to separate source file.Heikki Linnakangas2015-04-24
* Fix deadlock at startup, if max_prepared_transactions is too small.Heikki Linnakangas2015-04-23
* Fix shell error on SolarisPeter Eisentraut2015-04-23
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Use the right type OID after creating a shell typeAlvaro Herrera2015-04-22
* Fix installcheck for test_rls_hooksStephen Frost2015-04-22
* RLS fixes, new hooks, and new test moduleStephen Frost2015-04-22
* Pull in tableoid for inheiritance with rowMarksStephen Frost2015-04-22
* Make the pg_rewind regression tests more robust on slow systems.Heikki Linnakangas2015-04-22
* Rename pg_replication_slot's new active_in to active_pid.Andres Freund2015-04-22
* Don't leave 'tmp_check' directory behind in pg_rewind regression tests.Heikki Linnakangas2015-04-22
* Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut2015-04-21
* Add missing installcheck target to pg_rewind's MakefileHeikki Linnakangas2015-04-21
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* Move pg_test_timing from contrib/ to src/bin/Peter Eisentraut2015-04-20
* Honor OID status of CREATE LIKE'd tablesBruce Momjian2015-04-20
* Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut2015-04-19