]> granicus.if.org Git - postgresql/shortlog
postgresql
2005-05-11 Bruce MomjianThis patch will ensure that the hash table iteration...
2005-05-11 Bruce MomjianFix pg_autovacuum -s flag to handle values > 2000 by...
2005-05-11 Bruce MomjianUpdate FAQ URLs.
2005-05-11 Bruce MomjianDocument where to download free Microsoft and Borland...
2005-05-11 Bruce MomjianDocument that bcc compiles now need the -N flag, backpa...
2005-05-11 Bruce MomjianUpdate Chinese FAQ, per Magnus.
2005-05-11 Bruce MomjianTag 1000000L as long for compuation.
2005-05-11 Neil ConwayFix newly introduced spelling error.
2005-05-11 Bruce MomjianAdd mention that not all functions are listed.
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-05-11 Bruce MomjianAdd Chinese FAQ.
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 MomjianItem removed from CVS:
2005-05-10 Bruce MomjianReport index name on CLUSTER failure. Also, suggest...
2005-05-10 Neil ConwayFix typo in comment.
2005-05-10 Bruce MomjianAdd:
2005-05-10 Bruce MomjianAdd:
2005-05-10 Bruce MomjianDone:
2005-05-10 Neil ConwayRegression tests for the COPY CSV header feature. From...
2005-05-09 Bruce MomjianRename encryption section.
2005-05-09 Bruce MomjianRemove encryption FAQ item now that we have a doc section.
2005-05-09 Bruce MomjianImprove wording of new documentation section on encrypt...
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-09 Tom LaneUpdate release notes for upcoming re-releases.
2005-05-08 Tom LaneUpdate release checklist to reflect that HISTORY and...
2005-05-08 Bruce MomjianAdd encryption section to documentation.
2005-05-08 Bruce MomjianDocumentation adjustments.
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 description:
2005-05-07 Bruce MomjianAdd comment on C locale test for upper/lower/initcap().
2005-05-07 Neil ConwayRevert the ld --as-needed patch. This breaks Fedora...
2005-05-07 Bruce MomjianDone:
2005-05-07 Bruce MomjianAdd items:
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 Bruce MomjianAdjust question spacing.
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-06 Tom LaneUpdate misleading comment about the use of lanpltrusted...
2005-05-06 Bruce MomjianUpdate comment to mention "Name classification hierarch...
2005-05-06 Bruce MomjianRemove documentation that CSV didn't handle carriage...
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 MomjianOn Win32, libintl replaces snprintf() with its own...
2005-05-05 Tom LanePer core discussion, we should push out a 7.2.* release...
2005-05-05 Bruce MomjianAdd comments on WSAStartup usage.
2005-05-05 Bruce MomjianAdd WSACleanup() for Win32 socket cleanup.
2005-05-05 Neil ConwayThe issue has been raised in the past that our build...
2005-05-05 Tom LaneAdjust nodeBitmapIndexscan to keep the target index...
2005-05-05 Bruce MomjianUpdate "control" item.
2005-05-05 Bruce MomjianTypo fix, Dave Held
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 LanePreliminary release notes for 8.0.3, 7.4.8, 7.3.10.
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-03 Neil ConwayFix typos in documentation.
2005-05-02 Bruce MomjianAdd FAQ on who controls the project.
2005-05-02 Bruce MomjianCompleted:
2005-05-02 Bruce MomjianCheck the file system on postmaster startup and report...
2005-05-02 Neil ConwayAdd some missing "See Also" entries to the domain-relat...
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 Tom LaneFix incorrect backslashing in regexp example, per Rober...
2005-05-01 Tom LaneMention the actual stored size of NUMERIC values, per...
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-30 Bruce MomjianUpdate FAQ.
2005-04-30 Bruce MomjianUpdate replication FAQ.
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.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-04-29 Neil ConwayThis patch fixes a bug in the error message emitted...
2005-04-29 Bruce MomjianDone:
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-28 Dennis BjorklundFix a whitespace problem. From Alvaro Herrera.
2005-04-28 Bruce MomjianAdd WAL compression item to TODO.detail.
2005-04-28 Bruce MomjianAdd psql \set ON_ERROR_ROLLBACK to allow statements...
2005-04-27 Bruce MomjianWording improvement.
2005-04-27 Bruce MomjianUpdate PAM documentation, per Alvaro.
2005-04-26 Bruce MomjianMention that PAM requires the user already exist in...
2005-04-25 Tom LaneOn further experimentation, there were still a couple...
next