]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-01-23  Tom LaneChange CREATE TABLE AS / SELECT INTO to create the...
2003-01-23  Tom LaneUpdate 'Mathematical Functions' table to reflect 7...
2003-01-22  Tom LaneFix sloppy comment.
2003-01-22  Tom LaneMake estimation of mergejoin scan selectivities more...
2003-01-22  Tom LaneImprove print_expr() a little. It's still not very...
2003-01-22  Tom LaneImplement choice between hash-based and sort-based...
2003-01-21  Tom LaneFix coredump problem in plpgsql's RETURN NEXT. When...
2003-01-21  Michael MeskesSynced parser.
2003-01-21  Tom LaneAvoid gratuitous variation in spelling of same error...
2003-01-21  Peter EisentrautFix sed expression for BSD sed.
2003-01-20  Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-19  Bruce MomjianThis patch includes a lot of minor cleanups to the...
2003-01-18  Bruce MomjianImprove symlink handling for C tags file.
2003-01-17  Bruce MomjianAdd section on testing index scan.
2003-01-17  Bruce MomjianAdd dash to:
2003-01-17  Tom LaneFix parse_agg.c to detect ungrouped Vars in sub-SELECTs...
2003-01-17  Tom LaneAdjust API of expression_tree_mutator and query_tree_mu...
2003-01-16  Tom LaneAdd code to print information about a detected deadlock...
2003-01-16  Tom LaneOoops, didn't cut-and-paste quite enough code from...
2003-01-16  Tom LaneFix bogus formatting of DROP DATABASE command, per...
2003-01-16  Tom LaneRepair an embarrassingly large number of alphabetizatio...
2003-01-15  Peter EisentrautAdd remaining documentation tables to information schema.
2003-01-15  Tom LaneNow that switch_outer processing no longer relies on...
2003-01-15  Bruce MomjianOops, put back changes. Those were Peter's, not mine.
2003-01-15  Bruce MomjianRevert my changes to features.sgml.
2003-01-15  Bruce MomjianMore comment cleanups for shared_buffers in postgresql...
2003-01-15  Bruce MomjianUpdate shared_buffer comment in postgresql.conf.
2003-01-15  Bruce MomjianBack out ORDER BY addition to Inet, for Tom.
2003-01-15  Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-15  Bruce MomjianReorder VARCHAR() to appear before CHAR() in docs.
2003-01-15  Bruce MomjianThis patch fixes an incorrect statement and makes a...
2003-01-15  Bruce MomjianThis patch includes some minor fixes and improvements...
2003-01-15  Bruce MomjianAdd ORDER BY for inet regression, pointed out by Rod...
2003-01-14  Peter EisentrautAdd sql_features table to information schema. Generate...
2003-01-14  Bruce MomjianReadd #include netinet/in.h for FreeBSD.
2003-01-14  Peter EisentrautEscape ampersand.
2003-01-14  Barry LindBumped up build number to 200
2003-01-14  Barry LindPatch from Florian Wunderlich to correctly support...
2003-01-14  Barry LindPatch from Aaron Mulder to have pooled connections...
2003-01-14  Barry LindPatch from Kris Jurka to improve the performance of...
2003-01-14  Bruce MomjianAdd:
2003-01-13  Bruce MomjianAdd Hugarian FAQ, from Laszlo Hornyak
2003-01-13  Tom LaneFix information_schema.sql install to work when buildin...
2003-01-13  Tom LaneReconsider mechanism for marking sub-selects that are...
2003-01-13  Hiroshi InoueChange Adjust_lo_type() so that it doesn't cause an...
2003-01-13  Bruce MomjianFixes to pgcvslog for last narrive entry.
2003-01-13  Tom LaneCause planner to account for evaluation costs in target...
2003-01-13  Tom LaneRecent changes in sublink representation require exprTy...
2003-01-12  Tom LaneRevise cost_qual_eval() to compute both startup (one...
2003-01-12  Tom LaneFix wrong/misleading comments, be more consistent about...
2003-01-12  Tom LaneFix some minor grammatical errors.
2003-01-12  Bruce MomjianUpdate CHAR().
2003-01-12  Peter EisentrautReplace RelidGetNamespaceId() by get_rel_namespace().
2003-01-12  Bruce MomjianUpdate CHAR() description.
2003-01-12  Bruce MomjianUpdate date only.
2003-01-12  Bruce MomjianImprove CHAR() description.
2003-01-12  Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
2003-01-12  Bruce MomjianSGML build cleanups from Neil Conway.
2003-01-11  Bruce MomjianFix capitalization.
2003-01-11  Bruce MomjianBack out flockfile change for NetBSD. Giles Lean repor...
2003-01-11  Tom LaneCause symlinks for shared-library versioning to run...
2003-01-11  Bruce MomjianFix markup problem in link to other SGML file.
2003-01-11  Tatsuo IshiiFix typo in an error message
2003-01-11  Bruce Momjian> > This patch improves the documentation for the share...
2003-01-11  Bruce MomjianRewrite for-loop, because this is not the Obfuscated...
2003-01-11  Bruce MomjianA tiny patch to fix a typo in configure.in and another...
2003-01-11  Bruce MomjianAdd doc links from SET to SET_CONSTRAINTS, SET_SESSION_...
2003-01-11  Peter EisentrautFix markup.
2003-01-10  Tom LaneCreate a new file executor/execGrouping.c to centralize...
2003-01-10  Tom LaneAdd missing <limits.h> for INT64_IS_BUSTED case.
2003-01-10  Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-10  Peter EisentrautDo not shell-quote the name of the editor, so that...
2003-01-10  Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-10  Peter EisentrautAdd optional drop behavior clause to REVOKE command...
2003-01-10  Peter EisentrautClean ip.c.
2003-01-09  Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2003-01-09  Tom LaneAdd missing #include <getopt.h>.
2003-01-09  Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2003-01-09  Peter EisentrautFix IPv6 detection and IPv6 to 4 conversion to use...
2003-01-09  Tom LaneCall timestamp_in with proper arguments, per gripe...
2003-01-09  Bruce MomjianFix indenting of log_min_error_statement.
2003-01-09  Bruce MomjianRemove bit.c/h routines. Not used anymore.
2003-01-09  Tom LaneRepair inconsistent rounding behavior for timestamp...
2003-01-09  Bruce Momjianadd to threads discussion.
2003-01-09  Tom LaneAdd missing pg_proc entry for interval_scale(). The...
2003-01-08  Bruce MomjianRemove 'const' from secure_write, to prevent compiler...
2003-01-08  Tom LaneGuard against stopping when numberTuples=0 and counter...
2003-01-08  Bruce MomjianThe second was that renegotiation was just plain broken...
2003-01-08  Bruce MomjianI was playing around with 7.3.1 and found some more...
2003-01-08  Bruce MomjianFix dumping of DEFERRABLE/INITIALLY DEFERRED:
2003-01-08  Bruce MomjianUpdated deferred trigger patch.
2003-01-08  Bruce MomjianThis trivial patch implements disabled, deferred trigge...
2003-01-08  Bruce MomjianEnhanced error/help message for pg_controldata.
2003-01-08  Tom LaneReconsider old decision to try to constant-fold default...
2003-01-08  Tom LaneRepair bug noticed by Deepak Bhole: a shell type should...
2003-01-08  Bruce MomjianFix pgpass to work with PQconnectDB().
2003-01-08  Tom LaneFix for bug #866. 7.3 contains new logic for avoiding...
2003-01-08  Bruce MomjianOnly set the database name if we find a match in the...
2003-01-08  D'Arcy J.M... Correction to last patch. As per the DB-API spec,...
2003-01-08  Bruce MomjianAdd:
next