summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-11-03Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane
2008-11-03suppress_redundant_updates_trigger function.Andrew Dunstan
2008-11-03Fix silly typo in previous commit.Alvaro Herrera
2008-11-03Fix TransactionIdSetStatusBit so that it doesn't try to change a transactionAlvaro Herrera
2008-11-03Fix two error-recovery bugs in describeOneTableDetails(), and make the codeTom Lane
2008-11-03Reduce the acceptable staleness of pgstat data for autovacuum, per theAlvaro Herrera
2008-11-03Add pg_typeof() function.Tom Lane
2008-11-03Small shell syntax improvement.Bruce Momjian
2008-11-03Fix mistakes in comment headersAlvaro Herrera
2008-11-03Fix incorrect comment in SSL codeMagnus Hagander
2008-11-03Change the pgstat logic so that the stats collector writes the stats file onlyTom Lane
2008-11-02Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-11-01Move from strcmp to strncmp to be more tolerant for changes to the parser.Michael Meskes
2008-11-01Use string component in index structure.Michael Meskes
2008-11-01Do not eat memory even in case of an out-of-memory error.Michael Meskes
2008-10-31Simplify ExecutorRun's API and save some trivial number of cycles by havingTom Lane
2008-10-31Update FSM on WAL replay. This is a bit limited; the FSM is only updatedHeikki Linnakangas
2008-10-31Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane
2008-10-31Added missing ';'Michael Meskes
2008-10-31Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas
2008-10-31Add test case for CREATE CAST.Heikki Linnakangas
2008-10-31Add support for user-defined I/O conversion casts.Heikki Linnakangas
2008-10-31Message improvementPeter Eisentraut
2008-10-30Revert previous patch to put the shared memory segment on win32Magnus Hagander
2008-10-30Update time zone data files to tzdata release 2008i (DST law changes inTom Lane
2008-10-30Fix recoveryLastXTime logic so that it actually does what one would expect.Tom Lane
2008-10-29Move forgotten comment closer to where it matters.Peter Eisentraut
2008-10-29Support for Sun Studio compiler on LinuxPeter Eisentraut
2008-10-29Update on array features supportPeter Eisentraut
2008-10-29Since SQL:2003, the array size specification in the SQL ARRAY syntax hasPeter Eisentraut
2008-10-29Unicode escapes in strings and identifiersPeter Eisentraut
2008-10-29Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane
2008-10-28Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane
2008-10-28Change WorkTableScan to not support backward scan. The apparent supportTom Lane
2008-10-28Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane
2008-10-28Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander
2008-10-27Downgrade can't-happen error reports to elog().Alvaro Herrera
2008-10-27No need for extra code to log freezing zero tuples. Callers already check thatAlvaro Herrera
2008-10-27Make hba parsing error messages more specific.Magnus Hagander
2008-10-27Install a more robust solution for the problem of infinite error-processingTom Lane
2008-10-27Add support for multiple error messages from libpq, by simply appending themMagnus Hagander
2008-10-27SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA.Peter Eisentraut
2008-10-27Update standalong libpq makefiles for msvc and bcc to work with the newMagnus Hagander
2008-10-27Allow EXPLAIN on CREATE TABLE AS.Peter Eisentraut
2008-10-27Feature list updatePeter Eisentraut
2008-10-26Better solution to the IN-list issue: instead of having an arbitrary cutoff,Tom Lane
2008-10-25Be a little smarter about qual handling for semi-joins: a qual that mentionsTom Lane
2008-10-25Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)"Tom Lane