summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-07-12Fix plperl crash with list value return for an array result type.Tom Lane
2005-07-12More pgcrypto fixes: handle long messages correctly, suppressTom Lane
2005-07-12Improve comments for AdjustIntervalForTypmod.Bruce Momjian
2005-07-12Change 5e0 to 5.0, for consistency.Bruce Momjian
2005-07-12Fix plperl to do recursion safely, and fix a problem with array results.Tom Lane
2005-07-11Further tweaking of Win32-specific random code. Marko KreenTom Lane
2005-07-11I forgot to update win32 code when doing a renaming in random.c.Tom Lane
2005-07-11Avoid bzero/bxopy in favor of more standard library routines.Tom Lane
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2005-07-11Add support for AES cipher with older OpenSSL libraries.Tom Lane
2005-07-10Missed adding extra argument to array_recv in a couple of placesTom Lane
2005-07-10Change typreceive function API so that receive functions get the sameTom Lane
2005-07-10> One more failure:Bruce Momjian
2005-07-10Add extra argument for new pg_regexec API.Bruce Momjian
2005-07-10Suppress compile warning.Tom Lane
2005-07-10Rename xmalloc to pg_malloc for consistency with psql usage.Bruce Momjian
2005-07-10Reverse pg_malloc patch because psql/print.c is used in scripts filesBruce Momjian
2005-07-10Use failure-safe pg_malloc consistently in psql/print.c.Bruce Momjian
2005-07-10Remove #include <openssl/bn.h> as compile fix.Bruce Momjian
2005-07-10Following up a previous thought I had, yesterday I realised how toBruce Momjian
2005-07-10The attached patch implements spi_query() and spi_fetchrow() functionsBruce Momjian
2005-07-10Add --encoding to pg_dump.Bruce Momjian
2005-07-10This patch implements putting language handlers for the optional PLsBruce Momjian
2005-07-10As Kris Jurka found out, pgcrypto does not work withBruce Momjian
2005-07-10Add missing pgcrypto files from previous commit.Bruce Momjian
2005-07-10Update.Bruce Momjian
2005-07-10This patch addresses the problem mentioned in the "process crashBruce Momjian
2005-07-10I made the patch that implements regexp_replace again.Bruce Momjian
2005-07-10Major pgcrypto changes:Bruce Momjian
2005-07-10- Add Fortuna PRNG to pgcrypto.Bruce Momjian
2005-07-10This patch adds implementation of SHA2 to pgcrypto.Bruce Momjian
2005-07-10Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian
2005-07-09Fix inadequate error checking: you can't assume that fcinfo->resultinfoTom Lane