]> granicus.if.org Git - postgresql/history - src/backend
Document and enforce that the usable range of setseed() arguments is
[postgresql] / src / backend /
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-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
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 Alvaro HerreraRemove long-unused and broken TCL_ARRAYS.
2008-02-29 Tom LaneReducing the assumed alignment of struct varlena means...
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-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 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 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 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 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 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-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-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-14 Tom LaneSync our regex code with upstream changes since last...
2008-02-12 Tom LaneFix SPI_cursor_open() and SPI_is_cursor_plan() to push...
2008-02-11 Tom LaneRepair VACUUM FULL bug introduced by HOT patch: the...
2008-02-10 Tom LaneFix PageGetExactFreeSpace() so that it actually behaves...
2008-02-08 Tom LaneSince GSSAPI and SSPI authentication don't work in...
2008-02-07 Tom LaneAvoid misbehavior in foreign key checks when casting...
2008-02-07 Tom LaneSome variants of ALTER OWNER tried to make the "object...
2008-02-07 Tom LaneAdd missing copyfuncs/equalfuncs support for AlterTSDic...
2008-02-07 Tom LaneFix silly mistake in expand_indexqual_rowcompare -...
2008-02-07 Tom LaneFix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
2008-02-02 Tom LaneFix WaitOnLock() to ensure that the process's "waiting...
2008-01-31 Peter EisentrautTranslation updates
2008-01-31 Magnus HaganderAdd pid to the pgident event name on win32.
2008-01-30 Tom LaneAdd checks to TRUNCATE, CLUSTER, and REINDEX to prevent...
2008-01-30 Tom LaneAdd a GUC variable "synchronize_seqscans" to allow...
2008-01-30 Peter EisentrautTranslation updates
2008-01-30 Tom LaneDon't putenv() a string that is allocated in a context...
2008-01-27 Tom LaneMinor editorial improvements in documentation of sessio...
2008-01-26 Tom LaneChange StatementCancelHandler() to check the DoingComma...
2008-01-25 Tom LaneFix two different copy-and-paste-os in CSV log rotation...
2008-01-25 Tom LaneRelease any detoasted copies of arrays that are made...
2008-01-23 Alvaro HerreraImprove lock level choices in pg_shdepend.c. Noticed...
2008-01-21 Peter EisentrautProvide a clearer error message if the pg_control versi...
2008-01-21 Tom LaneFix RS_isRegis() to agree exactly with RS_compile(...
2008-01-20 Alvaro HerreraSplit error message.
2008-01-17 Tom LaneFix subselect.c to avoid assuming that a SubLink's...
2008-01-17 Tom LaneFix ALTER INDEX RENAME so that if the index belongs...
2008-01-16 Teodor SigaevFix core dump with buffer-overrun by too long infinitiv...
2008-01-15 Tom LanePrevent CLUSTER from decreasing a relation's relfrozenx...
2008-01-15 Tom LaneRevise memory management for libxml calls. Instead...
2008-01-15 Tom LaneTweak new error message to conform to style guidelines.
2008-01-15 Teodor SigaevAdd check of headline method presence. Per report by...
2008-01-14 Tom LaneAvoid cluttering the postmaster log with bogus complaints
2008-01-14 Alvaro HerreraMark autovacuum entries in pg_stat_activity so that...
2008-01-14 Tom LaneFix CREATE INDEX CONCURRENTLY so that it won't use...
2008-01-12 Tom LaneIt turns out the LIBXML_TEST_VERSION macro calls xmlIni...
2008-01-12 Neil ConwayFix two places in xml.c that neglected to check the...
2008-01-12 Neil ConwayMinor perf tweak for _SPI_strdup(): if we're going...
2008-01-12 Tom LaneFix logical errors in constraint exclusion: we cannot...
2008-01-11 Tom LaneThe original implementation of polymorphic aggregates...
2008-01-11 Tom LaneFix an old error in clause_selectivity: the default...
2008-01-11 Tom LaneFix a conceptual error in my patch of 2007-10-26 that...
2008-01-11 Tom LaneRestructure the shutdown procedure for the archiver...
2008-01-10 Bruce Momjianvacuum_cost_limit has a minimum value of 1, not zero...
2008-01-09 Tom LaneRemove incorrect (and ill-advised anyway) pfree's in...
2008-01-09 Tom LaneFix CREATE INDEX CONCURRENTLY to not deadlock against...
2008-01-09 Tom LaneFix some planner issues found while investigating Kevin...
next