]> granicus.if.org Git - postgresql/history - src
Fix postgres --describe-config for guc enums, breakage noted by Alvaro.
[postgresql] / src /
2008-03-17 Magnus HaganderFix postgres --describe-config for guc enums, breakage...
2008-03-17 Tom LaneRevert thinko introduced into prefix_selectivity()...
2008-03-17 Alvaro HerreraMove ProcState definition into sinvaladt.c from sinvala...
2008-03-17 Tom LaneGrab some low-hanging fruit in the new hash index build...
2008-03-17 Tom LaneFix TransactionIdIsCurrentTransactionId() to use binary...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-03-16 Magnus HaganderSome cleanups of enum-guc code, per comments from Tom.
2008-03-15 Tom LaneChange hash index creation so that rather than always...
2008-03-14 Tom LaneFix inappropriately-timed memory context switch in...
2008-03-14 Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-03-13 Tom LaneUpdate to tzdata 2008a distribution (Chilean DST law...
2008-03-13 Tom LaneFix varstr_cmp's special case for UTF8 encoding on...
2008-03-13 Tom LaneFix heap_page_prune's problem with failing to send...
2008-03-12 Tom LaneFix pg_plan_queries() to restore the previous setting...
2008-03-12 Tom LaneFix LISTEN/NOTIFY race condition reported by Laurent...
2008-03-11 Bruce MomjianPrevent psql \copy from accepting multiple string param...
2008-03-11 Tom LaneMake TransactionIdIsInProgress check transam.c's single...
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-03-10 Magnus HaganderBump catversion from guc enum patch, which I forgot...
2008-03-10 Tom LaneFix unportable coding of new error message, per Kris...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-03-10 Tom LaneDocument and enforce that the usable range of setseed...
2008-03-10 Tom LaneThrow an error for negative LIMIT or OFFSET values...
2008-03-10 Tom LaneIncrease the default value of log_min_messages to WARNI...
2008-03-10 Tom LaneAdd a CaseSensitive parameter to synonym dictionaries.
2008-03-10 Tom LaneRemove no-longer-used XLogCacheByte field of XLogCtl.
2008-03-10 Tom LaneReduce memory consumption during VACUUM of large relati...
2008-03-09 Tom LaneRemove postmaster.c's check that NBuffers is at least...
2008-03-09 Tom LaneChange patternsel() so that instead of switching from...
2008-03-08 Tom LaneModify prefix_selectivity() so that it will never estim...
2008-03-08 Tom LaneRefactor heap_page_prune so that instead of changing...
2008-03-08 Andrew DunstanImprove efficiency of attribute scanning in CopyReadAtt...
2008-03-08 Tom LaneImprove pglz_decompress() so that it cannot clobber...
2008-03-07 Tom LaneThis patch addresses some issues in TOAST compression...
2008-03-07 Tom LaneChange hashscan.c to keep its list of active hash index...
2008-03-07 Teodor SigaevFix memory arrangement of tsquery after removing stop...
2008-03-06 Bruce MomjianImprove "bgwriter_lru_multiplier" GUC description.
2008-03-05 Alvaro HerreraClean up double negative, per Tom Lane.
2008-03-05 Alvaro HerreraAdd support for dlopen on recent NetBSD/MIPS, per Rémi...
2008-03-05 Tom LaneIn PrepareToInvalidateCacheTuple, don't force initializ...
2008-03-05 Bruce MomjianWhen text search string is too long, in error message...
2008-03-05 Tom LaneInclude -lgss in libpq link, if available. Bjorn Munch
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-03-04 Magnus HaganderUse windows DACL fix for pg_regress as well.
2008-03-02 Michael MeskesFixed bug that caused arrays of varchar to be output...
2008-03-02 Tom LaneVenezuela Time now means UTC-4:30, not UTC-4:00. Adjus...
2008-03-01 Tom LaneFix another place that was assuming that a local variab...
2008-03-01 Tom LaneFix unportable usages of tolower(). On signed-char...
2008-03-01 Tom LaneDisable the undocumented xmlvalidate() function, which...
2008-02-29 Andrew DunstanDon't call AddUserToDacl on Cygwin
2008-02-29 Alvaro HerreraRemove long-unused and broken TCL_ARRAYS.
2008-02-29 Tom LaneReducing the assumed alignment of struct varlena means...
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-29 Peter EisentrautWrite the objfiles.txt rules in a way that is compatibl...
2008-02-29 Neil ConwayFix several memory leaks when rescanning SRFs. Arrange...
2008-02-28 Magnus HaganderSupport for building contrib/uuid-ossp with MSVC.
2008-02-27 Peter EisentrautChange expand_subsys function so that it preserves...
2008-02-27 Tom LaneIf RelationBuildDesc() fails to open a critical system...
2008-02-26 Peter EisentrautFixed dtrace build
2008-02-26 Peter EisentrautDon't build the win32 support files in the all target...
2008-02-26 Peter EisentrautFix uninstall target.
2008-02-26 Peter EisentrautCreate two separate libpq.rc's: One that is built at...
2008-02-26 Peter EisentrautReorganize some of the exports list generation code...
2008-02-26 Peter EisentrautEscape # character in variable assignment
2008-02-26 Peter EisentrautNeed more dependencies to get the build order right...
2008-02-26 Peter EisentrautWe don't need to rebuild objfiles.txt every time an...
2008-02-26 Peter EisentrautRefactor the code that creates the shared library expor...
2008-02-26 Tom LaneFix encode(...bytea..., 'escape') so that it converts...
2008-02-25 Tom LaneReject year zero during datetime input, except when...
2008-02-25 Tom LaneFix datetime input to behave correctly for Feb 29 in...
2008-02-25 Peter EisentrautLink postgres from all object files at once, to avoid...
2008-02-23 Tom LaneAvoid trying to print a NULL char pointer in --describe...
2008-02-23 Tom LaneChange the declaration of struct varlena so that the...
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
2008-02-20 Tom LaneMake pg_regress -V consistent with the corresponding...
2008-02-20 Tom LaneFix mistakes in pg_ctl's code for "start -w" that tries...
2008-02-20 Tom LanePut a CHECK_FOR_INTERRUPTS call into the loops that...
2008-02-20 Alvaro HerreraImprove error messages emitted when VACUUM and ANALYZE...
2008-02-20 Alvaro HerreraChange error message to be able to differentiate the...
2008-02-19 Magnus HaganderUn-break msvc port yet again (it started pulling in...
2008-02-19 Peter EisentrautMore refactoring, so that the SUBSYS.o rules are now...
2008-02-19 Peter EisentrautThis subdirectory has been unused, dead, and broken...
2008-02-19 Magnus HaganderFix function prototype to silence compiler warnings.
2008-02-19 Magnus HaganderUnbreak MSVC build after recent addition of HTMLDIR.
2008-02-19 Peter EisentrautRemove another target I forgot during the refactoring
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-18 Tom LaneRemove unnecessary opening of other relation in RI_FKey...
2008-02-18 Peter EisentrautObserve errors in makefile
2008-02-18 Peter EisentrautAdded --htmldir option to pg_config, equivalent to...
2008-02-17 Michael Meskes- Removed duplicate include of ecpgtype.h which meant...
2008-02-17 Peter EisentrautUpgrade to Autoconf 2.61:
2008-02-17 Tom LaneAdd back #include <time.h> in a couple of files that...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-02-16 Tom LaneUpdate timezone code to track the upstream changes...
2008-02-16 Bruce MomjianRename a libpq NOT_USED SSL function to
2008-02-15 Tom LaneAllow AS to be omitted when specifying an output column...
2008-02-15 Tom LaneRemove ancient restriction that LIMIT/OFFSET can't...
2008-02-15 Michael MeskesChanged the way symbols are defined in C in INFORMIX...
2008-02-14 Tom LaneSync our regex code with upstream changes since last...
next