Commit Graph

20095 Commits (ae793ff63cb9167ea6d0f24ca018ffabad157ece)
 

Author SHA1 Message Date
Tom Lane ae793ff63c Fix incorrect backslashing in regexp example, per Robert Treat. 20 years ago
Tom Lane 768eaf1416 Mention the actual stored size of NUMERIC values, per David Fetter. 20 years ago
Neil Conway 628c0893fd Remove the contents of the src/corba subdirectory: this has been dead code 20 years ago
Tom Lane 7f8d2fe31c Change catalog entries for record_out and record_send to show only one 20 years ago
Tom Lane d7018abe06 Make record_out and record_send extract type information from the passed 20 years ago
Tom Lane 93b2477278 Use the standard lock manager to establish priority order when there 20 years ago
Neil Conway 47458f8c2f GCC 4.0 includes a new warning option, -Wformat-literal, that emits 20 years ago
Bruce Momjian 16d4418bf5 Fix BCC to not define compiler location. 20 years ago
Bruce Momjian 23cf3986cf Update FAQ. 20 years ago
Bruce Momjian ef1b4fbb56 Update replication FAQ. 20 years ago
Tom Lane 3a694bb0a1 Restructure LOCKTAG as per discussions of a couple months ago. 20 years ago
Bruce Momjian 32d3b47e6f Remove extern from optreset that was just added. 20 years ago
Bruce Momjian 930dd70992 Improve cleanup from win32 client-only build. 20 years ago
Bruce Momjian 7cebfdf211 Backpatch BCC compile changes to 8.0.X for psql. 20 years ago
Neil Conway 18b5ef5a76 This patch fixes a bug in the error message emitted by pg_restore on an 20 years ago
Bruce Momjian daec16d0ba Done: 20 years ago
Tom Lane bedb78d386 Implement sharable row-level locks, and use them for foreign key references 20 years ago
Dennis Bjorklund d902e7d63b Fix a whitespace problem. From Alvaro Herrera. 20 years ago
Bruce Momjian 5de947624a Add WAL compression item to TODO.detail. 20 years ago
Bruce Momjian a65b1b738c Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to 20 years ago
Bruce Momjian 989b55c550 Wording improvement. 20 years ago
Bruce Momjian d3ee0279d6 Update PAM documentation, per Alvaro. 20 years ago
Bruce Momjian eceb05b0b9 Mention that PAM requires the user already exist in the database, per 20 years ago
Tom Lane c20fb65780 On further experimentation, there were still a couple of bugs in 20 years ago
Tom Lane dfc5c72961 Fix ExpandIndirectionStar to handle cases where the expression to be 20 years ago
Tom Lane ea19c8772e get_expr_result_type probably needs to be able to handle OpExpr as well 20 years ago
Bruce Momjian 238fb0342e Update description: 20 years ago
Bruce Momjian 61cf53516e Re-add item with better description: 20 years ago
Tom Lane c5b08d3b7d Fix btree_gist to handle timetz zone correctly per recent changes. 20 years ago
Tom Lane a0ea71333a Avoid rechecking lossy operators twice in a bitmap scan plan. 20 years ago
Tom Lane 1fcd4b7a07 While determining the filter clauses for an index scan (either plain 20 years ago
Tom Lane 79a1b00226 Replace slightly klugy create_bitmap_restriction() function with a 20 years ago
Bruce Momjian 7a4c34c97c Add description for concurrent sequential scans: 20 years ago
Tom Lane 5b05185262 Remove support for OR'd indexscans internal to a single IndexScan plan 20 years ago
Tom Lane 186655e9a5 Adjust nodeBitmapIndexscan.c to not keep the index open across calls, 20 years ago
Tom Lane 8403741796 Actually, nodeBitmapIndexscan.c doesn't need to create a standard 20 years ago
Tom Lane 24475a7618 Put back example of using Result node to execute an INSERT. 20 years ago
Bruce Momjian cdf39c7b61 Update wording: 20 years ago
Bruce Momjian 5131b5bc7a Update wording. 20 years ago
Bruce Momjian c1cc62f614 Clean up HTML. 20 years ago
Bruce Momjian 7a35c637bc Add replication FAQ item. 20 years ago
Neil Conway 947eb97560 Update some comments to use SQL examples rather than QUEL. From Simon 20 years ago
Bruce Momjian a7f2a788ee Add line break. 20 years ago
Bruce Momjian 6f8f0a9d7a Update book items. 20 years ago
Bruce Momjian 3b0a5e50d7 Update VACUUM VERBOSE FSM message, per Tom. 20 years ago
Tom Lane 35f9b461f1 Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison 20 years ago
Tom Lane 0e99be1c25 Remove useless argtype_inherit() code, and make consequent simplifications. 20 years ago
Bruce Momjian ac8998f2e6 Turns out our existing page size is already optimal in most cases: 20 years ago
Bruce Momjian f4dcb52efe Item already added to existing 'thread' item: 20 years ago
Bruce Momjian 6869683147 Remove item, not sure what it refers to: 20 years ago