aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* array_offset() and array_offsets()Alvaro Herrera2015-03-18
* Setup cursor position for schema-qualified elementsAlvaro Herrera2015-03-18
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-18
* Fix out-of-array-bounds compiler warningAlvaro Herrera2015-03-16
* Support opfamily members in get_object_addressAlvaro Herrera2015-03-16
* Improve representation of PlanRowMark.Tom Lane2015-03-15
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Increase max_wal_size's default from 128MB to 1GB.Andres Freund2015-03-15
* Remove pause_at_recovery_target recovery.conf setting.Andres Freund2015-03-15
* Suppress maybe-uninitialized compiler warnings.Fujii Masao2015-03-15
* Fix integer overflow in debug message of walreceiverTatsuo Ishii2015-03-14
* Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane2015-03-12
* Fix memory leaks in GIN index vacuum.Heikki Linnakangas2015-03-12
* Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane2015-03-11
* Fix old bug in get_loop_count().Tom Lane2015-03-11
* Improve planner's cost estimation in the presence of semijoins.Tom Lane2015-03-11
* Support default ACLs in get_object_addressAlvaro Herrera2015-03-11
* Support user mappings in get_object_addressAlvaro Herrera2015-03-11
* Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas2015-03-11
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Suggest to the user the column they may have meant to reference.Robert Haas2015-03-11
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-10
* Allow named parameters to be specified using => in addition to :=Robert Haas2015-03-10
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-09
* Fix crasher bugs in previous commitAlvaro Herrera2015-03-09
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Fix handling of sortKeys field in Tuplesortstate.Robert Haas2015-03-09
* Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas2015-03-09
* Add missing "goto err" statements in xlogreader.c.Fujii Masao2015-03-09
* Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.Tom Lane2015-03-08
* Fix erroneous error message for REINDEX SYSTEM.Tom Lane2015-03-08
* Remove rolcatupdatePeter Eisentraut2015-03-06
* Fix user mapping object descriptionAlvaro Herrera2015-03-05
* Silence warning in non-assert-enabled buildAlvaro Herrera2015-03-05
* Fix typo in comment.Fujii Masao2015-03-05
* Avoid unused-variable warning in non-assert builds.Tom Lane2015-03-04
* Fix cost estimation for indexscans on expensive indexed expressions.Tom Lane2015-03-03
* Fix an obsolete reference to SnapshotNow in comment.Fujii Masao2015-03-04
* Fix long-obsolete code for separating filter conditions in cost_index().Tom Lane2015-03-03
* Remove residual NULL-pstate handling in addRangeTableEntry.Robert Haas2015-03-03
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Add comment for "is_internal" parameterAlvaro Herrera2015-03-03
* Fix targetRelation initializiation in prepsecurityStephen Frost2015-03-01
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* Add transform functions for AT TIME ZONE.Noah Misch2015-03-01
* Fix planning of star-schema-style queries.Tom Lane2015-02-28
* Improve mmgr README.Tom Lane2015-02-27
* Suppress uninitialized-variable warning from less-bright compilers.Tom Lane2015-02-27