aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,Magnus Hagander2010-09-16
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-02
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane2010-08-29
* Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane2010-08-26
* Fix possible corruption of AfterTriggerEventLists in subtransaction rollback.Tom Lane2010-08-19
* Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.Tom Lane2010-08-18
* Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane2010-08-16
* Fix planner to make a reasonable assumption about the amount of memory spaceTom Lane2010-08-14
* Fix Assert failure in PushOverrideSearchPath when trying to restore a searchTom Lane2010-08-13
* Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.Robert Haas2010-08-03
* Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two emptyTom Lane2010-08-03
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Tweak tsmatchsel() so that it examines the structure of the tsquery wheneverTom Lane2010-07-31
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-31
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-30
* Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane2010-07-29
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-29
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-23
* Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas2010-07-13
* Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane2010-07-09
* Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane2010-07-08
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-05
* Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas2010-07-03
* Move copydir.c from src/port to src/backend/storage/fileRobert Haas2010-07-02
* Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas2010-07-01
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-30
* Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane2010-06-21
* Make the walwriter close it's handle to an old xlog segment if it's no longerMagnus Hagander2010-06-09
* Ensure default-only storage parameters for TOAST relationsItagaki Takahiro2010-06-07
* Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().Tom Lane2010-05-30
* Rewrite LIKE's %-followed-by-_ optimization so it really works (this timeTom Lane2010-05-28
* Rejigger mergejoin logic so that a tuple with a null in the first merge columnTom Lane2010-05-28
* Change ps_status.c to explicitly track the current logical length of ps_buffer.Tom Lane2010-05-27
* Make CREATE INDEX run expression preprocessing on a proposed index expressionTom Lane2010-05-27
* Fix oversight in construction of sort/unique plans for UniquePaths.Tom Lane2010-05-25
* 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