aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane2010-03-06
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-03
* Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1.Tom Lane2010-02-25
* Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro2010-02-19
* Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane2010-02-01
* Avoid performing encoding conversion on command tag strings during EndCommand.Tom Lane2010-01-30
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-24
* Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane2010-01-07
* Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane2009-12-12
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-09
* Translation updatesPeter Eisentraut2009-12-08
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* Ignore attempts to set "application_name" in the connection startup packet.Tom Lane2009-12-02
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* Make the overflow guards in ExecChooseHashTableSize be more protective.Tom Lane2009-10-30
* Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane2009-10-27
* Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane2009-10-16
* Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas2009-10-08
* Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane2009-09-26
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-03
* Translation updatesPeter Eisentraut2009-09-03
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-18
* Fix ancient bug in handling of to_char modifier 'TH', when used with HH.Heikki Linnakangas2009-07-06
* Fix an ancient error in dist_ps (distance from point to line segment), whichTom Lane2009-06-23
* Improve capitalization and punctuation in recently added GiST message.Peter Eisentraut2009-06-10
* Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane2009-06-10
* When checking for datetime field overflow, we should allow a fractional-secondTom Lane2009-05-01
* Fix the handling of sub-SELECTs appearing in the arguments of an outer-levelTom Lane2009-04-25
* Remove HELIOS Software GmbH name and copyright from AIX dynloader files,Bruce Momjian2009-04-25
* Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev2009-04-07
* Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane2009-04-04
* Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane2009-03-12
* Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.Heikki Linnakangas2009-03-05
* Put back our old workaround for machines that declare cbrt() in math.h butTom Lane2009-03-04
* Ooops ... fix some confusion between gettext() and _() in my previous patch.Tom Lane2009-03-03
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Fix buffer allocations in encoding conversion routines so that they won'tTom Lane2009-02-28
* In CREATE CONVERSION, test that the given function is a valid conversionHeikki Linnakangas2009-02-27
* Translation updatesPeter Eisentraut2009-01-29
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* Go over all OpenSSL return values and make sure we compare themMagnus Hagander2009-01-28
* Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap.Heikki Linnakangas2009-01-06
* Translation updatesPeter Eisentraut2008-10-30
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Fix an old bug in after-trigger handling: AfterTriggerEndQuery took theTom Lane2008-10-25
* Fix SPI_getvalue and SPI_getbinval to range-check the given attribute numberTom Lane2008-10-16
* Fix improper display of fractional seconds in interval valuesTom Lane2008-10-02
* Install checks in executor startup to ensure that the tuples produced by anTom Lane2008-08-08
* Do not allow Unique nodes to be scanned backwards. The code claimed that itTom Lane2008-08-05