]> granicus.if.org Git - postgresql/history - src
Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"
[postgresql] / src /
2005-05-26 Neil ConwayMinor cleanup for recent SQLSTATE / SQLERRM patch:...
2005-05-26 Neil ConwayAdjust datetime parsing to be more robust. We now pass...
2005-05-26 Tom LaneTweak the backend scanner (and psqlscan.l, which must...
2005-05-26 Bruce MomjianAdd PL/pgSQL SQLSTATE and SQLERRM support which sets...
2005-05-25 Bruce MomjianAt the head of wchareq, length of (multibyte) character...
2005-05-25 Bruce MomjianQuick patch to adress a recent concern on the mailing...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-24 Tom LanePrevious fix for "x FULL JOIN y ON true" failed to...
2005-05-24 Tom LaneFix PL makefiles to support running regression tests...
2005-05-24 Tom LaneAdd -I$(srcdir) to CPPFLAGS to make psqlscan.c compile...
2005-05-24 Tatsuo IshiiInserting 5 characters into char(10) does not produce...
2005-05-24 Neil ConwayAdd regression tests for previously-untested PL/Perl...
2005-05-24 Neil ConwayFix weird indentation of function return type.
2005-05-24 Bruce MomjianLog queries for client-side prepare/execute. Simon...
2005-05-24 Bruce MomjianPut parentheses around use of macro arguments in FMODUL...
2005-05-24 Bruce MomjianRemove more extraneous parentheses in date/time functions.
2005-05-23 Bruce MomjianMore macro cleanups for date/time.
2005-05-23 Bruce MomjianAdd datetime macros for constants, for clarity:
2005-05-23 Bruce MomjianRemove unnecessary parentheses in datetime/timestamp...
2005-05-23 Tom LaneAvoid redundant relation lock grabs during planning...
2005-05-23 Neil ConwayFix typo in PL/Perl Safe.pm initialization that prevent...
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-05-21 Bruce MomjianRemove excess parens, use Abs instead of : ?.
2005-05-20 Bruce MomjianAdd support for wal_fsync_writethrough for Darwin,...
2005-05-20 Neil ConwayImplement md5(bytea), update regression tests and docum...
2005-05-19 Tom LaneMake a comment pgindent-proof, per suggestion from...
2005-05-19 Tom LaneUpdate comment that I missed the first time around.
2005-05-19 Tom LaneFactor out lock cleanup code that is needed in several...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-18 Neil ConwayUpon closer inspection, Greg's psql tab completion...
2005-05-18 Neil Conwaypsql tab completion improvements, from Greg Sabino...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
2005-05-17 Tom LaneAdd a --dbname option to the pg_regress script, and...
2005-05-17 Tom LaneGuard against duplicate IDs in input file in SortTocFro...
2005-05-17 Neil ConwayCleanup GiST header files. Since GiST extensions are...
2005-05-17 Neil ConwayGiST improvements:
2005-05-17 Tom LaneModify tidbitmap.c to avoid creating a hash table until...
2005-05-16 Neil ConwayFix a few minor mistakes in header comments. From Qingq...
2005-05-16 Tom LaneAdjust out-of-date comment.
2005-05-15 Tom LaneFix latent bug in ExecSeqRestrPos: it leaves the plan...
2005-05-15 Neil ConwayVarious style cleanups for GiST; no changes to function...
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-05-14 Tom LaneFurther marginal speed hacking: in MemoryContextReset...
2005-05-14 Tom LaneMinor refactoring to eliminate duplicate code and make...
2005-05-14 Tom LaneMinor speed hacks in AllocSetReset: avoid clearing...
2005-05-14 Tom LaneConvert the existing regression test scripts for the...
2005-05-13 Tom LaneRevise nodeMergejoin in light of example provided by...
2005-05-13 Bruce MomjianAdd -N make flag to bcc builds from /src dir.
2005-05-13 Neil ConwayAdd regression test for consecutive newlines in COPY...
2005-05-12 Tom LaneRemove some unnecessary code: since ExecMakeFunctionRes...
2005-05-11 Tom LaneGive pg_regress a --load-language option, so that it...
2005-05-11 Bruce MomjianThis patch will ensure that the hash table iteration...
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-05-11 Neil ConwayThis patch reduces the size of the message header used...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-05-10 Bruce MomjianBack out check for unreferenced files.
2005-05-10 Bruce MomjianReport index name on CLUSTER failure. Also, suggest...
2005-05-10 Neil ConwayFix typo in comment.
2005-05-10 Neil ConwayRegression tests for the COPY CSV header feature. From...
2005-05-09 Neil ConwayUpdate "expected" regression test output for the recent...
2005-05-09 Tatsuo IshiiFix duplicate call to WRITE_NODE_FIELD(whereClause...
2005-05-09 Tom LaneAdd some defenses against functions declared to return...
2005-05-09 Neil ConwayComplete the following TODO items:
2005-05-08 Tom LaneUpdate release checklist to reflect that HISTORY and...
2005-05-07 Tom LaneRepair very-low-probability race condition between...
2005-05-07 Tom LaneAdjust time qual checking code so that we always check...
2005-05-07 Tom LaneFix case in which a debug printout would print already...
2005-05-07 Bruce MomjianAdd comment on C locale test for upper/lower/initcap().
2005-05-07 Bruce MomjianAdd COPY WITH CVS HEADER to allow a heading line as...
2005-05-06 Bruce MomjianUpdate backend flowchart HTML.
2005-05-06 Bruce MomjianUpdate flowchart sections to match current CVS.
2005-05-06 Bruce MomjianMarkup improvements.
2005-05-06 Bruce MomjianUpdate backend flowchard wording
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-06 Bruce MomjianUpdate comment to mention "Name classification hierarch...
2005-05-06 Bruce MomjianConvert some mulit-line comments in copy.c to single...
2005-05-06 Tom LaneMarginal performance improvements in dynahash: make...
2005-05-05 Tom LaneFix bogus hashtable setup. (This code has quite a...
2005-05-05 Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-05-05 Bruce MomjianAdd comments on WSAStartup usage.
2005-05-05 Bruce MomjianAdd WSACleanup() for Win32 socket cleanup.
2005-05-05 Tom LaneAdjust nodeBitmapIndexscan to keep the target index...
2005-05-05 Tom LaneAllow implicit cast from any named composite type to...
2005-05-04 Tom LaneUse postmaster_is_alive() check in pg_ctl restart as...
2005-05-04 Tom LaneSpell DELIMITER correctly, per Seamus Dean.
2005-05-03 Tom LaneClean up MultiXactIdExpand's API by separating out...
2005-05-03 Tom LaneAlter the signature for encoding conversion functions...
2005-05-03 Tom LaneChange tsearch2 to not use the unsafe practice of creat...
2005-05-02 Bruce MomjianCheck the file system on postmaster startup and report...
2005-05-02 Neil ConwayChange SPI functions to use a `long' when specifying...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-05-01 Neil ConwayRemove the contents of the src/corba subdirectory:...
2005-04-30 Tom LaneChange catalog entries for record_out and record_send...
2005-04-30 Tom LaneMake record_out and record_send extract type informatio...
2005-04-30 Tom LaneUse the standard lock manager to establish priority...
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-30 Bruce MomjianFix BCC to not define compiler location.
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-29 Bruce MomjianRemove extern from optreset that was just added.
2005-04-29 Bruce MomjianImprove cleanup from win32 client-only build.
next