]> granicus.if.org Git - postgresql/history - src
Add compat file for dynamically loading the functions that MinGW is missing
[postgresql] / src /
2007-10-29 Magnus HaganderAdd compat file for dynamically loading the functions...
2007-10-29 Magnus HaganderNew versions of mingw have gettimeofday(), so add an...
2007-10-28 Tom LaneMake pg_dump and friends consistently report both the...
2007-10-28 Tom LaneFix a couple of issues with pg_dump's handling of inher...
2007-10-27 Tom LaneChange text search parsing rules for hyphenated words...
2007-10-27 Tom LaneAdd some rudimentary tracing code to the default text...
2007-10-27 Tom LaneRename default text search parser's "uri" token type...
2007-10-27 Tom LaneAvoid considering both sort directions as equally usefu...
2007-10-27 Tom LaneStamp 8.3beta2. REL8_3_BETA2
2007-10-27 Peter EisentrautTranslation updates
2007-10-26 Magnus HaganderChange win32 child-death tracking code to use a threadp...
2007-10-26 Alvaro HerreraAllow an autovacuum worker to be interrupted automatica...
2007-10-26 Tom LaneChange have_join_order_restriction() so that we do...
2007-10-26 Tom LaneAvoid having backend-only code compiled into ecpg....
2007-10-26 Tom LaneAvoid including any backend-only stuff in the zic utili...
2007-10-25 Tom LaneMake initdb's selection of default text search configur...
2007-10-25 Alvaro HerreraFix memory management for new variables -- they must...
2007-10-25 Tom LaneFix ALTER SEQUENCE so that it does not affect the value...
2007-10-25 Alvaro HerreraExtract catalog info for error reporting before an...
2007-10-25 Tom LaneTweak new error messages to match the actual syntax...
2007-10-25 Alvaro HerreraAdd new encoding aliases for Solaris, per Zdenek Kotala.
2007-10-24 Tom LaneDisallow scrolling of FOR UPDATE/FOR SHARE cursors...
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-10-24 Tom LaneFix an error in make_outerjoininfo introduced by my...
2007-10-24 Alvaro HerreraDanish_Danmark -> Danish_Denmark
2007-10-24 Alvaro HerreraMinor changes to autovacuum worker: change error handli...
2007-10-24 Tom LaneFix UPDATE/DELETE WHERE CURRENT OF to support repeated...
2007-10-24 Tom LaneKeep heap_page_prune from marking the buffer dirty...
2007-10-24 Tom LaneSet read_only = TRUE while evaluating input queries...
2007-10-24 Tom LaneRemove the aggregate form of ts_rewrite(), since it...
2007-10-23 Tom LaneMake configure probe for the location of the <uuid...
2007-10-23 Tom LaneRename and slightly redefine the default text search...
2007-10-23 Magnus HaganderUse snprintf instead of wsprintf, and use getenv("APPDA...
2007-10-23 Tom LaneFix two-argument form of ts_rewrite() so it actually...
2007-10-23 Tom LaneFix several bugs in tsvectorin, including crash due...
2007-10-22 Tom LaneAdjust ts_debug's output as per my proposal of yesterda...
2007-10-22 Tom LaneRemove an Assert that's been obsoleted by recent change...
2007-10-22 Tom LaneAdd a useless return statement to suppress a warning...
2007-10-21 Tom LaneFix shared tsvector/tsquery input code so that we don...
2007-10-20 Tom LaneAdjust error message to agree with documentation. ...
2007-10-19 Tom LaneFound another small glitch in tsearch API: the two...
2007-10-19 Tom Lanets_rewrite() does not return a set, only one row; fix...
2007-10-17 Tom LaneAdd missing entry for PG_WIN1250 encoding, per gripe...
2007-10-16 Tom LaneUse 'token' not 'lexeme' to describe the output of...
2007-10-16 Tom LaneTweak toast-related logic in heapam.c so that the toast...
2007-10-16 Tom LaneTeach pgxs.mk and Install.pm how to install files from...
2007-10-16 Magnus HaganderRe-allow UTF8 encodings on win32. Since UTF8 is convert...
2007-10-16 Peter EisentrautRemove quotes around locale names in some places for...
2007-10-15 Tom LaneFix pg_wchar_table[] to match revised ordering of the...
2007-10-15 Tom LaneInclude NOLOGIN roles in the 'flat' password file....
2007-10-14 Tom Lanemake install is supposed to install everything under...
2007-10-13 Tom LaneOoops, forgot about adding -DFRONTEND.
2007-10-13 Tom LaneMigrate the former contrib/txid module into core. ...
2007-10-13 Tom LaneTry to fix msvc build for recent initdb changes.
2007-10-13 Tom LaneStrengthen type_sanity's check on pg_type.typarray...
2007-10-13 Tom LaneGuard against possible double free during error escape...
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-10-13 Tom LaneFix ALTER COLUMN TYPE to preserve the tablespace and...
2007-10-13 Tom LaneTeach planagg.c that partial indexes specifying WHERE...
2007-10-12 Tom LaneWhen telling the bgwriter that we need a checkpoint...
2007-10-12 Tom LaneRemove hack in pg_tablespace_aclmask() that disallowed...
2007-10-11 Tom LaneEnsure that the result of evaluating a function during...
2007-10-11 Tom LaneRemove incorrect use of VARSIZE() on a toasted datum...
2007-10-11 Tom LaneFix the plan-invalidation mechanism to treat regclass...
2007-10-10 Magnus HaganderAdd missing codepage numbers for Windows.
2007-10-10 Michael MeskesSynced parser and keyword list.
2007-10-09 Magnus HaganderDon't try to free pgpassfile since it's a stack variable.
2007-10-09 Bruce MomjianAdd comment.
2007-10-06 Tom LaneMake dumpcolors() have tolerable performance when using...
2007-10-06 Tom LaneAdjust some regex debugging printouts to not give wrong...
2007-10-06 Tom LaneAdjust regcustom.h so that all those assert() calls...
2007-10-05 Bruce MomjianAdd comment about cvs branch numbers.
2007-10-05 Tom LaneFix plperl and pltcl to include the name of the current...
2007-10-05 Bruce MomjianAdd pgcvslog '-d' capability to allow stripping of...
2007-10-05 Tom LaneFix distprep and maintainer-clean targets so that ecpg...
2007-10-05 Tom LaneAdd .cvsignore files to suppress CVS gripes about ecpg...
2007-10-04 Tom LaneResults from buildfarm show that ecpglib was depending...
2007-10-04 Tom LaneKeep the planner from failing on "WHERE false AND somet...
2007-10-04 Tom LaneStamp 8.3beta1, except in configure.in/configure.
2007-10-04 Tom LaneUpdate timezone data files to release 2007h of the...
2007-10-04 Tom LaneDLL_DEFFILE should be defined when PORTNAME is win32...
2007-10-04 Michael MeskesReplaced tabs by white spaces
2007-10-04 Michael MeskesRemoved newline at end of exports files.
2007-10-04 Tom LaneChange Assert() to a plain test and elog, just to see...
2007-10-04 Michael MeskesAdded def-files to all: target so they are build everytime.
2007-10-03 Tom LaneTeach chklocale.c how to extract encoding info from...
2007-10-03 Tom LaneSuppress compiler warning in non-threaded build.
2007-10-03 Tom LaneTweak recently-added tests to suppress scary-looking...
2007-10-03 Michael MeskesArgh, missing dll in filename
2007-10-03 Tom LaneMinor improvements to hack for old OpenSSL libraries...
2007-10-03 Tom LaneFix command for fetching snprintf.c.
2007-10-03 Michael MeskesThis could be what's missing on some systems.
2007-10-03 Michael MeskesStripped two symbols that are needed.
2007-10-03 Magnus HaganderAttempt to open certificate file "manually" using fopen...
2007-10-03 Magnus HaganderBuild two more .DEF files for ecpg instead of using...
2007-10-03 Michael MeskesAlso build snprintf from pgport if needed.
2007-10-03 Michael MeskesRemove exports.list in clean target.
2007-10-03 Magnus HaganderMore detailed error msg (with stack trace) if a file...
2007-10-03 Michael MeskesAlso created export list for pgytpeslib and compatlib.
2007-10-03 Magnus HaganderUse snprintf from libpgport in ecpg compatlib. Required...
next