]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-06-05  Alvaro HerreraModify vacuum() to accept a single relation OID instead...
2008-06-05  Alvaro HerreraFix some string building in getObjectDescription.
2008-06-04  Michael MeskesAdded lost sysmbol SQL_SQL to list of allowed variable...
2008-06-04  Tom LaneDraft release notes for upcoming back-branch updates.
2008-06-02  Tom LaneFix initdb to reject a relative path for -X (--xlogdir...
2008-06-01  Tom LaneUpdate time zone data files to tzdata release 2008c...
2008-06-01  Tom LaneRefactor SPI_cursor_open/SPI_cursor_open_with_args...
2008-06-01  Tom LaneMarginal improvements to the documentation for PGOPTIONS.
2008-05-31  Andrew DunstanDone: -Remove psql newline patch when we find out...
2008-05-30  Tom LaneCopy refint.so and autoinc.so into the src/test/regress...
2008-05-29  Tom LaneImprove the documentation comment for replace(). Rober...
2008-05-29  Tom LaneTweak libpq to avoid crashing due to incorrect buffer...
2008-05-29  Tom LaneFix some bugs introduced by the 8.2-era conversion...
2008-05-29  Bruce MomjianAdd description to:
2008-05-29  Bruce MomjianAdd URL for:
2008-05-28  Magnus HaganderSet hidden field for guc enum missed in previous commit.
2008-05-28  Magnus HaganderAdd a field to guc enums to allow hiding of values...
2008-05-28  Tom LaneImprove GRANT documentation to point out that UPDATE...
2008-05-27  Tom LaneRequire bind_textdomain_codeset() not just gettext...
2008-05-27  Tom LaneClarify description of typmod input function, per Jeff...
2008-05-27  Magnus HaganderExplicitly bind gettext() to the UTF8 locale when...
2008-05-27  Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-26  Tom LaneFix an old corner-case bug in set_config_option: push_o...
2008-05-25  Tom LaneAdjust timestamp regression tests to prevent two low...
2008-05-21  Michael MeskesLink in keywords file instead of copying it.
2008-05-21  Magnus HaganderAdd include directory required after the latest changes...
2008-05-21  Magnus HaganderFix function headers not matching prototype in header...
2008-05-21  Magnus HaganderUse CRITICAL_SECTION instead of Mutexes for thread...
2008-05-21  Michael Meskesecpg_keywords.o also depends on preproc.h
2008-05-20  Michael MeskesSynced parser.
2008-05-20  Tom LaneAdjust -Wl,--asneeded test to avoid using the switch...
2008-05-20  Bruce MomjianSimplify code in formatting.c now that to upper/lower...
2008-05-20  Bruce MomjianDone:
2008-05-19  Heikki LinnakangasRemove arbitrary 10MB limit on two-phase state file...
2008-05-19  Tom LaneMake to_char()'s localized month/day names depend on...
2008-05-19  Tom LaneCoercion sanity check in ri_HashCompareOp failed to...
2008-05-18  Tom LaneMake another try at using -Wl,--as-needed to suppress...
2008-05-18  Andrew DunstanRemove old kluge put in to allow Windows regression...
2008-05-18  Tom Laneokay, looks like ecpg/compatlib needs -lintl too.
2008-05-17  Tom LaneRewrite the warning about non-transaction-safety of...
2008-05-17  Bruce MomjianUse isatty() test for pager on Win32; not sure why...
2008-05-17  Bruce MomjianIn psql, test for output to stdout when forcing pager...
2008-05-17  Bruce MomjianAnother fix for compiles on an empty 'po' directory.
2008-05-17  Peter EisentrautDon't call rm with empty file list.
2008-05-17  Tom Laneecpglib needs to link with libintl if it's in use.
2008-05-17  Tom LaneImprove pg_regress so that it reports the fact if any...
2008-05-17  Tom LaneFix utterly-bogus code for computing row heights. ...
2008-05-17  Tom LaneFix a subtle bug exposed by recent wal_sync_method...
2008-05-17  Tom LaneRemove DEFAULT_SYNC_FLAGBIT ... not used anymore.
2008-05-17  Andrew Dunstanfix ecpg regression tests broken by over-eager adding...
2008-05-17  Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-17  Tom LaneAllow ALTER SEQUENCE START WITH to change the recorded...
2008-05-16  Tom LaneFix declarations of pthread functions, missed in recent...
2008-05-16  Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-05-16  Tom LaneReduce unnecessary PANIC to ERROR, improve a couple...
2008-05-16  Tom LaneRecent patch doesn't compile without <limits.h>
2008-05-16  Tom LaneSuppress a possibly-uninitialized-variable warning...
2008-05-16  Magnus HaganderImplement error checking for pthreads calls in thread...
2008-05-16  Tom LaneSuppress compiler warning induced by recent header...
2008-05-16  Tom LaneUpdate contrib for tsearch changes.
2008-05-16  Bruce MomjianUpdate psql startup banner to be shorter, suggest ...
2008-05-16  Bruce MomjianDone in TODO:
2008-05-16  Bruce MomjianAdd detection of psql pager to trigger on wide output...
2008-05-16  Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-16  Peter EisentrautAdd localization support to ecpg.
2008-05-16  Bruce MomjianDone:
2008-05-16  Tom LanePersuade GIN to react to control-C in a reasonable...
2008-05-15  Tom LaneSupport SQL/PSM-compatible CASE statement in plpgsql.
2008-05-15  Tom LaneAdd code to eval_const_expressions() to support const...
2008-05-15  Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-14  Tom LaneMove the "instr_time" typedef and associated macros...
2008-05-14  Bruce MomjianReorgnize psql \? help output, to reduce the size of...
2008-05-14  Bruce MomjianFix a few warnings that have crept into CVS HEAD.
2008-05-14  Magnus HaganderRemove the special variable for open_sync_bit used...
2008-05-14  Magnus HaganderMake the win32 implementation of getrusage() return...
2008-05-14  Bruce MomjianRemove odd duplicate wording in psql pager section.
2008-05-13  Tom LaneImprove plpgsql's RAISE command. It is now possible...
2008-05-13  Magnus HaganderDon't try to close negative file descriptors, since...
2008-05-13  Bruce MomjianThis is the patch replace offnum++ by OffsetNumberNext...
2008-05-13  Alvaro HerreraChange \du to use the new printTable API, improving...
2008-05-13  Alvaro HerreraFix a bug in the previous patch, which caused the title...
2008-05-12  Alvaro HerreraImprove psql's internal print.c code by introducing...
2008-05-12  Bruce MomjianTodo done:
2008-05-12  Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12  Magnus HaganderFix breakage by the wal_sync_method patch in installati...
2008-05-12  Michael MeskesCheck for non-existant connection in prepare statement...
2008-05-12  Alvaro HerreraDocument that "ROLLBACK TO savepoint" does not un-close...
2008-05-12  Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12  Magnus HaganderReport which WAL sync method we are trying to change...
2008-05-12  Magnus HaganderConvert wal_sync_method to guc enum.
2008-05-12  Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-10  Andrew DunstanRemaining pieces of fix for contrib makefiles
2008-05-10  Tom LaneRestore psql's former behavior that padding spaces...
2008-05-10  Bruce MomjianAdd URL for:
2008-05-10  Bruce MomjianAdd to TODO:
2008-05-10  Bruce MomjianAdd URL for:
2008-05-10  Bruce MomjianUpdate alternative output regression files for new...
2008-05-10  Bruce MomjianAdd TODO item:
2008-05-10  Bruce MomjianTODOs done:
2008-05-09  Tom LaneChange the rules for inherited CHECK constraints to...
next