summaryrefslogtreecommitdiff
path: root/src
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-14barebones variable name -> tuples_only, for consistency.Bruce Momjian
2005-07-14Fix malloc length for new numeric separator patch.Bruce Momjian
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-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-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-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-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-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-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-10Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian
2005-07-08Fix config file lexer to not barf if postgresql.conf ends with a commentTom Lane
2005-07-08Try connecting to both postgres and template1 databases to do the initialTom Lane
2005-07-08Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane
2005-07-08testing activitymailPostgreSQL Daemon
2005-07-08Remove some dead code for handling XLOG_DBASE_CREATE_OLD andNeil Conway
2005-07-08Even though I'd like to see full_page_writes go away before 8.1,Tom Lane
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
2005-07-07Fix plperl expected output.Bruce Momjian
2005-07-07pg_column_size() cleanup for messages and code cleanup.Bruce Momjian
2005-07-06Currently, nonfatal warnings are not trapped (as they should be) byBruce Momjian
2005-07-06Currently, nonfatal warnings are not trapped (as they should be) byBruce Momjian
2005-07-06Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian
2005-07-06Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian
2005-07-06Add pg_column_size() to return storage size of a column, includingBruce Momjian
2005-07-06Sync dlopen error handling for the *BSDs ... seems to me I've done thisTom Lane
2005-07-06Add a check for trigger function with declared arguments. This pathTom Lane
2005-07-06Save and restore errno across bindtextdomain call, per discussion.Tom Lane
2005-07-06Attached is a patch that enhances the "\h" capability in psql. I oftenBruce Momjian
2005-07-05Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian
2005-07-05Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane