aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* * Add support NULL to GiST.Teodor Sigaev2006-05-24
* Tweak writetup_heap/readtup_heap to avoid storing the tuple identityTom Lane2006-05-23
* Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane2006-05-23
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-19
* Call MarkBufferDirty() before XLogInsert() during completion of insertTeodor Sigaev2006-05-19
* Simplify gistSplit() and some refactoring related code.Teodor Sigaev2006-05-19
* Have autovacuum report its activities to the stat collector.Alvaro Herrera2006-05-19
* Rework completion of incomplete inserts. Now it writesTeodor Sigaev2006-05-19
* Fix choose_bitmap_and() so that partial index predicates are considered whenTom Lane2006-05-18
* When a bitmap indexscan is using a partial index, it is necessary to includeTom Lane2006-05-18
* Allow sparcv8plus to use "cas".Bruce Momjian2006-05-18
* Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexableTom Lane2006-05-18
* Add more sparcv8plus comments.Bruce Momjian2006-05-18
* Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc.Bruce Momjian2006-05-18
* Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange.Bruce Momjian2006-05-18
* Add comments that Solaris Sun compiler only supports sparc9 ASM,Bruce Momjian2006-05-17
* Change spaces to tabs, for consistency. (Caused by email cut/paste.)Bruce Momjian2006-05-17
* Reduce size of critial section during vacuum full, criticalTeodor Sigaev2006-05-17
* 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
* Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane2006-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
* Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev2006-05-10
* 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
* 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
* On Solaris ASM, / '/' is the comment for x86, while '!' is the commentBruce Momjian2006-05-05
* Change Solaris comments from / to !.Bruce Momjian2006-05-05
* Don't try to compile SSL CRL support if local SSL installation hasn'tTom 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
* 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
* Suppress some gcc warnings.Tom Lane2006-05-02
* Fix grammar of new error message.Tom Lane2006-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
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Revert patch pending more discussion:Bruce Momjian2006-04-30
* Remove sema.c, superseded by win32_sema.c.Tom Lane2006-04-29