]> granicus.if.org Git - postgresql/history - src
Fix for extended-query protocol: in event of error, backend was issuing
[postgresql] / src /
2003-06-20 Tom LaneFix for extended-query protocol: in event of error...
2003-06-20 Michael MeskesSynced with backend.
2003-06-20 Michael MeskesJust another Informix compatibility change. They uses...
2003-06-20 Michael MeskesSorry, missed a file.
2003-06-20 Michael MeskesAllow constants in using clauses.
2003-06-20 Tom LaneWe neglected to set conn->raddr.salen, leading to break...
2003-06-19 Tom LaneDisallow dollar sign in operator names, instead allow...
2003-06-19 Michael MeskesFixed fetch into char * and added missing prototype...
2003-06-18 Peter EisentrautChange clusterdb and vacuumdb into C programs.
2003-06-17 Tom LaneMake FLOAT(p) measure the precision p in bits, not...
2003-06-17 Peter EisentrautMore information schema views.
2003-06-17 Peter EisentrautAdd missing file to clean target.
2003-06-17 Michael MeskesFixed several more parsing bugs.
2003-06-17 Tom LaneFix error line numbers reported for errors in plpgsql_p...
2003-06-16 Tom LaneFix bugs in interval-to-time conversion: HAVE_INT64_TIM...
2003-06-16 Michael MeskesFixed two small bugs.
2003-06-16 Tom LaneAllow GROUP BY, ORDER BY, DISTINCT targets to be unknow...
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
2003-06-15 Tom LaneReplace cryptic 'Unknown kind of return type' messages...
2003-06-15 Tom LaneCause GROUP BY clause to adopt ordering operators from...
2003-06-15 Tom Laneindex() -> strchr().
2003-06-15 Michael MeskesTypo in version number.
2003-06-15 Michael MeskesSome minor changes for new version numbering.
2003-06-15 Bruce MomjianEcpg cleanups for prototypes.
2003-06-15 Bruce MomjianRun autoconf/autoheader for ecpg change.
2003-06-15 Bruce MomjianMake ecpg thread safe.
2003-06-14 Bruce MomjianMove thread os defines into template files.
2003-06-14 Bruce MomjianHandle threading in two more gethostbyname calls.
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2003-06-13 Bruce MomjianAdd --with-threads configure option to control threaded...
2003-06-13 Michael Meskes- Enable FETCH without INTO.
2003-06-13 Tom LaneOkay, recognize freebsd 2.* and 3.* too.
2003-06-13 Tom LaneExpect FreeBSD 5.* to have standard float arithmetic.
2003-06-12 Bruce MomjianAdd thread-enable compile variables into libpq.
2003-06-12 Tom LaneFix SQL function executor for case where last command...
2003-06-12 Michael MeskesInstall all header files.
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-06-12 Bruce MomjianAttached is a patch that enhances the output of psql...
2003-06-12 Bruce MomjianBrief note about sequence cache not being cleared in...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-12 Bruce MomjianBack out this patch because it is patched inside a...
2003-06-12 Bruce MomjianI succeeded by fixing up setup.py:
2003-06-12 Bruce MomjianHere is a patch that allows CIDR netmasks in pg_hba...
2003-06-12 Bruce MomjianUp to now, SerializableSnapshot and QuerySnapshot are...
2003-06-12 Bruce Momjianpsql: tab completion for \encoding
2003-06-12 Bruce MomjianI found the libpq function PGunescapeBytea a little...
2003-06-11 Bruce MomjianThis patch extracts page buffer pooling and the simple
2003-06-11 Bruce MomjianAdd add_missing_from GUC variable.
2003-06-11 Bruce MomjianMake "log_min_duration_statement" SUSET --- will be...
2003-06-11 Tom LaneFix brain damage in deciding which python input convert...
2003-06-11 Bruce MomjianAdd log_min_duration_statement.
2003-06-11 Tom Lanepg_dump and pg_restore were stripping quotes and downca...
2003-06-11 Bruce MomjianWell, the discussion about SSL a bit back perked my...
2003-06-11 Bruce MomjianDuring looking stuff up for a discussion on -general...
2003-06-11 Bruce MomjianAdd missing DLLIMPORT for cpu_index_tuple_cost to
2003-06-11 Peter EisentrautRepresent grant options in the information schema.
2003-06-11 Bruce MomjianAdd Rendezvous support to postmaster, from Chris Campbell
2003-06-11 Michael MeskesMake sure a variable is no longer referenced when it...
2003-06-11 Bruce MomjianDocument the -h client flag can use a socket directory...
2003-06-11 Bruce MomjianRemove lock* GUC variables from postgresql.conf.
2003-06-10 Michael MeskesFixed some bugs.
2003-06-09 Tom Lanefreeaddrinfo2() does need two parameters after all...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-06-06 Bruce MomjianAdd -DFRONTEND for non-MinGW Win32 ports.
2003-06-06 Tom LaneAdd defense in assign_session_authorization() against...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-06-05 Peter EisentrautInformation schema views about functions
2003-06-05 Peter EisentrautSupport for Intel compiler on Linux
2003-06-02 Tom LaneMake the world at least marginally safe for usernames...
2003-06-02 Bruce MomjianIn src/include/mb/pg_wchar.h we have:
2003-06-02 Michael MeskesFixed segfault in forward definition parsing.
2003-05-31 Tom LanemarkTargetListOrigin neglected to handle outer-scope...
2003-05-30 Tom LaneCause pg_dumpall to support the -a, -s, -x options...
2003-05-30 Tom LaneCause pg_dumpall to include GRANT/REVOKE for database...
2003-05-30 Tom LaneSmall performance improvement for hash joins and hash...
2003-05-30 Michael MeskesCreate a real prototype function for describe.
2003-05-30 Michael MeskesSync and some minor cleanup/fixing work plus an EXEC...
2003-05-29 Tom LaneEnsure that in all flex lexers that are part of the...
2003-05-29 Barry Lindone more change to correctly support the removeall...
2003-05-29 Tom LaneAdopt latest bison's spelling of 'syntax error' rather...
2003-05-29 Tom LaneDon't explicitly close() the session socket during...
2003-05-29 Tom LaneAFAICT, none of our shared libraries are anywhere near...
2003-05-29 Michael MeskesChanged variable parsing so struct[n].attr works.
2003-05-29 Michael MeskesParse forward definiton of structs.
2003-05-29 Barry LindApplied patch from Fernando Nasser to fix up small...
2003-05-29 Barry LindApplied patch from Fernando Nasser to improve buffer...
2003-05-29 Barry Lindclean up warnings produced by Eclipse
2003-05-29 Barry LindAdding .cvsignore files for Eclipse IDE
2003-05-29 Barry LindUp the build number to reflect the changes for V3 proto...
2003-05-29 Barry LindInitial attempt to integrate in V3 protocol support...
2003-05-29 Tom LaneAdd a regression test to catch future silliness in...
2003-05-29 Tom LaneFix stupid oversight :-(
2003-05-28 Tom LaneKnock down a couple more lappend() hotspots for large...
2003-05-28 Tom LaneFix some planner performance problems with large WHERE...
2003-05-28 Tom LaneFix breakage of LINUX_PROFILE code due to recent Window...
2003-05-28 Tom LaneFix things so that an error occuring during standalone...
2003-05-28 Tom LaneIn bootstrap and standalone-backend modes, do not sort...
next