index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
array_offset() and array_offsets()
Alvaro Herrera
2015-03-18
*
Setup cursor position for schema-qualified elements
Alvaro Herrera
2015-03-18
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Fix out-of-array-bounds compiler warning
Alvaro Herrera
2015-03-16
*
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-16
*
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
*
Remove pause_at_recovery_target recovery.conf setting.
Andres Freund
2015-03-15
*
Suppress maybe-uninitialized compiler warnings.
Fujii Masao
2015-03-15
*
Fix integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-03-14
*
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-03-12
*
Fix memory leaks in GIN index vacuum.
Heikki Linnakangas
2015-03-12
*
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2015-03-11
*
Fix old bug in get_loop_count().
Tom Lane
2015-03-11
*
Improve planner's cost estimation in the presence of semijoins.
Tom Lane
2015-03-11
*
Support default ACLs in get_object_address
Alvaro Herrera
2015-03-11
*
Support user mappings in get_object_address
Alvaro Herrera
2015-03-11
*
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-11
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
*
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-10
*
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
*
Fix crasher bugs in previous commit
Alvaro Herrera
2015-03-09
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Fix handling of sortKeys field in Tuplesortstate.
Robert Haas
2015-03-09
*
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-09
*
Add missing "goto err" statements in xlogreader.c.
Fujii Masao
2015-03-09
*
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
Tom Lane
2015-03-08
*
Fix erroneous error message for REINDEX SYSTEM.
Tom Lane
2015-03-08
*
Remove rolcatupdate
Peter Eisentraut
2015-03-06
*
Fix user mapping object description
Alvaro Herrera
2015-03-05
*
Silence warning in non-assert-enabled build
Alvaro Herrera
2015-03-05
*
Fix typo in comment.
Fujii Masao
2015-03-05
*
Avoid unused-variable warning in non-assert builds.
Tom Lane
2015-03-04
*
Fix cost estimation for indexscans on expensive indexed expressions.
Tom Lane
2015-03-03
*
Fix an obsolete reference to SnapshotNow in comment.
Fujii Masao
2015-03-04
*
Fix long-obsolete code for separating filter conditions in cost_index().
Tom Lane
2015-03-03
*
Remove residual NULL-pstate handling in addRangeTableEntry.
Robert Haas
2015-03-03
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Add comment for "is_internal" parameter
Alvaro Herrera
2015-03-03
*
Fix targetRelation initializiation in prepsecurity
Stephen Frost
2015-03-01
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
*
Add transform functions for AT TIME ZONE.
Noah Misch
2015-03-01
*
Fix planning of star-schema-style queries.
Tom Lane
2015-02-28
*
Improve mmgr README.
Tom Lane
2015-02-27
*
Suppress uninitialized-variable warning from less-bright compilers.
Tom Lane
2015-02-27
[next]