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
*
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.
Tom Lane
2011-06-04
*
Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.
Tom Lane
2011-06-02
*
Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane
2011-06-02
*
Protect GIST logic that assumes penalty values can't be negative.
Tom Lane
2011-05-31
*
Fix portability bugs in use of credentials control messages for peer auth.
Tom Lane
2011-05-30
*
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
*
Fix null-dereference crash in parse_xml_decl().
Tom Lane
2011-05-28
*
Make decompilation of optimized CASE constructs more robust.
Tom Lane
2011-05-26
*
Avoid uninitialized bits in the result of QTN2QT().
Tom Lane
2011-05-24
*
Lobotomize typmod check in convert_tuples_by_position, back branches only.
Tom Lane
2011-05-23
*
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-23
*
Fix pull_up_sublinks' failure to handle nested pull-up opportunities.
Tom Lane
2011-05-02
*
Make CLUSTER lock the old table's toast table before copying data.
Tom Lane
2011-05-01
*
Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum().
Tom Lane
2011-04-29
*
Rewrite pg_size_pretty() to avoid compiler bug.
Tom Lane
2011-04-29
*
Fix array- and path-creating functions to ensure padding bytes are zeroes.
Tom Lane
2011-04-27
*
Complain if pg_hba.conf contains "hostssl" but SSL is disabled.
Tom Lane
2011-04-26
*
Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.
Tom Lane
2011-04-25
*
Fix bugs in indexing of in-doubt HOT-updated tuples.
Tom Lane
2011-04-20
*
Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.
Tom Lane
2011-04-20
*
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-19
*
Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."
Tom Lane
2011-04-19
*
Prevent incorrect updates of pg_index while reindexing pg_index itself.
Tom Lane
2011-04-15
*
Translation updates
Peter Eisentraut
2011-04-14
*
Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.
Tom Lane
2011-04-13
*
On IA64 architecture, we check the depth of the register stack in addition
Heikki Linnakangas
2011-04-13
*
Be more wary of missing statistics in eqjoinsel_semi().
Tom Lane
2011-04-12
*
Modernize dlopen interface code for FreeBSD and OpenBSD.
Tom Lane
2011-04-07
*
Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch.
Tom Lane
2011-04-07
*
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-28
*
Avoid potential deadlock in InitCatCachePhase2().
Tom Lane
2011-03-22
*
On further reflection, we'd better do the same in int.c.
Tom Lane
2011-03-11
*
Put in some more safeguards against executing a division-by-zero.
Tom Lane
2011-03-11
*
Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that
Heikki Linnakangas
2011-03-08
*
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
*
Fix tsmatchsel() to account properly for null rows.
Tom Lane
2011-02-17
*
Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.
Tom Lane
2011-02-15
*
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-02-01
*
Make reduce_outer_joins() smarter about semijoins.
Tom Lane
2011-01-30
*
Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane
2011-01-27
*
Translation updates for release 8.4.7
Peter Eisentraut
2011-01-27
*
Fix miscalculation of itemsafter in array_set_slice().
Tom Lane
2011-01-17
*
Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less...
Andrew Dunstan
2011-01-04
*
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-28
*
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
*
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-12-19
*
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
*
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-15
*
Translation updates for release 8.4.6
Peter Eisentraut
2010-12-13
*
Fix efficiency problems in tuplestore_trim().
Tom Lane
2010-12-10
[next]