summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-07-05Back out patch. This should be done like other server-side languages.Bruce Momjian
2005-07-05Add NO_PGPORT defines to fix win32/cygwin builds for new target platformBruce Momjian
2005-07-04Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian
2005-07-04I have to admit that I got the case of the preprocessor symbol on amd64Bruce Momjian
2005-07-04This patch allows the PL/Python module to do (SRF) functions.Bruce Momjian
2005-07-04I made the patch that improved the performance of replace_text().Bruce Momjian
2005-07-04Fix compile if zic because it now doesn't use libpgport.Bruce Momjian
2005-07-04Fix date_trunct for December dates that are in the next year, e.g.:Bruce Momjian
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-07-04Reverse this patch:Bruce Momjian
2005-07-04Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway
2005-07-03Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond.Tom Lane
2005-07-03Don't try to constant-fold functions returning RECORD. We were neverTom Lane
2005-07-03Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut
2005-07-03Improve outer-join-deduction logic to be able to propagate equalitiesTom Lane
2005-07-02> A quick look shows that when you use --with-libraries=/foo/bar theBruce Momjian
2005-07-02Teach planner about some cases where a restriction clause can beTom Lane
2005-07-02Improve wrapping of long lines in postgresql.conf.Bruce Momjian