summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-23Ratchet up patch to improve autovacuum wraparound messages.Alvaro Herrera
2008-07-23Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane
2008-07-23Abort if Tcl support was configured and no tcl shell was found.Peter Eisentraut
2008-07-22Update link to Oleg and Teodor's GIN page.Tom Lane
2008-07-21Publish more openly the fact that autovacuum is working for wraparoundAlvaro Herrera
2008-07-21Add comment about the two different query strings that ExecuteQuery()Tom Lane
2008-07-21Code review for array_fill patch: fix inadequate check for array size overflowTom Lane
2008-07-20Add a pg_dump option --lock-wait-timeout to allow failing the dump if unableTom Lane
2008-07-20Revert patch so .psqlrc can suppress startup banner:Bruce Momjian
2008-07-19Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane
2008-07-18Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane
2008-07-18Provide a function hook to let plug-ins get control around ExecutorRun.Tom Lane
2008-07-18Properly document archive/restore command examples on Windows.Bruce Momjian
2008-07-18In psql, run .psqlrc _after_ printing warnings and banner.Bruce Momjian
2008-07-18Fix a race condition that I introduced into sinvaladt.c during the recentTom Lane
2008-07-18Suppress compiler warning, and not incidentally make the code moreTom Lane
2008-07-18Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane
2008-07-18Add URL for:Bruce Momjian
2008-07-17Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera
2008-07-17Avoid crashing when a table is deleted while we're on the process of checkingAlvaro Herrera
2008-07-17Add dump support for SortBy nodes. Needed this while debugging a reportedTom Lane
2008-07-17Add to TODO:Bruce Momjian
2008-07-16Add URL for:Bruce Momjian
2008-07-16Fix previous patch so that it actually works --- consider TRUNCATE foo, publi...Tom Lane
2008-07-16Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane
2008-07-16Allow TRUNCATE foo, foo to succeed, per report from Nikhils.Bruce Momjian
2008-07-16Add to TODO:Bruce Momjian
2008-07-16Support "variadic" functions, which can accept a variable number of argumentsTom Lane
2008-07-16Add array_fill() to create arrays initialized with a value.Bruce Momjian
2008-07-15Fix alignment of SGML array docs.Bruce Momjian
2008-07-15Add Swedish_Sweden.1252 Windows locale example to docs.Bruce Momjian
2008-07-15Addendum: psql sequence value display patch was originally written byBruce Momjian
2008-07-15Add to TODO:Bruce Momjian
2008-07-15Add TODO:Bruce Momjian
2008-07-15Done:Bruce Momjian
2008-07-15Have psql \d show the value of sequence columns.Bruce Momjian
2008-07-15Clarify that locale names on Windows are more verbose.Bruce Momjian
2008-07-14Add comment about literal strings in our syntax not being translated inBruce Momjian
2008-07-14Add to TODO:Bruce Momjian
2008-07-14Add column storage type to psql \d+ display.Bruce Momjian
2008-07-14In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian
2008-07-14Done:Bruce Momjian
2008-07-14Add URL for:Bruce Momjian
2008-07-14Done, per Simon:Bruce Momjian
2008-07-14Clean up buildfarm failures arising from the seemingly straightforward pageTom Lane
2008-07-14Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane
2008-07-13Change the PageGetContents() macro to guarantee its result is maxalign'd,Tom Lane
2008-07-13Clean up the use of some page-header-access macros: principally, useTom Lane
2008-07-12Fix a couple of stray misuses of "binary compatible".Tom Lane
2008-07-12More replacements of binary compatible to binary coercible.Peter Eisentraut