Commit Graph

20675 Commits (c3f1b0f4dd1a6f0c282e7bf9fe717ce4c1591bf3)
 

Author SHA1 Message Date
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
Tom Lane 067a5cdb35 Avoid bzero/bxopy in favor of more standard library routines. 21 years ago
Tom Lane e997758cb6 More pgcrypto fixes: avoid bogus alignment assumptions in sha2, 21 years ago
Tom Lane 3c52d17fa6 Add support for AES cipher with older OpenSSL libraries. 21 years ago
Tom Lane 8826fe859f Missed adding extra argument to array_recv in a couple of places 21 years ago
Tom Lane d78397d301 Change typreceive function API so that receive functions get the same 21 years ago
Bruce Momjian 2e330699fa > One more failure: 21 years ago
Bruce Momjian 21634e513f Add extra argument for new pg_regexec API. 21 years ago
Tom Lane aacfeba61b Suppress compile warning. 21 years ago
Bruce Momjian e8a3e6b8a0 Rename xmalloc to pg_malloc for consistency with psql usage. 21 years ago
Bruce Momjian f86c63ab6a Reverse pg_malloc patch because psql/print.c is used in scripts files 21 years ago
Bruce Momjian 8c9393c640 Use failure-safe pg_malloc consistently in psql/print.c. 21 years ago
Bruce Momjian 6e1004f0fd Remove #include <openssl/bn.h> as compile fix. 21 years ago
Bruce Momjian b135508c98 Following up a previous thought I had, yesterday I realised how to 21 years ago
Bruce Momjian 6d92f2106f The attached patch implements spi_query() and spi_fetchrow() functions 21 years ago
Bruce Momjian d1cffe2f77 Add --encoding to pg_dump. 21 years ago
Bruce Momjian 0793108036 This patch implements putting language handlers for the optional PLs 21 years ago
Bruce Momjian d51df91897 As Kris Jurka found out, pgcrypto does not work with 21 years ago
Bruce Momjian e94dd6ab91 Add missing pgcrypto files from previous commit. 21 years ago
Bruce Momjian 42e7b0f02f Update. 21 years ago
Bruce Momjian 37f11c3081 This patch addresses the problem mentioned in the "process crash 21 years ago
Bruce Momjian 75a64eeb4b I made the patch that implements regexp_replace again. 21 years ago
Bruce Momjian 73e2431817 Major pgcrypto changes: 21 years ago
Bruce Momjian 4fcf8b11ff - Add Fortuna PRNG to pgcrypto. 21 years ago
Bruce Momjian 248eeb82f0 This patch adds implementation of SHA2 to pgcrypto. 21 years ago
Bruce Momjian 73a7c322c3 Add psql \pset numericsep to allow output numbers like 100,000.0 or 21 years ago
Tom Lane be3aa30da3 Fix inadequate error checking: you can't assume that fcinfo->resultinfo 21 years ago
Tom Lane 40d091b818 Fix config file lexer to not barf if postgresql.conf ends with a comment 21 years ago
Tom Lane 0ed5f90d73 Try connecting to both postgres and template1 databases to do the initial 21 years ago
Tom Lane 70f7da3e6e Make libpq_gettext save and restore errno in a Windows-compatible way. 21 years ago
PostgreSQL Daemon 85f97937d2 testing activitymail 21 years ago
Neil Conway 86897f54a8 This patch updates the DDL for contrib/pgcrypto to create all 21 years ago