summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-05-01Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane
2010-04-16On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas
2010-04-14Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane
2010-04-01Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-20Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane
2010-03-06When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane
2010-03-03Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane
2010-02-25Allow predicate_refuted_by() to deduce that NOT A refutes A.Tom Lane
2010-02-25Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander
2010-02-19Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro
2010-02-01Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane
2010-01-31Fix race condition in win32 signal handling.Magnus Hagander
2010-01-30Avoid performing encoding conversion on command tag strings during EndCommand.Tom Lane
2010-01-24Fix assorted core dumps and Assert failures that could occur duringTom Lane
2010-01-23Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure thatTom Lane
2010-01-13When loading critical system indexes into the relcache, ensure we lock theTom Lane
2010-01-12Fix relcache reload mechanism to be more robust in the face of errorsTom Lane
2010-01-07Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane
2009-12-30Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane
2009-12-29Previous fix for temporary file management broke returning a set fromHeikki Linnakangas
2009-12-24Fix wrong WAL info value generated when gistContinueInsert() performs anTom Lane
2009-12-12Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane
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