]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-12-18  Dave Cramerfixed up OID74 test to conform with other tests, by...
2003-12-18  Bruce MomjianPlease find enclosed a patch exemplifying typical use...
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 LaneRepair badly broken estimation of output buffer size...
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-17  Bruce MomjianRestore information schema upgrade instructions of...
2003-12-16  Peter EisentrautAdd example for converting epoch back to timestamp.
2003-12-16  Peter EisentrautFix constraint_column_usage for foreign keys.
2003-12-16  Peter EisentrautRepair name.
2003-12-16  Bruce MomjianAdd mention of non-standard extension:
2003-12-16  Bruce MomjianAdd for ecpg:
2003-12-16  Bruce MomjianMention ecpg SET CONNECTION is not thread-aware.
2003-12-15  Peter EisentrautOverride some of the changes in DocBook DSSSL styleshee...
2003-12-15  Bruce MomjianAdd mention with might need to use cp -R someday for...
2003-12-15  Bruce MomjianUpdate HISTORY and release notes for 7.4.1.
2003-12-14  Neil ConwayFix two typos in the documentation for PREPARE.
2003-12-14  Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-12-14  Neil ConwayThis patch fixes a few more uppercase GUC vars. I also...
2003-12-14  Neil ConwayThis patch makes some improvements and adds some additi...
2003-12-14  Neil ConwayThis patch makes some SGML markup more consistent and...
2003-12-13  Neil ConwayThis patch makes some SGML markup more consistent and...
2003-12-13  Bruce MomjianAdd /usr/local/sgml/docbook-dsssl to the default search...
2003-12-13  Bruce MomjianSGML doc build instructions --- no more DTDDECL, fix...
2003-12-13  Bruce MomjianAdd fadvise TODO.detail.
2003-12-13  Bruce MomjianUpdate TODO.detail syntax:
2003-12-13  Bruce MomjianAdd Czech language FAQ's
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 EisentrautFix for vpath build
2003-12-11  Peter EisentrautNew translation
2003-12-11  Tom LaneFix thinko in comment.
2003-12-11  Peter EisentrautMake some wording consistent with DROP OPERATOR descrip...
2003-12-11  Peter EisentrautFix instructions how to shut down postmaster.
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-10  Teodor SigaevFix integer types to use definition from c.h. Per bug...
2003-12-09  Tom Lanequery_tree_mutator should copy RangeTblEntry nodes...
2003-12-08  Tom LaneMinor autovacuum fixes from Matthew O'Connor.
2003-12-08  Tom LaneAdd fflush() before sleeping, per Matthew O'Connor.
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-08  Bruce MomjianDone:
2003-12-07  Tom LaneReplace unportable and overflow-prone use of 'long...
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-07  Bruce MomjianDone:
2003-12-06  Joe ConwayDocumentation update for previously committed changes...
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-05  Teodor SigaevOne more fix confusion
2003-12-05  Teodor SigaevAvoid confusion start_parse_str function with tsearch V1
2003-12-04  Peter EisentrautMarkup improvements
2003-12-04  Teodor SigaevAvoid conflict strndup with glibc
2003-12-03  Joe Conwaycatversion change needed by previous read-onlu GUC...
2003-12-03  Joe ConwayAdded new group of read-only GUC variables to allow...
2003-12-03  Tom LanePlanner failed to be smart about binary-compatible...
2003-12-03  Teodor SigaevFix for word with several infinitives
2003-12-03  Michael MeskesAdded patch by Dave Cramer for array handling in ecpglib.
2003-12-02  Joe ConwayAdd a warning to AtEOXact_SPI() to catch cases where...
2003-12-02  Tom LaneUpdate release notes for 7.3.5.
2003-12-02  Peter EisentrautFix some small errors.
2003-12-02  Tom LaneCode and docs review for numeric-factorial patch.
2003-12-01  Bruce MomjianI've run across a pretty serious problem with pg_autova...
2003-12-01  Bruce MomjianFix initdb use of mkdir_p().
2003-12-01  Bruce MomjianI noticed in the 7.4 release that in contrib/pg_autovac...
2003-12-01  Bruce MomjianThe attached patch enables contrib/cube to build cleanl...
2003-12-01  Bruce MomjianThis patch refactors execTuples.c in two ways.
2003-12-01  Bruce MomjianHi, this doco patch is a quick one to add explicit...
2003-12-01  Bruce MomjianThis makes help like this:
2003-12-01  Bruce MomjianWin32 patch for Makefile.shlib
2003-12-01  Bruce MomjianUpdate for patches applied:
2003-12-01  Bruce Momjianattached is a patch that adds display of the groups...
2003-12-01  Tom LaneAvoid assuming that type key_t is 32 bits, since it...
2003-12-01  Bruce MomjianThis patch reduces some unsightly #ifdefs, and fixes...
2003-12-01  Bruce MomjianThis patch finishes off the work that I did with making...
next