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