]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-07-15  Tom LaneFix create_unique_plan() so it doesn't generate useless...
2005-07-15  Bruce MomjianFix SGML spacing.
2005-07-15  Tom LaneCheck for out-of-range varoattno in deparse_context_for...
2005-07-15  Tom LaneFix overenthusiastic optimization of 'x IN (SELECT...
2005-07-14  Tom LaneAdjust permissions checking for ALTER OWNER commands...
2005-07-14  Bruce MomjianEnable multi-byte thousands_sep and decimal_point for...
2005-07-14  Bruce MomjianMake better thousands_sep default based on decimal...
2005-07-14  Bruce MomjianChange numericsep to a boolean, and make it locale...
2005-07-14  Bruce MomjianAdd numeric separator support for latex and troff outpu...
2005-07-14  Neil ConwayMark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the...
2005-07-14  Bruce Momjianbarebones variable name -> tuples_only, for consistency.
2005-07-14  Bruce MomjianFix malloc length for new numeric separator patch.
2005-07-14  Neil ConwayThis doc patch replaces all inappropriate references...
2005-07-14  Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-13  Tom LaneFix a couple of bogus comments, per Alvaro.
2005-07-13  Tom LaneRemove extraneous space after -L ... it confuses SHLIB_...
2005-07-13  Tom LaneFix unwanted side-effects of recent SHLIB_LINK -L patch...
2005-07-13  Bruce MomjianFix #elif spacing too.
2005-07-13  Tom LaneFix libpq memory leak during PQreset() --- closePGconn...
2005-07-13  Bruce MomjianFix pgindent to not have blank line before #else in...
2005-07-13  Bruce MomjianAdd backslashes to parentheses in awk regex because...
2005-07-13  Bruce MomjianMove -L flag around for shared builds:
2005-07-13  Neil ConwayDocumentation for some new PL/Perl features. Patch...
2005-07-12  Tom LaneHack around the discrepancy between default library...
2005-07-12  Tom LaneFix plperl crash with list value return for an array...
2005-07-12  Tom LaneMore pgcrypto fixes: handle long messages correctly...
2005-07-12  Bruce MomjianImprove comments for AdjustIntervalForTypmod.
2005-07-12  Bruce MomjianChange 5e0 to 5.0, for consistency.
2005-07-12  Tom LaneFix plperl to do recursion safely, and fix a problem...
2005-07-11  Tom LaneFurther tweaking of Win32-specific random code. Marko...
2005-07-11  Tom LaneI forgot to update win32 code when doing a renaming...
2005-07-11  Tom LaneAvoid bzero/bxopy in favor of more standard library...
2005-07-11  Tom LaneMore pgcrypto fixes: avoid bogus alignment assumptions...
2005-07-11  Tom LaneAdd support for AES cipher with older OpenSSL libraries.
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...
next