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