summaryrefslogtreecommitdiff
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-09Update time zone data files to tzdata release 2009s: DST law changes inTom Lane
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-29Fix session-lifespan memory leak when a plperl function is redefined:Tom Lane
2009-11-23Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas
2009-11-20Revert backpatch of inheritable-ACE patch for Win32, since it brokeMagnus Hagander
2009-11-15Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, exceptMagnus Hagander
2009-11-10Do not build psql's flex module on its own, but instead include it inTom Lane
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-11-03Fix obscure segfault condition in PL/PythonPeter Eisentraut
2009-10-31Ensure the previous Perl interpreter selection is restored upon exit fromTom Lane
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-28Convert a perl array to a postgres array when returned by Set Returning Funct...Andrew Dunstan
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-08Remove outside-the-scanner references to "yyleng".Tom Lane
2009-09-06Update the tznames reference files, and add IDT (Israel Daylight Time)Tom Lane
2009-09-04Tag 8.2.14REL8_2_14Marc G. Fournier
2009-09-03Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22,Tom Lane
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-09-03Update time zone data files to tzdata release 2009l: DST law changes inTom Lane
2009-09-02Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane
2009-08-27Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1.Bruce Momjian
2009-08-24Fix inclusions of readline/editline header files so that we only attempt toTom Lane
2009-08-18Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane
2009-08-16Fix imprecise documentation of random(): it never returns 1.0.Tom Lane
2009-08-15Remove tabs from SGML.Bruce Momjian
2009-08-10Enable the use of multiple CPUs/cores when building on MSVC. This onlyMagnus Hagander
2009-08-10Re-add documentation for --no-readline option of psql, mistakenly removed a d...Andrew Dunstan
2009-08-07Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane
2009-07-29Fix a thinko introduced into CountActiveBackends by a recent patch:Tom Lane
2009-07-28Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 byTeodor Sigaev
2009-07-24Fix the fix for the gist error messagePeter Eisentraut
2009-07-20Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera
2009-07-10Fix xslt_process() to ensure that it inserts a NULL terminator after theTom Lane
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