]> granicus.if.org Git - postgresql/history - src
Recommend SHOW, instead of pg_controldata, for checking LC_COLLATE and
[postgresql] / src /
2003-12-30 Bruce MomjianAdd "-mt" link flag for Solaris non-gcc compiles when...
2003-12-30 Tom LaneInstead of trying to force WHERE clauses into CNF or...
2003-12-30 Tom LaneAvoid running out of memory during hash_create, by...
2003-12-30 Tom LaneShmemInitHash forgot to specify HASH_ALLOC flag bit...
2003-12-29 Tom LaneUse hash table name, not one-size-fits-all 'DynaHashTab...
2003-12-29 Tom LaneUsing canonicalize_qual() to get rid of duplicate index...
2003-12-29 Tom LaneImprove comment.
2003-12-29 Tom LaneTweak OpernameGetCandidates() to reduce palloc overhead...
2003-12-29 Michael MeskesAdded missing whitespaces to array argument parsing.
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-12-28 Tom LaneFix sanity-check code that mistakenly assumed error...
2003-12-28 Tom LaneAvoid infinite loop if connection is lost during PQexec...
2003-12-27 Tom LaneImprove spinlock code for recent x86 processors: insert...
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-12-25 Bruce MomjianPatch that makes quoting "sameuser", "samegroup", and...
2003-12-25 Bruce Momjian> > I have no idea if this in Oracle or not. But it...
2003-12-24 Michael MeskesFixed segfault in parsing of EXEC SQL SELECT * FROM...
2003-12-23 Bruce MomjianSupress non-temp schemas from psql \dn display.
2003-12-23 Tom LaneUse inlined TAS() on PA-RISC, if we are compiling with...
2003-12-23 Tom LaneFix a number of places where reconfiguring with a diffe...
2003-12-23 Tom LaneFix compile warning.
2003-12-23 Tom LaneMore bogosity in alter_table test: sometimes causes...
2003-12-23 Tom Lanealter_table test sometimes failed in parallel mode...
2003-12-23 Tom LanePush responsibility for selecting out-of-line-assembler...
2003-12-23 Tom LaneMop-up for HAS_TEST_AND_SET refactoring. Un-break...
2003-12-23 Bruce MomjianHave configure --without-spinlocks actually not use...
2003-12-23 Bruce MomjianMove slock_t typdefs into s_lock.h from include/port...
2003-12-23 Bruce MomjianRemove __alpha__ additions in main.c but document that...
2003-12-23 Bruce MomjianRemove NEED_I386_TAS_ASM and just test for compiler...
2003-12-23 Tom LaneAllow plpgsql variables' default value expressions...
2003-12-22 Bruce MomjianThis applied patch remove NEED_SPARC_TAS_ASM and instea...
2003-12-22 Bruce MomjianTest for __alpha and __alpha__.
2003-12-21 Tom LaneFurther cleanup in _bt_first: eliminate duplicate code...
2003-12-21 Bruce MomjianBack out:
2003-12-21 Bruce Momjian[ This description should have been on the earlier...
2003-12-21 Tom LanePrevious change exposed some opportunities for further...
2003-12-21 Tom LaneImprove btree's initial-positioning-strategy code so...
2003-12-21 Tom LaneThe recent DUMMY_PROCS patch broke accounting for the...
2003-12-20 Tom Lanebufmgr.c failed to compile on Darwin, because it didn...
2003-12-20 Tom LaneDept. of third thoughts: in fact, libpq should support...
2003-12-20 Tom LaneFix broken IDENT support for FreeBSD (appears to have...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-20 Bruce MomjianIn my mind there were two categories of open issues
2003-12-19 Bruce MomjianSupress ecpg thread test if configure didn't enable...
2003-12-19 Bruce MomjianPrevent service dbname from defaulting to service name...
2003-12-19 Peter EisentrautForbid REVOKE on untrusted languages, and don't dump...
2003-12-19 Peter EisentrautAdd missing $(X).
2003-12-19 Tom LaneMake to_hex() behave portably on negative input values...
2003-12-19 Joe ConwayUse a shutdown callback to ensure proper clean up when...
2003-12-18 Tom LaneFix memory leak with SSL connections due to missing...
2003-12-18 Tom LaneUse a shutdown callback to clear setArgsValid in a...
2003-12-18 Peter EisentrautForgot to change one compatlib.h.
2003-12-18 Tom LaneEnsure set-returning functions in the targetlist of...
2003-12-18 Peter EisentrautMove Informix compatibility include files out of the...
2003-12-18 Dave Cramerpatch for new OID74Test
2003-12-18 Dave Cramerfixed up OID74 test to conform with other tests, by...
2003-12-18 Bruce MomjianHere is the definition of relation_byte_size() in optim...
2003-12-18 Dave Cramerpatch by Kris Jurka to use the correct protocol based...
2003-12-18 Tom LaneAdjust rules output for unknown-vs-any change (affects...
2003-12-18 Tom LaneBe a little smarter in group_clauses_by_indexkey_for_jo...
2003-12-17 Tom Laneinformation_schema.constraint_column_usage and key_colu...
2003-12-17 Tom LaneFix DecodeInterval to handle '-0.1' sanely, per gripe...
2003-12-17 Tom LaneReorder tests in parse_coerce so that ANY/ANYELEMENT...
2003-12-17 Peter EisentrautRemove pg_id.
2003-12-17 Tom LaneRepair planner failure when there are multiple IN claus...
2003-12-17 Dave Cramerrevoked patch from Kris Jurka to fix multiarguments...
2003-12-17 Dave Cramerpatch from Kris Jurka to fix large object 7.1 compatibl...
2003-12-17 Michael Meskes- Added just another patch by Dave that fixes a reverse...
2003-12-17 Dave Crameradded polish translation submitted by Piotr Maj
2003-12-16 Peter EisentrautFix constraint_column_usage for foreign keys.
2003-12-15 Bruce MomjianAdd mention with might need to use cp -R someday for...
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-12-12 Dave Crameradd missing SQLState by Patrick Higgins
2003-12-12 Dave Cramercancel row updates sets values to null by Kris Jurka
2003-12-12 Dave Cramerpatch to indicate why test cases failed from Oliver...
2003-12-12 Dave Cramerpatch to fix returning he information schema as a syste...
2003-12-12 Dave Cramerfix casting pooled connections to PGStatement problem...
2003-12-12 Dave Cramerpatch to build under jdk1.1 from Richard Scranton
2003-12-12 Dave Cramerbinary stream patch by Kris Jurka fixes empty stream...
2003-12-12 Dave Cramermetadata encoding patch from Kris Jurka
2003-12-11 Peter EisentrautNew translation
2003-12-11 Tom LaneFix thinko in comment.
2003-12-11 Dave Cramerbuild number set to 300 to avoid conflict with 7.4...
2003-12-11 Dave Cramerpatch to deal with unique foreign keys in 7.4 from...
2003-12-11 Dave Cramertch to make sure PSQLState is Serializable and a test...
2003-12-11 Dave Cramerpatch to make sure PSQLState is Serializable and a...
2003-12-10 Dave Cramerincremented build to 211
2003-12-09 Tom Lanequery_tree_mutator should copy RangeTblEntry nodes...
2003-12-08 Tom LaneWhole-row references were broken for subqueries and...
2003-12-08 Tom LaneWork around naming conflict between zlib and OpenSSL...
2003-12-07 Tom LaneRemove test on c.relkind from check_constraints view...
2003-12-07 Peter EisentrautFix typmod interpretation for bit types. (It was erron...
2003-12-07 Tom LaneOne more pass at reducing the cost of pg_dump's new...
2003-12-07 Joe ConwayRepair indexed bytea like operations, and related selec...
2003-12-07 Tom LaneSpeed up findObjectByCatalogId() to get rid of the...
2003-12-06 Tom LaneReplace not-very-bright implementation of topological...
2003-12-06 Tom LaneMassive overhaul of pg_dump: make use of dependency...
2003-12-05 Tom LaneGuard against bug in Solaris' bsearch(), per Michael...
2003-12-03 Joe Conwaycatversion change needed by previous read-onlu GUC...
next