aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-18
* Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane2008-11-16
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-15
* Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin.Tom Lane2008-11-14
* Actually, instead of whining about how type internal might not safely storeTom Lane2008-11-14
* Replace the usage of heap_addheader to create pg_attribute tuples with regularAlvaro Herrera2008-11-14
* Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane2008-11-14
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-13
* PGDLLIMPORT-ize the global variables referenced in pg_crc.h.Tom Lane2008-11-13
* Update URL to Ross Williams' CRC paper.Alvaro Herrera2008-11-12
* If we're going to use a SQL function for this, at least make it schema-proof.Tom Lane2008-11-12
* array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut2008-11-12
* Get rid of adjust_appendrel_attr_needed(), which has been broken ever sinceTom Lane2008-11-11
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-09
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-07
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* ADD array_ndims functionPeter Eisentraut2008-11-04
* Dept of second thoughts: seems it'd be safer if pg_typeof is markedTom Lane2008-11-03
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* suppress_redundant_updates_trigger function.Andrew Dunstan2008-11-03
* Add pg_typeof() function.Tom Lane2008-11-03
* Change the pgstat logic so that the stats collector writes the stats file onlyTom Lane2008-11-03
* Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane2008-11-02
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Simplify ExecutorRun's API and save some trivial number of cycles by havingTom Lane2008-10-31
* Update FSM on WAL replay. This is a bit limited; the FSM is only updatedHeikki Linnakangas2008-10-31
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-31
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-31
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-29
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-29
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-28
* Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane2008-10-28
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-28
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane2008-10-24
* Remove useless ps_OuterTupleSlot field from PlanState. I suppose this wasTom Lane2008-10-23
* * make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander2008-10-23
* Dept of better ideas: refrain from creating the planner's placeholder_listTom Lane2008-10-22
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-21
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-20
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-20
* Remove useless mark/restore support in hash index AM, per discussion.Tom Lane2008-10-17
* Add a new column to pg_am to specify whether an index AM supports backwardTom Lane2008-10-17