summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-03Make the newly-added regression tests for lo_truncate() consistentNeil Conway
2007-03-03Cosmetic patch to large object regression test.Bruce Momjian
2007-03-03Split _bt_insertonpg to two functions.Bruce Momjian
2007-03-03Fix for COPY-after-truncate feature.Bruce Momjian
2007-03-03Remove undo information from pg_controldata --- never used.Bruce Momjian
2007-03-03Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian
2007-03-03Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway
2007-03-03Add logging to /contrib/pg_standby if -k couldn't clean up the log file.Bruce Momjian
2007-03-03Add GUC log_lock_waits to log long wait times.Bruce Momjian
2007-03-03Done:Bruce Momjian
2007-03-03Allow \pset and \x, \t to use boolean constants on/off, rather than justBruce Momjian
2007-03-03Update license wording in FAQ_DEV.Bruce Momjian
2007-03-03Add URLs for:Bruce Momjian
2007-03-02Make log_min_error_statement put LOG level at the same priority asTom Lane
2007-03-02HTML markup fix.Bruce Momjian
2007-03-02Fix HTML markup.Bruce Momjian
2007-03-02in FAQ_DEV, mention we don't want non-BSD-compatible licensed patches.Bruce Momjian
2007-03-02Fix broken markup, improve wording.Tom Lane
2007-03-02Suppress useless searches for unused line pointers in PageAddItem. To doTom Lane
2007-03-01Fix miscalculation of stats collector's write delay, introduced in revision 1...Tom Lane
2007-03-01Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane
2007-03-01Fix date/time formats for XML Schema output.Peter Eisentraut
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2007-02-28Add language about rights given by posting a patch:Bruce Momjian
2007-02-28Remove temporary Windows-specific debugging code.Magnus Hagander
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-27Update release timeline to use unnumber lists HTML.Bruce Momjian
2007-02-27Update DEV FAQ for CVS/SVN issue.Bruce Momjian
2007-02-27Remove Kerberos mention in Solaris FAQ.Bruce Momjian
2007-02-27Allow information schema definitions to work without requiring implicitPeter Eisentraut
2007-02-27Make build.bat return a proper errorcode if the build fails.Magnus Hagander
2007-02-27Get rid of the separate EState for subplans, and just let them share theTom Lane
2007-02-25Put back copyObject() call I removed in a fit of brain fade. This oneTom Lane
2007-02-23Update Solaris FAQ.Bruce Momjian
2007-02-23Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN toTom Lane
2007-02-23Move BLCKSZ < 1024 check to guc.c.Bruce Momjian
2007-02-23Spelling fix.Bruce Momjian
2007-02-23Update Solaris FAQ wording, per Peter.Bruce Momjian
2007-02-23Update upgrade FAQ info.Bruce Momjian
2007-02-23Update Solaris FAQ.Bruce Momjian
2007-02-23Add psql \prompt capability.Bruce Momjian
2007-02-22Change Agg and Group nodes so that Vars contained in their targetlistsTom Lane
2007-02-22Fix bug I introduced in recent patch to make hash joins discard null tuplesTom Lane
2007-02-22Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane
2007-02-21Remove extra tab.Bruce Momjian
2007-02-21Remove tabs from SGML reference files, so their addition can be detectedBruce Momjian
2007-02-21Update upgrade wording.Bruce Momjian
2007-02-21Update new optional VACUUM FULL hint for translations, per Alvaro.Bruce Momjian
2007-02-21Move increase FSM warning to after lazy_truncate_heap() because theBruce Momjian
2007-02-21btree source code cleanups:Bruce Momjian