Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

Author SHA1 Message Date
Tom Lane dc73819f2e Fix breakage of INSTALL document build. 21 years ago
Bruce Momjian a45f4c2533 /contrib/btree_gist adjustments for new 'day' interval value. 21 years ago
Bruce Momjian ddc038cad2 Update catalog version for INTERVAL day addition. 21 years ago
Bruce Momjian db05f4a7eb Add 'day' field to INTERVAL so 1 day interval can be distinguished from 21 years ago
Bruce Momjian 826604f9e6 Fix interval division and multiplication, before: 21 years ago
Neil Conway ca76df425b Documentation tweak: make <command>CREATE OPERATOR CLASS</command> into 21 years ago
Tom Lane 37464a0326 Fix some bogosities in geometric-function documentation: add an entry 21 years ago
Bruce Momjian 507465525e \pset numericsep -> numericlocale. 21 years ago
Bruce Momjian 71d0cabecd Fix len so decimal length is only added when a period appears in the output. 21 years ago
Tom Lane affcb4371c Avoid use of E'', and thereby creating an unnecessary version-dependency, 21 years ago
Tom Lane fdd84469f7 Avoid need for E'' construct by using regexp instead of LIKE. More 21 years ago
Bruce Momjian adeede1391 Fix numiericsep length computations. 21 years ago
Tom Lane df38d799ea Adjust psql describe queries so that any pg_foo_is_visible() condition 21 years ago
Tom Lane 24ce1438c0 pgcrypto documentation update. Marko Kreen 21 years ago
Tom Lane 35c675a7fd Fortuna fixes. Marko Kreen 21 years ago
Tom Lane 2787db9b1d Small cleanups for pgcrypto. Marko Kreen 21 years ago
Tom Lane dd4a190d18 Fix C++-style comments, per Rocco Altier. 21 years ago
Tom Lane ac43da8466 MemSet() must not cast its pointer argument to int32* until after it has 21 years ago
Tom Lane d0f312ebfe Make pg_regress accept a command-line option for the temporary installation's 21 years ago
Tom Lane 59857b46a8 Fix create_unique_plan() so it doesn't generate useless entries in the 21 years ago
Bruce Momjian 5e544e4eb7 Fix SGML spacing. 21 years ago
Tom Lane 184ba4d5ed Check for out-of-range varoattno in deparse_context_for_subplan. 21 years ago
Tom Lane 0182951bc8 Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related 21 years ago
Tom Lane aa1110624c Adjust permissions checking for ALTER OWNER commands: instead of 21 years ago
Bruce Momjian bd15782164 Enable multi-byte thousands_sep and decimal_point for numericsep. 21 years ago
Bruce Momjian fbc11b9dcf Make better thousands_sep default based on decimal marker value. 21 years ago
Bruce Momjian 45a19efa9e Change numericsep to a boolean, and make it locale-aware. 21 years ago
Bruce Momjian 4a8bbbd2ee Add numeric separator support for latex and troff output methods. 21 years ago
Neil Conway 75c76e93c7 Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax 21 years ago
Bruce Momjian 52d1d2e67c barebones variable name -> tuples_only, for consistency. 21 years ago
Bruce Momjian cff9c5748a Fix malloc length for new numeric separator patch. 21 years ago
Neil Conway c3f1b0f4dd This doc patch replaces all inappropriate references to SQL:1999 when it 21 years ago
Tom Lane 29094193f5 Integrate autovacuum functionality into the backend. There's still a 21 years ago
Tom Lane f2bf2d2dc5 Fix a couple of bogus comments, per Alvaro. 21 years ago
Tom Lane 5a4c2a75d1 Remove extraneous space after -L ... it confuses SHLIB_LINK filter -L 21 years ago
Tom Lane 0016911b5d Fix unwanted side-effects of recent SHLIB_LINK -L patch on existing 21 years ago
Bruce Momjian 505b925276 Fix #elif spacing too. 21 years ago
Tom Lane faea3db958 Fix libpq memory leak during PQreset() --- closePGconn() was not 21 years ago
Bruce Momjian 5d0a43c585 Fix pgindent to not have blank line before #else in variable definition 21 years ago
Bruce Momjian 7690b41328 Add backslashes to parentheses in awk regex because if not, they are 21 years ago
Bruce Momjian 5bced8f5cb Move -L flag around for shared builds: 21 years ago
Neil Conway d6375d6109 Documentation for some new PL/Perl features. Patch from David Fetter, 21 years ago
Tom Lane b4363b7733 Hack around the discrepancy between default library search paths for 21 years ago
Tom Lane 2d481b31af Fix plperl crash with list value return for an array result type. 21 years ago
Tom Lane 807bbe6051 More pgcrypto fixes: handle long messages correctly, suppress 21 years ago
Bruce Momjian 7f0b690334 Improve comments for AdjustIntervalForTypmod. 21 years ago
Bruce Momjian 62abb039df Change 5e0 to 5.0, for consistency. 21 years ago
Tom Lane 220e6bfc53 Fix plperl to do recursion safely, and fix a problem with array results. 21 years ago
Tom Lane a1a64bb7c3 Further tweaking of Win32-specific random code. Marko Kreen 21 years ago
Tom Lane e82f7e9e7e I forgot to update win32 code when doing a renaming in random.c. 21 years ago