aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add missing colon to docs.Bruce Momjian2008-11-04
* Remove tabs from SGML file.Bruce Momjian2008-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
* 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
* 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
* Fix two error-recovery bugs in describeOneTableDetails(), and make the codeTom Lane2008-11-03
* Reduce the acceptable staleness of pgstat data for autovacuum, per theAlvaro Herrera2008-11-03
* Add pg_typeof() function.Tom Lane2008-11-03
* Small shell syntax improvement.Bruce Momjian2008-11-03
* Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini.Alvaro Herrera2008-11-03
* Fix mistakes in comment headersAlvaro Herrera2008-11-03
* Fix incorrect comment in SSL codeMagnus Hagander2008-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
* Move from strcmp to strncmp to be more tolerant for changes to the parser.Michael Meskes2008-11-01
* Use string component in index structure.Michael Meskes2008-11-01
* Do not eat memory even in case of an out-of-memory error.Michael Meskes2008-11-01
* 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
* The conversion rule from postgres.sgml to postgres.xml didn't work withPeter Eisentraut2008-10-31
* Add test case for CREATE CAST.Heikki Linnakangas2008-10-31
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-31
* Message improvementPeter Eisentraut2008-10-31
* Update back-branch release notes.Tom Lane2008-10-30
* Revert previous patch to put the shared memory segment on win32Magnus Hagander2008-10-30
* Update time zone data files to tzdata release 2008i (DST law changes inTom Lane2008-10-30
* Missing space in error messagePeter Eisentraut2008-10-30
* Fix recoveryLastXTime logic so that it actually does what one would expect.Tom Lane2008-10-30
* Move forgotten comment closer to where it matters.Peter Eisentraut2008-10-29
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-29
* Remove tab from sgml file.Bruce Momjian2008-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
* Use Autoconf provided AS_HELP_STRING macro to automatically format andPeter 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