Commit Graph

20111 Commits (e6e7e64345e882835017e0bbc7e14e72abf00f69)
 

Author SHA1 Message Date
Bruce Momjian e6e7e64345 Update "control" item. 21 years ago
Bruce Momjian 45c2171024 Typo fix, Dave Held 21 years ago
Tom Lane d468e19a06 Allow implicit cast from any named composite type to RECORD. At the 21 years ago
Tom Lane 13f75e378e Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status, 21 years ago
Tom Lane a5ed98ba5a Preliminary release notes for 8.0.3, 7.4.8, 7.3.10. 21 years ago
Tom Lane f593dda030 Spell DELIMITER correctly, per Seamus Dean. 21 years ago
Tom Lane 126eaef651 Clean up MultiXactIdExpand's API by separating out the case where we 21 years ago
Tom Lane 893b57c871 Alter the signature for encoding conversion functions to declare the 21 years ago
Tom Lane 177af51c04 Change tsearch2 to not use the unsafe practice of creating functions 21 years ago
Neil Conway 39e54e3208 Fix typos in documentation. 21 years ago
Bruce Momjian 47ce51c04a Add FAQ on who controls the project. 21 years ago
Bruce Momjian 3de0e72b56 Completed: 21 years ago
Bruce Momjian 76668e6eb4 Check the file system on postmaster startup and report any unreferenced 21 years ago
Neil Conway b656150ec0 Add some missing "See Also" entries to the domain-related SQL reference 21 years ago
Neil Conway f478856c7f Change SPI functions to use a `long' when specifying the number of tuples 21 years ago
Tom Lane 6c412f0605 Change CREATE TYPE to require datatype output and send functions to have 21 years ago
Tom Lane ae793ff63c Fix incorrect backslashing in regexp example, per Robert Treat. 21 years ago
Tom Lane 768eaf1416 Mention the actual stored size of NUMERIC values, per David Fetter. 21 years ago
Neil Conway 628c0893fd Remove the contents of the src/corba subdirectory: this has been dead code 21 years ago
Tom Lane 7f8d2fe31c Change catalog entries for record_out and record_send to show only one 21 years ago
Tom Lane d7018abe06 Make record_out and record_send extract type information from the passed 21 years ago
Tom Lane 93b2477278 Use the standard lock manager to establish priority order when there 21 years ago
Neil Conway 47458f8c2f GCC 4.0 includes a new warning option, -Wformat-literal, that emits 21 years ago
Bruce Momjian 16d4418bf5 Fix BCC to not define compiler location. 21 years ago
Bruce Momjian 23cf3986cf Update FAQ. 21 years ago
Bruce Momjian ef1b4fbb56 Update replication FAQ. 21 years ago
Tom Lane 3a694bb0a1 Restructure LOCKTAG as per discussions of a couple months ago. 21 years ago
Bruce Momjian 32d3b47e6f Remove extern from optreset that was just added. 21 years ago
Bruce Momjian 930dd70992 Improve cleanup from win32 client-only build. 21 years ago
Bruce Momjian 7cebfdf211 Backpatch BCC compile changes to 8.0.X for psql. 21 years ago
Neil Conway 18b5ef5a76 This patch fixes a bug in the error message emitted by pg_restore on an 21 years ago
Bruce Momjian daec16d0ba Done: 21 years ago
Tom Lane bedb78d386 Implement sharable row-level locks, and use them for foreign key references 21 years ago
Dennis Bjorklund d902e7d63b Fix a whitespace problem. From Alvaro Herrera. 21 years ago
Bruce Momjian 5de947624a Add WAL compression item to TODO.detail. 21 years ago
Bruce Momjian a65b1b738c Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to 21 years ago
Bruce Momjian 989b55c550 Wording improvement. 21 years ago
Bruce Momjian d3ee0279d6 Update PAM documentation, per Alvaro. 21 years ago
Bruce Momjian eceb05b0b9 Mention that PAM requires the user already exist in the database, per 21 years ago
Tom Lane c20fb65780 On further experimentation, there were still a couple of bugs in 21 years ago
Tom Lane dfc5c72961 Fix ExpandIndirectionStar to handle cases where the expression to be 21 years ago
Tom Lane ea19c8772e get_expr_result_type probably needs to be able to handle OpExpr as well 21 years ago
Bruce Momjian 238fb0342e Update description: 21 years ago
Bruce Momjian 61cf53516e Re-add item with better description: 21 years ago
Tom Lane c5b08d3b7d Fix btree_gist to handle timetz zone correctly per recent changes. 21 years ago
Tom Lane a0ea71333a Avoid rechecking lossy operators twice in a bitmap scan plan. 21 years ago
Tom Lane 1fcd4b7a07 While determining the filter clauses for an index scan (either plain 21 years ago
Tom Lane 79a1b00226 Replace slightly klugy create_bitmap_restriction() function with a 21 years ago
Bruce Momjian 7a4c34c97c Add description for concurrent sequential scans: 21 years ago
Tom Lane 5b05185262 Remove support for OR'd indexscans internal to a single IndexScan plan 21 years ago