summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-12-08Translation updatesPeter Eisentraut
2009-12-03Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas
2009-12-02Ignore attempts to set "application_name" in the connection startup packet.Tom Lane
2009-11-23Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-10-30Make the overflow guards in ExecChooseHashTableSize be more protective.Tom Lane
2009-10-27Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane
2009-10-16Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane
2009-10-08Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas
2009-10-02Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane
2009-09-26Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane
2009-09-18Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev
2009-09-13Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas
2009-09-10On Windows, when a file is deleted and another process still has an openHeikki Linnakangas
2009-09-03Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
2009-09-03Translation updatesPeter Eisentraut
2009-08-18Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane
2009-07-29Fix a thinko introduced into CountActiveBackends by a recent patch:Tom Lane
2009-07-24Fix the fix for the gist error messagePeter Eisentraut
2009-07-06Fix ancient bug in handling of to_char modifier 'TH', when used with HH.Heikki Linnakangas
2009-06-25Disallow empty passwords in LDAP authentication, the same wayMagnus Hagander
2009-06-23Fix an ancient error in dist_ps (distance from point to line segment), whichTom Lane
2009-06-18Fix error in comment. Fujii MasaoHeikki Linnakangas
2009-06-10Improve capitalization and punctuation in recently added GiST message.Peter Eisentraut
2009-06-10Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane
2009-05-19Update relpages and reltuples estimates in stand-alone ANALYZE, even ifHeikki Linnakangas
2009-05-11Partially revert my patch of 2008-11-12 that installed a limit on the numberTom Lane
2009-05-07Request XLOG switch before writing checkpoint in pg_start_backup(). OtherwiseHeikki Linnakangas
2009-05-04Call SetLastError(0) before calling the file mapping functionsMagnus Hagander
2009-05-01When checking for datetime field overflow, we should allow a fractional-secondTom Lane
2009-04-25Fix the handling of sub-SELECTs appearing in the arguments of an outer-levelTom Lane
2009-04-25Remove HELIOS Software GmbH name and copyright from AIX dynloader files,Bruce Momjian
2009-04-06Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev
2009-04-04Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane
2009-03-31Fix a rare race condition when commit_siblings > 0 and a transaction commitsHeikki Linnakangas
2009-03-30Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane
2009-03-24Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane
2009-03-12Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane
2009-03-04Put back our old workaround for machines that declare cbrt() in math.h butTom Lane
2009-03-03Ooops ... fix some confusion between gettext() and _() in my previous patch.Tom Lane
2009-03-02When we are in error recursion trouble, arrange to suppress translation andTom Lane
2009-02-28Fix buffer allocations in encoding conversion routines so that they won'tTom Lane
2009-02-27In CREATE CONVERSION, test that the given function is a valid conversionHeikki Linnakangas
2009-02-25Fix an old problem in decompilation of CASE constructs: the ruleutils.c codeTom Lane
2009-02-24Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane
2009-01-30Defend against null input in analyze_requires_snapshot(), per reportTom Lane
2009-01-29Translation updatesPeter Eisentraut