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
*
Avoid unnecessary page-level SSI lock check in heap_insert().
Tom Lane
2011-09-16
*
gistendscan() forgot to free so->giststate.
Tom Lane
2011-09-16
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
*
deflist_to_tuplestore dumped core on an option with no value.
Tom Lane
2011-09-13
*
In the final emptying phase of the new GiST buffering build, set the
Heikki Linnakangas
2011-09-12
*
Invent a new memory context primitive, MemoryContextSetParent.
Tom Lane
2011-09-11
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
round() is not portable. Use rint().
Tom Lane
2011-09-08
*
Tweak string for uniformity
Alvaro Herrera
2011-09-08
*
Buffering GiST index build algorithm.
Heikki Linnakangas
2011-09-08
*
Fix corner case bug in numeric to_char().
Tom Lane
2011-09-07
*
Fix typo in error message.
Tom Lane
2011-09-07
*
Fix get_name_for_var_field() to deal with RECORD Params.
Tom Lane
2011-09-07
*
Fix to_date() and to_timestamp() to handle year masks of length < 4 so
Bruce Momjian
2011-09-07
*
Partially revoke attempt to improve performance with many savepoints.
Simon Riggs
2011-09-07
*
Emit cascaded standby message on shutdown only when appropriate.
Simon Riggs
2011-09-07
*
Improve comment about handling of temp tables in shared-inval code.
Tom Lane
2011-09-06
*
Correct ancient logic mistake in assertion
Peter Eisentraut
2011-09-06
*
Avoid possibly accessing off the end of memory in SJIS2004 conversion.
Tom Lane
2011-09-06
*
Avoid possibly accessing off the end of memory in examine_attribute().
Tom Lane
2011-09-06
*
Add C comment about why we send cache invalidation messages for
Bruce Momjian
2011-09-05
*
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
*
Mark some untranslatable messages with errmsg_internal
Alvaro Herrera
2011-09-05
*
Improve "invalid byte sequence for encoding" message
Peter Eisentraut
2011-09-05
*
Change get_variable_numdistinct's API to flag default estimates explicitly.
Tom Lane
2011-09-04
*
Dig down into sub-selects to look for column statistics.
Tom Lane
2011-09-04
*
Can't print PlannerGlobal's subroots list in outfuncs.
Tom Lane
2011-09-04
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
*
Add archive_command example
Peter Eisentraut
2011-09-03
*
Whitespace adjustment for consistency in the file
Peter Eisentraut
2011-09-03
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
*
Add C comment about needed include.
Bruce Momjian
2011-09-01
*
Put back improperly removed #include.
Tom Lane
2011-09-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-09-01
*
Further repair of eqjoinsel ndistinct-clamping logic.
Tom Lane
2011-09-01
*
Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.
Tom Lane
2011-08-31
*
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
2011-08-30
*
Fix parsing of time string followed by yesterday/today/tomorrow.
Robert Haas
2011-08-30
*
Remove some tabs from README file.
Robert Haas
2011-08-29
*
Fix concat_ws() to not insert a separator after leading NULL argument(s).
Tom Lane
2011-08-29
*
Improve spinlock performance for HP-UX, ia64, non-gcc.
Robert Haas
2011-08-29
*
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-27
*
Implement the information schema with_hierarchy column
Peter Eisentraut
2011-08-27
*
Add missing includes after pgrminclude run.
Bruce Momjian
2011-08-26
*
Add markers for skips.
Bruce Momjian
2011-08-26
[next]