]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2005-04-25  Tom LaneFix ExpandIndirectionStar to handle cases where the...
2005-04-25  Tom Laneget_expr_result_type probably needs to be able to handl...
2005-04-25  Bruce MomjianUpdate description:
2005-04-25  Bruce MomjianRe-add item with better description:
2005-04-25  Tom LaneFix btree_gist to handle timetz zone correctly per...
2005-04-25  Tom LaneAvoid rechecking lossy operators twice in a bitmap...
2005-04-25  Tom LaneWhile determining the filter clauses for an index scan...
2005-04-25  Tom LaneReplace slightly klugy create_bitmap_restriction()...
2005-04-25  Bruce MomjianAdd description for concurrent sequential scans:
2005-04-25  Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-24  Tom LaneAdjust nodeBitmapIndexscan.c to not keep the index...
2005-04-24  Tom LaneActually, nodeBitmapIndexscan.c doesn't need to create...
2005-04-24  Tom LanePut back example of using Result node to execute an...
2005-04-24  Bruce MomjianUpdate wording:
2005-04-24  Bruce MomjianUpdate wording.
2005-04-24  Bruce MomjianClean up HTML.
2005-04-24  Bruce MomjianAdd replication FAQ item.
2005-04-24  Neil ConwayUpdate some comments to use SQL examples rather than...
2005-04-24  Bruce MomjianAdd line break.
2005-04-24  Bruce MomjianUpdate book items.
2005-04-24  Bruce MomjianUpdate VACUUM VERBOSE FSM message, per Tom.
2005-04-23  Tom LaneRepair two TIME WITH TIME ZONE bugs found by Dennis...
2005-04-23  Tom LaneRemove useless argtype_inherit() code, and make consequ...
2005-04-23  Bruce MomjianTurns out our existing page size is already optimal...
2005-04-23  Bruce MomjianItem already added to existing 'thread' item:
2005-04-23  Bruce MomjianRemove item, not sure what it refers to:
2005-04-23  Bruce MomjianNew item:
2005-04-23  Bruce MomjianUpdate threading item:
2005-04-23  Bruce MomjianDone:
2005-04-23  Tom LaneRemove explicit FreeExprContext calls during plan node...
2005-04-23  Bruce MomjianDone:
2005-04-23  Bruce MomjianFix typo:
2005-04-23  Bruce MomjianUpdate VACUUM VERBOSE update, per Alvaro.
2005-04-23  Bruce MomjianUpdate working of VACUUM VERBOSE.
2005-04-23  Bruce MomjianMake VACUUM VERBOSE FSM output all output in a single...
2005-04-23  Bruce MomjianMove info about lack of depencency checking in Makefile...
2005-04-23  Bruce MomjianUpdate FAQ by eliminating non-frequent items like large...
2005-04-23  Bruce MomjianDone:
next