summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-21Add comment about void* use in MemSet.Bruce Momjian
2005-07-21Add:Bruce Momjian
2005-07-21Fix integer timestamp build for macro changes.Bruce Momjian
2005-07-21Add comment marking non-exact time conversion macros.Bruce Momjian
2005-07-21Remove unnecessary parentheses in assignments.Bruce Momjian
2005-07-21Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane
2005-07-21Add time/date macros for code clarity:Bruce Momjian
2005-07-20Fix breakage of INSTALL document build.Tom Lane
2005-07-20/contrib/btree_gist adjustments for new 'day' interval value.Bruce Momjian
2005-07-20Update catalog version for INTERVAL day addition.Bruce Momjian
2005-07-20Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian
2005-07-20Fix interval division and multiplication, before:Bruce Momjian
2005-07-19Documentation tweak: make <command>CREATE OPERATOR CLASS</command> intoNeil Conway
2005-07-18Fix some bogosities in geometric-function documentation: add an entryTom Lane
2005-07-18\pset numericsep -> numericlocale.Bruce Momjian
2005-07-18Fix len so decimal length is only added when a period appears in the output.Bruce Momjian
2005-07-18Avoid use of E'', and thereby creating an unnecessary version-dependency,Tom Lane
2005-07-18Avoid need for E'' construct by using regexp instead of LIKE. MoreTom Lane
2005-07-18Fix numiericsep length computations.Bruce Momjian
2005-07-18Adjust psql describe queries so that any pg_foo_is_visible() conditionTom Lane
2005-07-18pgcrypto documentation update. Marko KreenTom Lane
2005-07-18Fortuna fixes. Marko KreenTom Lane
2005-07-18Small cleanups for pgcrypto. Marko KreenTom Lane
2005-07-18Fix C++-style comments, per Rocco Altier.Tom Lane
2005-07-18MemSet() must not cast its pointer argument to int32* until after it hasTom Lane
2005-07-17Make pg_regress accept a command-line option for the temporary installation'sTom Lane
2005-07-15Fix create_unique_plan() so it doesn't generate useless entries in theTom Lane
2005-07-15Fix SGML spacing.Bruce Momjian
2005-07-15Check for out-of-range varoattno in deparse_context_for_subplan.Tom Lane
2005-07-15Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane
2005-07-14Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane
2005-07-14Enable multi-byte thousands_sep and decimal_point for numericsep.Bruce Momjian
2005-07-14Make better thousands_sep default based on decimal marker value.Bruce Momjian
2005-07-14Change numericsep to a boolean, and make it locale-aware.Bruce Momjian
2005-07-14Add numeric separator support for latex and troff output methods.Bruce Momjian
2005-07-14Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntaxNeil Conway
2005-07-14barebones variable name -> tuples_only, for consistency.Bruce Momjian
2005-07-14Fix malloc length for new numeric separator patch.Bruce Momjian
2005-07-14This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-07-13Fix a couple of bogus comments, per Alvaro.Tom Lane
2005-07-13Remove extraneous space after -L ... it confuses SHLIB_LINK filter -LTom Lane
2005-07-13Fix unwanted side-effects of recent SHLIB_LINK -L patch on existingTom Lane
2005-07-13Fix #elif spacing too.Bruce Momjian
2005-07-13Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane
2005-07-13Fix pgindent to not have blank line before #else in variable definitionBruce Momjian
2005-07-13Add backslashes to parentheses in awk regex because if not, they areBruce Momjian
2005-07-13Move -L flag around for shared builds:Bruce Momjian
2005-07-13Documentation for some new PL/Perl features. Patch from David Fetter,Neil Conway
2005-07-12Hack around the discrepancy between default library search paths forTom Lane