]> granicus.if.org Git - postgresql/history - contrib/ltree
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
[postgresql] / contrib / ltree /
2006-08-08 Teodor SigaevFix bug introduced by last patch, thanks again to Mario...
2006-08-07 Teodor Sigaevfix bug about modifying value in shared buffer,
2006-07-11 Teodor SigaevFix bug corrupting query in gist consistent function.
2006-06-28 Teodor SigaevChanges
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-04-27 Tom LaneFix ltreeparentsel so it actually works ...
2006-04-27 Tom LaneUn-break ltree.
2006-04-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26 Bruce MomjianEnhanced containment selectivity function for /contrib...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2006-01-20 Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2005-12-06 Teodor SigaevFix stupid bug with sizeof
2005-11-19 Tom LaneAdd defenses against nulls-in-arrays to contrib/ltree...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings in contrib.
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-21 Neil ConwayCleanup of GiST extensions in contrib/: now that we...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-21 Tom LaneRecent tightening of allowed array-literal syntax broke...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-01-26 Teodor SigaevDocs fix from Kris Jurka <books@ejurka.com>
2004-01-19 Teodor SigaevCorrect type for isalnum
2003-12-17 Tom LaneRepair badly broken estimation of output buffer size...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneUpdate contrib regression tests for recent error messag...
2003-07-27 Tom Laneelog mop-up.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-07-18 Teodor SigaevFix subpath and subltree. Allow to return '' value.
2003-06-11 Bruce MomjianChanges:
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-31 Bruce MomjianPlease, apply patch for contrib/ltree to current CVS...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-19 Bruce MomjianPlease apply patches for contrib/ltree.
2002-11-01 Tom LaneFix incorrect subdir value.
2002-11-01 Tom LaneOoops, forgot to fix contrib regression tests for WARNI...
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-20 Bruce MomjianTiny patch fixing small documentation typo.
2002-09-04 Bruce Momjianpgindent run.
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-23 Tom LaneUpdate contrib regression tests for OPAQUE datatype...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-10 Bruce MomjianFixed very stupid but important bug: mixing calls of...
2002-08-10 Bruce MomjianThe patch solves this problem, I hope...
2002-08-06 Bruce MomjianPatch for current CVS. It add test of lca() to ltree...
2002-08-04 Bruce MomjianTom Lane:
2002-08-04 Bruce Momjianplease find attached patch to current CVS ( contrib...
2002-07-30 Tom LaneReplace ad-hoc insertions into pg_opclass and friends...
2002-07-30 Bruce MomjianAdd ltree data type to contrib, from Teodor Sigaev...