summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-30Update FAQ.Bruce Momjian
2005-04-30Update replication FAQ.Bruce Momjian
2005-04-29Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane
2005-04-29Remove extern from optreset that was just added.Bruce Momjian
2005-04-29Improve cleanup from win32 client-only build.Bruce Momjian
2005-04-29Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian
2005-04-29This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway
2005-04-29Done:Bruce Momjian
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-04-28Fix a whitespace problem. From Alvaro Herrera.Dennis Bjorklund
2005-04-28Add WAL compression item to TODO.detail.Bruce Momjian
2005-04-28Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction toBruce Momjian
2005-04-27Wording improvement.Bruce Momjian
2005-04-27Update PAM documentation, per Alvaro.Bruce Momjian
2005-04-26Mention that PAM requires the user already exist in the database, perBruce Momjian
2005-04-25On further experimentation, there were still a couple of bugs inTom Lane
2005-04-25Fix ExpandIndirectionStar to handle cases where the expression to beTom Lane
2005-04-25get_expr_result_type probably needs to be able to handle OpExpr as wellTom Lane
2005-04-25Update description:Bruce Momjian
2005-04-25Re-add item with better description:Bruce Momjian
2005-04-25Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane
2005-04-25Avoid rechecking lossy operators twice in a bitmap scan plan.Tom Lane
2005-04-25While determining the filter clauses for an index scan (either plainTom Lane
2005-04-25Replace slightly klugy create_bitmap_restriction() function with aTom Lane
2005-04-25Add description for concurrent sequential scans:Bruce Momjian
2005-04-25Remove support for OR'd indexscans internal to a single IndexScan planTom Lane
2005-04-24Adjust nodeBitmapIndexscan.c to not keep the index open across calls,Tom Lane
2005-04-24Actually, nodeBitmapIndexscan.c doesn't need to create a standardTom Lane
2005-04-24Put back example of using Result node to execute an INSERT.Tom Lane
2005-04-24Update wording:Bruce Momjian
2005-04-24Update wording.Bruce Momjian
2005-04-24Clean up HTML.Bruce Momjian
2005-04-24Add replication FAQ item.Bruce Momjian
2005-04-24Update some comments to use SQL examples rather than QUEL. From SimonNeil Conway
2005-04-24Add line break.Bruce Momjian
2005-04-24Update book items.Bruce Momjian
2005-04-24Update VACUUM VERBOSE FSM message, per Tom.Bruce Momjian
2005-04-23Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane
2005-04-23Remove useless argtype_inherit() code, and make consequent simplifications.Tom Lane
2005-04-23Turns out our existing page size is already optimal in most cases:Bruce Momjian
2005-04-23Item already added to existing 'thread' item:Bruce Momjian
2005-04-23Remove item, not sure what it refers to:Bruce Momjian
2005-04-23New item:Bruce Momjian
2005-04-23Update threading item:Bruce Momjian
2005-04-23Done:Bruce Momjian
2005-04-23Remove explicit FreeExprContext calls during plan node shutdown. TheTom Lane
2005-04-23Done:Bruce Momjian
2005-04-23Fix typo:Bruce Momjian
2005-04-23Update VACUUM VERBOSE update, per Alvaro.Bruce Momjian
2005-04-23Update working of VACUUM VERBOSE.Bruce Momjian