aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Translation updatePeter Eisentraut2010-05-13
* Cause the archiver process to adopt new postgresql.conf settings (particularlyTom Lane2010-05-11
* Set per-function GUC settings during validating the function.Itagaki Takahiro2010-05-11
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknumTom Lane2010-05-02
* Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane2010-05-01
* On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas2010-04-16
* Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane2010-04-14
* Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas2010-04-01
* Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane2010-03-30
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-25
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-24
* Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane2010-03-20
* Modify error context callback functions to not assume that they can fetchTom Lane2010-03-19
* Fix bug in %r handling in recovery_end_command, it always came out as 0Heikki Linnakangas2010-03-18
* Add missing reset of need_initialization in reloptions code.Tom Lane2010-03-11
* Disallow gssapi authentication on local connections, since itMagnus Hagander2010-03-08
* Fix warning messages in restrict_and_check_grant() to include the column nameTom Lane2010-03-06
* When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane2010-03-06
* Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas2010-03-04
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-03
* Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane2010-03-03
* Allow predicate_refuted_by() to deduce that NOT A refutes A.Tom Lane2010-02-25
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-25
* Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro2010-02-19
* Provide some rather hokey ways for EXPLAIN to print FieldStore and assignmentTom Lane2010-02-18
* Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane2010-02-18
* Force READY portals into FAILED state when a transaction or subtransactionTom Lane2010-02-18
* Fix bug in GIN WAL redo cleanup function: don't free fake relcache entryHeikki Linnakangas2010-02-09
* Remove obsolete comment about 'fsm' argument, which isn't an argumentHeikki Linnakangas2010-02-08
* CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane2010-02-02
* Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane2010-02-01
* Fix race condition in win32 signal handling.Magnus Hagander2010-01-31
* 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
* Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure thatTom Lane2010-01-23
* Well, the systemtap guys moved the goalposts again: with the latest version,Tom Lane2010-01-20
* Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert anTom Lane2010-01-18
* Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev2010-01-18
* Fix portalmem.c to avoid keeping a dangling pointer to a cached plan listTom Lane2010-01-18
* When loading critical system indexes into the relcache, ensure we lock theTom Lane2010-01-13
* Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,Tom Lane2010-01-13
* Fix relcache reload mechanism to be more robust in the face of errorsTom Lane2010-01-12
* Improve ExecEvalVar's handling of whole-row variables in cases where theTom Lane2010-01-11
* Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane2010-01-07
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05
* Reset minRecoveryPoint at checkpoints, so that we don't uselessly updateHeikki Linnakangas2009-12-30
* Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane2009-12-30
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* Fix wrong WAL info value generated when gistContinueInsert() performs anTom Lane2009-12-24