summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-03-15Increase max_wal_size's default from 128MB to 1GB.Andres Freund
2015-03-15Remove pause_at_recovery_target recovery.conf setting.Andres Freund
2015-03-15Suppress maybe-uninitialized compiler warnings.Fujii Masao
2015-03-13Fix integer overflow in debug message of walreceiverTatsuo Ishii
2015-03-12Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane
2015-03-12Fix memory leaks in GIN index vacuum.Heikki Linnakangas
2015-03-12Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane
2015-03-12Fix old bug in get_loop_count().Tom Lane
2015-03-12Improve planner's cost estimation in the presence of semijoins.Tom Lane
2015-03-11Support default ACLs in get_object_addressAlvaro Herrera
2015-03-11Support user mappings in get_object_addressAlvaro Herrera
2015-03-11Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Suggest to the user the column they may have meant to reference.Robert Haas
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
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-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-09Add missing "goto err" statements in xlogreader.c.Fujii Masao
2015-03-08Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.Tom Lane
2015-03-08Fix erroneous error message for REINDEX SYSTEM.Tom Lane
2015-03-07Remove rolcatupdatePeter Eisentraut
2015-03-05Fix user mapping object descriptionAlvaro Herrera
2015-03-05Silence warning in non-assert-enabled buildAlvaro Herrera
2015-03-05Fix typo in comment.Fujii Masao
2015-03-05Avoid unused-variable warning in non-assert builds.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-01Fix targetRelation initializiation in prepsecurityStephen Frost
2015-03-01Use the typcache to cache constraints for domain types.Tom Lane
2015-03-01Add transform functions for AT TIME ZONE.Noah Misch
2015-02-28Fix planning of star-schema-style queries.Tom Lane
2015-02-28Improve mmgr README.Tom Lane
2015-02-27Suppress uninitialized-variable warning from less-bright compilers.Tom Lane
2015-02-27Redefine MemoryContextReset() as deleting, not resetting, child contexts.Tom Lane
2015-02-27Make CREATE OR REPLACE VIEW internally more consistentAlvaro Herrera
2015-02-27Invent a memory context reset/delete callback mechanism.Tom Lane
2015-02-27Fix a couple of trivial issues in jsonb.cAlvaro Herrera
2015-02-27Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADEAlvaro Herrera
2015-02-26Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan
2015-02-26Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund