]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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:
2003-01-08  Tom LaneCode review for FETCH/MOVE 0 changes. Improve document...
2003-01-07  Tom LaneSendFunctionResult should take care to detoast varlena...
2003-01-07  Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2003-01-07  Bruce MomjianUpgrade to my2pg 1.9
2003-01-07  Bruce MomjianUpgrade to even newer ora2pg 2.0.
2003-01-07  Bruce MomjianUpgrade to ora2pg 1.10. Backpatch to 7.3.X.
2003-01-07  Tom LaneUpdate for new we-always-have-getopt_long approach.
2003-01-07  Tom LaneApply the proper version of Christopher Kings-Lynne...
2003-01-07  Bruce MomjianAdd connection service file.
2003-01-07  Bruce MomjianSilence compiler warning caused by removal of netinet...
2003-01-07  Bruce MomjianDocument that psql \encoding doesn't see SET CLIENT_ENC...
2003-01-07  Bruce MomjianFix missing tab in file.
2003-01-07  Bruce MomjianSmall syntax cleanup.
2003-01-07  Bruce MomjianCheck for sockaddr_in6 for IPv6 code, rather than ip6.h.
2003-01-07  Bruce MomjianDocument libpq service capability, and add sample file.
2003-01-07  Tom LaneTweak mdnblocks() to avoid doing lseek() on segments...
2003-01-06  Bruce MomjianEnable IPv6 libpq 'hostaddr' addresses. Update docs.
2003-01-06  Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2003-01-06  Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06  Bruce MomjianUpdate comments on IPv6 #define.
2003-01-06  Bruce MomjianAdd test for netinet/ip6.h and getaddrinfo, to enable...
2003-01-06  Bruce MomjianUpdate ipv6 comment, move configure test to the right...
2003-01-06  Bruce MomjianAdd prototype for getaddrinfo().
2003-01-06  Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
next