summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-03Alter the signature for encoding conversion functions to declare theTom Lane
2005-05-03Change tsearch2 to not use the unsafe practice of creating functionsTom Lane
2005-05-03Fix typos in documentation.Neil Conway
2005-05-02Add FAQ on who controls the project.Bruce Momjian
2005-05-02Completed:Bruce Momjian
2005-05-02Check the file system on postmaster startup and report any unreferencedBruce Momjian
2005-05-02Add some missing "See Also" entries to the domain-related SQL referenceNeil Conway
2005-05-02Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-05-01Fix incorrect backslashing in regexp example, per Robert Treat.Tom Lane
2005-05-01Mention the actual stored size of NUMERIC values, per David Fetter.Tom Lane
2005-05-01Remove the contents of the src/corba subdirectory: this has been dead codeNeil Conway
2005-04-30Change catalog entries for record_out and record_send to show only oneTom Lane
2005-04-30Make record_out and record_send extract type information from the passedTom Lane
2005-04-30Use the standard lock manager to establish priority order when thereTom Lane
2005-04-30GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway
2005-04-30Fix BCC to not define compiler location.Bruce Momjian
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