summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-11Refactor Mkvcbuild.pm to facilitate modules migrationsAlvaro Herrera
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-03-10Clean up the mess from => patch.Tom Lane
2015-03-10Fix stray sentence fragment in shared_preload_libraries documentationAlvaro Herrera
2015-03-10Move BRIN page type to page's last two bytesAlvaro Herrera
2015-03-10Allow named parameters to be specified using => in addition to :=Robert Haas
2015-03-09Keep CommitTs module in sync in standby and masterAlvaro Herrera
2015-03-09Fix crasher bugs in previous commitAlvaro Herrera
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-09Ignore leftover artifacts from ecpg testsuite runs on Windows.Michael Meskes
2015-03-09Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes
2015-03-09Fix handling of sortKeys field in Tuplesortstate.Robert Haas
2015-03-09Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas
2015-03-09Ignore object files generated by ecpg test suite on WindowsMichael Meskes
2015-03-09Fix typo in comment.Fujii Masao
2015-03-09Add missing "goto err" statements in xlogreader.c.Fujii Masao
2015-03-08Sort SUBDIRS variable in src/bin/MakefilePeter Eisentraut
2015-03-08Cast to (void *) rather than (int *) when passing int64's to PQfn().Tom Lane
2015-03-08Remove struct PQArgBlock from server-side header libpq/libpq.h.Tom Lane
2015-03-08Fix documentation for libpq's PQfn().Tom Lane
2015-03-08Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.Tom Lane
2015-03-08Fix erroneous error message for REINDEX SYSTEM.Tom Lane
2015-03-07Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).Noah Misch
2015-03-07Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.Noah Misch
2015-03-07Remove rolcatupdatePeter Eisentraut
2015-03-06Add some more tests on event triggersAlvaro Herrera
2015-03-06Rethink function argument sorting in pg_dump.Tom Lane
2015-03-06Fix contrib/file_fdw's expected fileAlvaro Herrera
2015-03-05Fix user mapping object descriptionAlvaro Herrera
2015-03-05Silence warning in non-assert-enabled buildAlvaro Herrera
2015-03-05Remove comment claiming that PARAM_EXTERN Params always have typmod -1.Tom Lane
2015-03-05Fix typo in comment.Fujii Masao
2015-03-05Avoid unused-variable warning in non-assert builds.Tom Lane
2015-03-05Change plpgsql's cast cache to consider source typmod as significant.Tom Lane
2015-03-05Need to special-case RECORD as well as UNKNOWN in plpgsql's casting logic.Tom Lane
2015-03-04Use standard casting mechanism to convert types in plpgsql, when possible.Tom Lane
2015-03-04Fix cost estimation for indexscans on expensive indexed expressions.Tom Lane
2015-03-04Fix an obsolete reference to SnapshotNow in comment.Fujii Masao
2015-03-04Fix long-obsolete code for separating filter conditions in cost_index().Tom Lane
2015-03-03Remove residual NULL-pstate handling in addRangeTableEntry.Robert Haas
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-03-03Add comment for "is_internal" parameterAlvaro Herrera
2015-03-03Reduce json <=> jsonb casts from explicit-only to assignment level.Tom Lane
2015-03-03pgbench: Fix mistakes in Makefile.Robert Haas
2015-03-03Fix busted markup.Tom Lane
2015-03-02pgbench: Add a real expression syntax to \setRobert Haas
2015-03-02Fix pg_dump handling of extension config tablesStephen Frost
2015-03-01Fix targetRelation initializiation in prepsecurityStephen Frost
2015-03-01Use the typcache to cache constraints for domain types.Tom Lane