aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Reduce size of critial section during vacuum full, criticalTeodor Sigaev2006-05-17
* Rename macro parameter, for clarity.Bruce Momjian2006-05-17
* Update pg_dump vesion wording.Bruce Momjian2006-05-13
* Mention version portability of pg_dump.Bruce Momjian2006-05-13
* Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane2006-05-12
* Upon closer inspection, the sparc code in s_lock.c is dead code, andTom Lane2006-05-12
* Fix typo in comment.Bruce Momjian2006-05-11
* Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane2006-05-11
* Use SQL standard '' rather than \' for tutorial/sample code.Bruce Momjian2006-05-11
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr>Teodor Sigaev2006-05-10
* Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev2006-05-10
* Revert documentation mention of array dimension checking, in next paragraph.Bruce Momjian2006-05-09
* Mention array dimmensions are not enforced either.Bruce Momjian2006-05-09
* Build server libpgport with all non-FRONTEND object files. This is toBruce Momjian2006-05-08
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-08
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-07
* Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist...Bruce Momjian2006-05-07
* Add description:Bruce Momjian2006-05-06
* Recommend more clearly custom pg_dump format over tar, buy showingBruce Momjian2006-05-06
* Document SSL CRL usage by libpq.Bruce Momjian2006-05-06
* Further minor simplification of relcache startup: don't need a staticTom Lane2006-05-06
* Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian2006-05-06
* Issue a log message if a CRL file exists and the SSL library does notBruce Momjian2006-05-06
* Seems some NetBSD 3.0 x86 systems still need float8-small-is-zero, soBruce Momjian2006-05-05
* On Solaris ASM, / '/' is the comment for x86, while '!' is the commentBruce Momjian2006-05-05
* Use regression results float8-small-is-zero only for NetBSD < 3.0.Bruce Momjian2006-05-05
* Change Solaris comments from / to !.Bruce Momjian2006-05-05
* Update standards URL.Bruce Momjian2006-05-05
* Add/ cleanup:Bruce Momjian2006-05-05
* Don't try to compile SSL CRL support if local SSL installation hasn'tTom Lane2006-05-04
* Code review for contrib/pg_freespacemap. Add a storedpages column toTom Lane2006-05-04
* Simplify relcache startup sequence. With the new design of InitPostgresTom Lane2006-05-04
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-04
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-03
* Make GIN opclass worked with intarray extensionsTeodor Sigaev2006-05-03
* Fix typo noticed by Alvaro HerreraTeodor Sigaev2006-05-03
* Fix calculation of plan node extParams to account for the possibility that oneTom Lane2006-05-03
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Fix broken markup.Tom Lane2006-05-02
* Suppress some gcc warnings.Tom Lane2006-05-02
* Fix grammar of new error message.Tom Lane2006-05-02
* Add GIN opclases for another typesTeodor Sigaev2006-05-02
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Avoid assuming that statistics for a parent relation reflect the properties ofTom Lane2006-05-02
* Provide a namespace.c function for lookup of an operator with exactTom Lane2006-05-01
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-30
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Done:Bruce Momjian2006-04-30