summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2015-02-26Add hasRowSecurity to copyfuncs/outfuncsStephen Frost
2015-02-26Add locking clause for SB views for update/deleteStephen Frost
2015-02-25Fix over-optimistic caching in fetch_array_arg_replace_nulls().Tom Lane
2015-02-25Fix dumping of views that are just VALUES(...) but have column aliases.Tom Lane
2015-02-24Improve parser's one-extra-token lookahead mechanism.Tom Lane
2015-02-24Error when creating names too long for tar formatPeter Eisentraut
2015-02-24Fix typo in README.Heikki Linnakangas
2015-02-23Fix stupid merge errors in previous commitAlvaro Herrera
2015-02-23Further tweaking of raw grammar output to distinguish different inputs.Tom Lane
2015-02-23Support more commands in event triggersAlvaro Herrera
2015-02-23Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas
2015-02-23Refactor unit conversions code in guc.c.Heikki Linnakangas
2015-02-23Guard against spurious signals in LockBufferForCleanup.Andres Freund
2015-02-23Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao
2015-02-22Add parse location fields to NullTest and BooleanTest structs.Tom Lane