summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2006-07-11Alphabetically order reference to include files, "S"-"Z".Bruce Momjian
2006-07-11Alphabetically order reference to include files, "G" - "M".Bruce Momjian
2006-07-11GIN improvementsTeodor Sigaev
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-07-11Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page.Tom Lane
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-07-06WIN32 fixes:Bruce Momjian
2006-07-06Attached patch is required ot build with the CRT that comes with VisualBruce Momjian
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.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-29Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane
2006-06-28Add missing #include directive: pg_constraint.h declares some functionsNeil Conway
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-28ChangesTeodor Sigaev
2006-06-27Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian
2006-06-27Convert hash join code to use MinimalTuple format in tuple hash tableTom Lane
2006-06-27Revert patch, doesn't do what it should:Bruce Momjian
2006-06-27Extend the MinimalTuple concept to tuplesort.c, thereby reducing theTom Lane
2006-06-27Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian
2006-06-27Disallow changing/dropping default expression of a SERIAL columnBruce Momjian
2006-06-27Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane
2006-06-26Fix blank line.Bruce Momjian
2006-06-26Change the row constructor syntax (ROW(...)) so that list elements foo.*Tom Lane
2006-06-26Use Unix line endings instead of DOS ones, per Magnus.Bruce Momjian
2006-06-26Update include files to Unix newline format, per report from Magnus.Bruce Momjian
2006-06-25Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane
2006-06-25Fix GEVHDRSZ for Win32.Bruce Momjian
2006-06-25Fix Win32/Cygwin problems:Bruce Momjian
2006-06-24Fix re-inclusion of port header file on Windows, per Magnus.Tom Lane
2006-06-20Remove redundant gettimeofday() calls to the extent practical withoutTom Lane
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-06-19Take the statistics collector out of the loop for monitoring backends'Tom Lane
2006-06-18Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane
2006-06-16Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane
2006-06-16DROP ... IF EXISTS for the following cases:Andrew Dunstan
2006-06-16Fix problems with cached tuple descriptors disappearing while still in useTom Lane
2006-06-15Remove the limit on the number of entries allowed in catcaches, andTom Lane
2006-06-09Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliableTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-06-06Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane
2006-06-06Remove ancient AIX structure workaround.Bruce Momjian
2006-06-05Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.Tom Lane
2006-06-05Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane
2006-05-31Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane
2006-05-30Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane