]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-07-10  Tom LaneMissed adding extra argument to array_recv in a couple...
2005-07-10  Tom LaneChange typreceive function API so that receive function...
2005-07-10  Bruce Momjian> One more failure:
2005-07-10  Bruce MomjianAdd extra argument for new pg_regexec API.
2005-07-10  Tom LaneSuppress compile warning.
2005-07-10  Bruce MomjianRename xmalloc to pg_malloc for consistency with psql...
2005-07-10  Bruce MomjianReverse pg_malloc patch because psql/print.c is used...
2005-07-10  Bruce MomjianUse failure-safe pg_malloc consistently in psql/print.c.
2005-07-10  Bruce MomjianRemove #include <openssl/bn.h> as compile fix.
2005-07-10  Bruce MomjianFollowing up a previous thought I had, yesterday I...
2005-07-10  Bruce MomjianThe attached patch implements spi_query() and spi_fetch...
2005-07-10  Bruce MomjianAdd --encoding to pg_dump.
2005-07-10  Bruce MomjianThis patch implements putting language handlers for...
2005-07-10  Bruce MomjianAs Kris Jurka found out, pgcrypto does not work with
2005-07-10  Bruce MomjianAdd missing pgcrypto files from previous commit.
2005-07-10  Bruce MomjianUpdate.
2005-07-10  Bruce MomjianThis patch addresses the problem mentioned in the ...
2005-07-10  Bruce MomjianI made the patch that implements regexp_replace again.
2005-07-10  Bruce MomjianMajor pgcrypto changes:
2005-07-10  Bruce Momjian- Add Fortuna PRNG to pgcrypto.
2005-07-10  Bruce MomjianThis patch adds implementation of SHA2 to pgcrypto.
2005-07-10  Bruce MomjianAdd psql \pset numericsep to allow output numbers like...
2005-07-09  Tom LaneFix inadequate error checking: you can't assume that...
2005-07-08  Tom LaneFix config file lexer to not barf if postgresql.conf...
2005-07-08  Tom LaneTry connecting to both postgres and template1 databases...
2005-07-08  Tom LaneMake libpq_gettext save and restore errno in a Windows...
2005-07-08  PostgreSQL... testing activitymail
2005-07-08  Neil ConwayThis patch updates the DDL for contrib/pgcrypto to...
2005-07-08  Neil ConwayRemove some dead code for handling XLOG_DBASE_CREATE_OL...
2005-07-08  Tom LaneEven though I'd like to see full_page_writes go away...
2005-07-08  Bruce MomjianDone:
2005-07-07  Tom LaneTrack dependencies on shared objects (which is to say...
2005-07-07  Bruce MomjianUpdate:
2005-07-07  Bruce MomjianUpdate:
2005-07-07  Bruce MomjianFix plperl expected output.
2005-07-07  Bruce Momjianpg_column_size() cleanup for messages and code cleanup.
2005-07-06  Bruce MomjianCurrently, nonfatal warnings are not trapped (as they...
2005-07-06  Bruce MomjianCurrently, nonfatal warnings are not trapped (as they...
2005-07-06  Bruce MomjianComplete zic patch backout by removing NO_PGPORT workar...
2005-07-06  Bruce MomjianReverse out because the lack of using pgport in timezon...
2005-07-06  Bruce MomjianAdd pg_column_size() to return storage size of a column...
2005-07-06  Tom LaneSync dlopen error handling for the *BSDs ... seems...
2005-07-06  Tom LaneAdd a check for trigger function with declared argument...
2005-07-06  Tom LaneSave and restore errno across bindtextdomain call,...
2005-07-06  Tom LaneFix incorrect PG_CPPFLAGS initialization, per Marko.
2005-07-06  Bruce MomjianUpdate description of GUC full_page_writes.
2005-07-06  Bruce MomjianDone:
2005-07-06  Bruce MomjianAttached is a patch that enhances the "\h" capability...
2005-07-05  Tom LaneDept of second thoughts: don't expose rijndael.tbl...
2005-07-05  Bruce MomjianAdd GUC full_page_writes to control writing full pages...
2005-07-05  Tom LaneFix contrib/pgcrypto to autoconfigure for OpenSSL when...
2005-07-05  Bruce MomjianRemove, now have GUC:
2005-07-05  Bruce MomjianAdd:
2005-07-05  Bruce MomjianBack out patch. This should be done like other server...
2005-07-05  Tom LaneFix initialization bug in pgcrypto openssl code. Marko...
2005-07-05  Bruce MomjianAdd NO_PGPORT defines to fix win32/cygwin builds for...
2005-07-04  Bruce MomjianRestructure zic #define fprintf checks to use a NO_PGPO...
2005-07-04  Bruce MomjianI have to admit that I got the case of the preprocessor...
2005-07-04  Bruce MomjianThis patch allows the PL/Python module to do (SRF)...
2005-07-04  Bruce MomjianI made the patch that improved the performance of repla...
2005-07-04  Bruce MomjianFix compile if zic because it now doesn't use libpgport.
2005-07-04  Bruce MomjianMore TODO list section restructuring.
2005-07-04  Bruce MomjianRestructure TODO sections.
2005-07-04  Bruce MomjianFix date_trunct for December dates that are in the...
2005-07-04  Bruce MomjianUpdate
2005-07-04  Tom LaneArrange for the postmaster (and standalone backends...
2005-07-04  Bruce MomjianReverse this patch:
2005-07-04  Bruce MomjianUpdate wording:
2005-07-04  Neil ConwayFix build break for out of tree (vpath) builds, induced...
2005-07-04  Bruce MomjianBruce, please apply this additional patch, that fixes the
2005-07-03  Tom LaneFix memory leak in plperl_hash_from_tuple(), per report...
2005-07-03  Tom LaneDon't try to constant-fold functions returning RECORD...
2005-07-03  Peter EisentrautSupport cross compilation by compiling "zic" with a...
2005-07-03  Tom LaneImprove outer-join-deduction logic to be able to propag...
2005-07-03  Bruce MomjianThis patch allows contrib/pgcrypto to build with OpenSS...
2005-07-02  Bruce Momjian> A quick look shows that when you use --with-libraries...
2005-07-02  Tom LaneTeach planner about some cases where a restriction...
2005-07-02  Bruce MomjianRemove GIST concurrency limitations section.
2005-07-02  Bruce MomjianAdd SGML markup for on/off values in run-time section.
2005-07-02  Bruce MomjianImprove wrapping of long lines in postgresql.conf.
2005-07-02  Bruce MomjianUse on/off consistently for GUC variables in postgresql...
2005-07-02  Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-02  Bruce MomjianUpdate:
2005-07-02  Neil ConwayIn PL/PgSQL, allow a block's label to be optionally...
2005-07-01  Tom LaneFix platform-dependency in recently added regression...
2005-07-01  Bruce MomjianAdd code to pg_dump to use E'' strings when backslashes...
2005-07-01  Tom LaneAvoid function name conflict when plpgsql and rangefunc...
2005-07-01  Tom LaneRemove contrib version of rtree_gist --- now in core...
2005-07-01  Tom LaneMigrate rtree_gist functionality into the core system...
2005-07-01  Peter EisentrautUpdate to autoconf 2.59 as well as updates of related...
2005-07-01  Bruce MomjianClarify code to double \\ and '.
2005-07-01  Bruce MomjianClarify:
2005-07-01  Bruce MomjianUpdate for roles:
2005-07-01  Bruce MomjianUpdate for roles:
2005-07-01  Bruce MomjianItem superceeded now that groups exist:
2005-07-01  Bruce MomjianDone:
2005-07-01  Teodor SigaevFixes from Janko Richter <jankorichter@yahoo.de>
2005-07-01  Bruce MomjianClarify documentation about log_min_duration_statement.
2005-07-01  Teodor SigaevImprove error messages and add comment
2005-07-01  Neil ConwayAdds some missing error handling to PGTYPESnumeric_div...
next