summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-10Allow /contrib include files to compile on their own.Bruce Momjian
2006-07-10Add #include code to prevent multiple inclusion.Bruce Momjian
2006-07-10Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian
2006-07-10Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian
2006-07-10Improve compile line for tool.Bruce Momjian
2006-07-10Update usage documention for pgincludeBruce Momjian
2006-07-10Add $CFLAGS handling to pgcompinclude.Bruce Momjian
2006-07-10Fix 'find' args for pgcompinclude tool.Bruce Momjian
2006-07-10Update schema GRANT USAGE description.Bruce Momjian
2006-07-10Improve tool coding.Bruce Momjian
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-07-10Improve script by processing only C files.Bruce Momjian
2006-07-10Testing commit stuffAlvaro Herrera
2006-07-10Test commit.Bruce Momjian
2006-07-08Fix typo in comment.Alvaro Herrera
2006-07-06Add index information to /contrib/pgstattuple:Bruce Momjian
2006-07-06WIN32 fixes:Bruce Momjian
2006-07-06Backpatch dbmirror fix for escape handling.Bruce Momjian
2006-07-06Attached patch is required ot build with the CRT that comes with VisualBruce Momjian
2006-07-06Please find attached two patches for documentation and regression testsBruce Momjian
2006-07-05Fixed remaining Coverity bugs.Michael Meskes
2006-07-04Documentation fixes for FILLFACTOR patch. Minor other editorialization.Tom Lane
2006-07-04Modify:Bruce Momjian
2006-07-04Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian
2006-07-04Fix typos in comments.Neil Conway
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-03Fix broken markup.Tom Lane
2006-07-02Do a pass of code review for the ALTER TABLE ADD INHERITS patch. KeepNeil Conway
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-07-02Done:Bruce Momjian
2006-07-02Done:Bruce Momjian
2006-07-02ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian
2006-07-01Fix oversight in planning for multiple indexscans driven byTom Lane
2006-07-01Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane
2006-06-30Fix memory leak introduced in the prior commit, detected by Tom Lane.Alvaro Herrera
2006-06-30Fix use-after-free error reported by Neil Conway.Alvaro Herrera
2006-06-30Update item for GUID:Bruce Momjian
2006-06-29Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane
2006-06-29Change TRUNCATE's method for searching for foreign-key references so thatTom Lane
2006-06-29Change URL for SITC:Bruce Momjian
2006-06-29Add:Bruce Momjian
2006-06-28Add missing #include directive: pg_constraint.h declares some functionsNeil Conway
2006-06-28Fix typo in comment.Neil Conway
2006-06-28Editorialization for the additions to the CREATE TABLE reference pageNeil Conway
2006-06-28Add URL for SITCBruce Momjian
2006-06-28Improve planner estimates for size of tuple hash tables.Tom Lane
2006-06-28Fix hash aggregation to suppress unneeded columns from being stored inTom Lane
2006-06-28Adjust TupleHashTables to use MinimalTuple format for contained tuples.Tom Lane
2006-06-28Update:Bruce Momjian
2006-06-28Update Russian FAQ.Bruce Momjian