summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-05-19Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera
2006-05-19Call MarkBufferDirty() before XLogInsert() during completion of insertTeodor Sigaev
2006-05-19Simplify gistSplit() and some refactoring related code.Teodor Sigaev
2006-05-19Have autovacuum report its activities to the stat collector.Alvaro Herrera
2006-05-19Fix typo in comment.Alvaro Herrera
2006-05-19Fix Solaris/ASM test for x86.Bruce Momjian
2006-05-19Rework completion of incomplete inserts. Now it writesTeodor Sigaev
2006-05-19Mention packager bumps configure.in/configure.Bruce Momjian
2006-05-18Use unsigned into for slock_t for pre-sparcv8plus.Bruce Momjian
2006-05-18Fix choose_bitmap_and() so that partial index predicates are considered whenTom Lane
2006-05-18When a bitmap indexscan is using a partial index, it is necessary to includeTom Lane
2006-05-18Allow sparcv8plus to use "cas".Bruce Momjian
2006-05-18Code alignment fix.Bruce Momjian
2006-05-18Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexableTom Lane
2006-05-18Remove canonicalize_path() call for .pgpass socket directory comparison;Bruce Momjian
2006-05-18Mention that gcc/sparc generates sparcv7 binaries.Bruce Momjian
2006-05-18Add more sparcv8plus comments.Bruce Momjian
2006-05-18Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc.Bruce Momjian
2006-05-18Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange.Bruce Momjian
2006-05-17Add comments that Solaris Sun compiler only supports sparc9 ASM,Bruce Momjian
2006-05-17Change spaces to tabs, for consistency. (Caused by email cut/paste.)Bruce Momjian
2006-05-17Allow the .pgpass hostname to match the default socket directory, asBruce Momjian
2006-05-17Change catalog version due to WAL protocol changes in GiSTTeodor Sigaev
2006-05-17Reduce size of critial section during vacuum full, criticalTeodor Sigaev
2006-05-17Rename macro parameter, for clarity.Bruce Momjian
2006-05-12Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane
2006-05-12Upon closer inspection, the sparc code in s_lock.c is dead code, andTom Lane
2006-05-11Fix typo in comment.Bruce Momjian
2006-05-11Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane
2006-05-11Use SQL standard '' rather than \' for tutorial/sample code.Bruce Momjian
2006-05-11Code review for standard_conforming_strings patch. Fix it so it does notTom Lane
2006-05-10Clean up code associated with updating pg_class statistics columnsTom Lane
2006-05-10Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev
2006-05-08Build server libpgport with all non-FRONTEND object files. This is toBruce Momjian
2006-05-08Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane
2006-05-07Rewrite btree index scans to work a page at a time in all cases (bothTom Lane
2006-05-07Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist...Bruce Momjian
2006-05-06Further minor simplification of relcache startup: don't need a staticTom Lane
2006-05-06Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian
2006-05-06Issue a log message if a CRL file exists and the SSL library does notBruce Momjian
2006-05-05Seems some NetBSD 3.0 x86 systems still need float8-small-is-zero, soBruce Momjian
2006-05-05On Solaris ASM, / '/' is the comment for x86, while '!' is the commentBruce Momjian
2006-05-05Use regression results float8-small-is-zero only for NetBSD < 3.0.Bruce Momjian
2006-05-05Change Solaris comments from / to !.Bruce Momjian
2006-05-04Don't try to compile SSL CRL support if local SSL installation hasn'tTom Lane
2006-05-04Simplify relcache startup sequence. With the new design of InitPostgresTom Lane
2006-05-04Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane
2006-05-03Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane