]> granicus.if.org Git - postgresql/history - src/backend/utils
Document and enforce that the usable range of setseed() arguments is
[postgresql] / src / backend / utils /
2008-03-10 Tom LaneDocument and enforce that the usable range of setseed...
2008-03-10 Tom LaneIncrease the default value of log_min_messages to WARNI...
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 LaneImprove pglz_decompress() so that it cannot clobber...
2008-03-07 Tom LaneThis patch addresses some issues in TOAST compression...
2008-03-06 Bruce MomjianImprove "bgwriter_lru_multiplier" GUC description.
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-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 Neil ConwayFix several memory leaks when rescanning SRFs. Arrange...
2008-02-27 Tom LaneIf RelationBuildDesc() fails to open a critical system...
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-23 Tom LaneAvoid trying to print a NULL char pointer in --describe...
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-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-02-07 Tom LaneAvoid misbehavior in foreign key checks when casting...
2008-01-31 Magnus HaganderAdd pid to the pgident event name on win32.
2008-01-30 Tom LaneAdd a GUC variable "synchronize_seqscans" to allow...
2008-01-27 Tom LaneMinor editorial improvements in documentation of sessio...
2008-01-25 Tom LaneRelease any detoasted copies of arrays that are made...
2008-01-15 Tom LaneRevise memory management for libxml calls. Instead...
2008-01-14 Tom LaneAvoid cluttering the postmaster log with bogus complaints
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-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-08 Tom Lanelmgr.c:DescribeLockTag was never taught about virtual...
2008-01-08 Tom LaneRemove unnecessary comma in enum definition ... some...
2008-01-06 Tom LaneA long time ago, Peter pointed out that ruleutils.c...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-02 Bruce MomjianCorrect two more copyrights found by updated script.
2008-01-01 Tom LaneFix some missed copyright updates.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-28 Tom LaneImprove consistency of error reporting in GUC assign_ho...
2007-12-27 Peter EisentrautWording improvements
2007-12-20 Tom LaneWhen given a nonzero column number, pg_get_indexdef...
2007-12-18 Andrew DunstanFix thinko in encoding check for chr()
2007-12-18 Tom LaneMake path_recv() and poly_recv() reject paths/polygons...
2007-12-11 Alvaro HerreraMake CSV column ordering a bit more logical.
2007-12-11 Alvaro HerreraExtend the format of CSV logs to include the additional...
2007-12-08 Tom LaneFix mergejoin cost estimation so that we consider the...
2007-12-07 Peter EisentrautRealign the running text in this file to 79 characters...
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-28 Tom LaneMake a cleanup pass over error reports in tsearch code...
2007-11-28 Tom LaneImprove test coverage of CLOBBER_CACHE_ALWAYS by having...
2007-11-28 Tom LaneAdjust the names of a couple of tsearch index support...
2007-11-28 Peter EisentrautFix XML Schema structure for char types without length...
2007-11-27 Tom LaneSuppress compiler warning.
2007-11-27 Peter EisentrautMake casts from xml to text independent of the XML...
2007-11-25 Peter EisentrautUse double quotes for quoting xml attributes.
2007-11-24 Tom LaneSlightly more paranoia and slightly better comments...
2007-11-24 Bruce MomjianClarify how MONEY trims off trailing thousands separator.
2007-11-24 Bruce MomjianMake the MONEY data type have a thousands separator...
2007-11-23 Bruce MomjianFix white space in MONEY type code. Rename 'comma...
2007-11-22 Bruce MomjianAdd more comments about thousands separator handling.
2007-11-22 Bruce MomjianAdd comments about thousands separator logic.
2007-11-21 Bruce MomjianWhen setting default thousands separator when locale...
2007-11-21 Bruce MomjianFix typo in comment.
2007-11-20 Tom LaneFix bogus length calculation that could lead to crash...
2007-11-16 Teodor SigaevFix tsvectorout() and tsqueryout() to escape backslesh...
2007-11-16 Bruce MomjianSmall comment spacing improvement.
2007-11-16 Bruce MomjianRun pgindent on remaining files now that LOOPBYTE is...
2007-11-16 Bruce MomjianCleanup for new else/comment handling.
2007-11-16 Bruce MomjianModify LOOPBYTE/LOOPBIT macros to be more logical;...
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-14 Tom LaneAdd a rank/(rank+1) normalization option to ts_rank...
2007-11-13 Tom LaneResurrect the code for the rewrite(ARRAY[...]) aggregat...
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-11-10 Tom LaneAdd missing closing / in xsd:restriction, and remove...
2007-11-10 Tom LanexmlGetUTF8Char()'s second argument is both input and...
2007-11-09 Tom LaneSecond pass at improving LIKE/regex estimation in non...
2007-11-09 Magnus HaganderAdd parameter krb_realm used by GSSAPI, SSPI and Kerberos
2007-11-09 Peter EisentrautAllow XML processing instructions starting with "xml...
2007-11-08 Peter EisentrautAfter conferencing again with Bruce, put in more accura...
2007-11-08 Peter EisentrautImprove error message
2007-11-07 Tom LaneImprove the performance of LIKE/regex estimation in...
2007-11-07 Tom LaneFix patternsel() and callers to do the right thing...
2007-11-06 Tom LaneSome code review for xml.c:
2007-11-05 Tom LaneFix xmlelement() to initialize libxml correctly before...
2007-10-29 Tom LaneMention the index name in 'could not create unique...
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 LaneFix two-argument form of ts_rewrite() so it actually...
2007-10-23 Tom LaneFix several bugs in tsvectorin, including crash due...
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-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-13 Tom LaneMigrate the former contrib/txid module into core. ...
next