aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* The logic in systable_beginscan to translate heap attribute numbers toHeikki Linnakangas2008-11-06
* This maneuver really requires a comment ...Tom Lane2008-11-05
* change fix for suppress_redundant_updates_trigger() where relation has Oids, ...Andrew Dunstan2008-11-05
* fix suppress_redundant_updates_trigger() where relation has Oids, per gripe f...Andrew Dunstan2008-11-05
* ADD array_ndims functionPeter Eisentraut2008-11-04
* Fix compiler warning about uninitialized variablePeter Eisentraut2008-11-04
* Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane2008-11-04
* Fix compiler warnings (including a seriously bogus elog call); minorTom Lane2008-11-04
* Use bool for a boolean flag.Tom Lane2008-11-03
* Allow uuid_in() to parse a wider variety of variant input formats for the UUIDPeter Eisentraut2008-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
* Fix silly typo in previous commit.Alvaro Herrera2008-11-03
* Fix TransactionIdSetStatusBit so that it doesn't try to change a transactionAlvaro Herrera2008-11-03
* Reduce the acceptable staleness of pgstat data for autovacuum, per theAlvaro Herrera2008-11-03
* Add pg_typeof() function.Tom Lane2008-11-03
* Fix mistakes in comment headersAlvaro Herrera2008-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
* Added missing ';'Michael Meskes2008-10-31
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-31
* Revert previous patch to put the shared memory segment on win32Magnus Hagander2008-10-30
* Fix recoveryLastXTime logic so that it actually does what one would expect.Tom Lane2008-10-30
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-29
* Update on array features supportPeter Eisentraut2008-10-29
* Since SQL:2003, the array size specification in the SQL ARRAY syntax hasPeter 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
* Change WorkTableScan to not support backward scan. The apparent supportTom Lane2008-10-28
* Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane2008-10-28
* Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut2008-10-28
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-28
* Downgrade can't-happen error reports to elog().Alvaro Herrera2008-10-27
* No need for extra code to log freezing zero tuples. Callers already check thatAlvaro Herrera2008-10-27
* Make hba parsing error messages more specific.Magnus Hagander2008-10-27
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA.Peter Eisentraut2008-10-27
* Allow EXPLAIN on CREATE TABLE AS.Peter Eisentraut2008-10-27
* Feature list updatePeter Eisentraut2008-10-27
* Better solution to the IN-list issue: instead of having an arbitrary cutoff,Tom Lane2008-10-26
* Be a little smarter about qual handling for semi-joins: a qual that mentionsTom Lane2008-10-25
* Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)"Tom Lane2008-10-25
* Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane2008-10-24