summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2006-02-10Change search for default operator classes so that it examines all opclassesTom Lane
2006-02-09Use "bitwise" rather than "binary for AND/OR descriptions in \d, toBruce Momjian
2006-02-05Improve my initial, rather hacky implementation of joins to appendTom Lane
2006-02-04Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane
2006-02-04DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan
2006-02-04Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian
2006-02-03Teach planner to convert simple UNION ALL subqueries into append relations,Tom Lane
2006-02-03Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian
2006-02-03Update random() usage so ranges are inclusive/exclusive as required.Bruce Momjian
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2006-01-31Restructure planner's handling of inheritance. Rather than processingTom Lane
2006-01-29Fix code that checks to see if an index can be considered to match the query'sTom Lane
2006-01-26Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane
2006-01-25Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane
2006-01-25Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane
2006-01-25Allow row comparisons to be used as indexscan qualifications.Tom Lane
2006-01-23Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane
2006-01-23Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian
2006-01-21Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian
2006-01-19It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane
2006-01-18Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane
2006-01-18Add a new system view, pg_cursors, that displays the currently availableNeil Conway
2006-01-17Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane
2006-01-16Change the parameter_types column of the pg_prepared_statements to beNeil Conway
2006-01-14Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane
2006-01-14Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane
2006-01-12Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane
2006-01-11Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane
2006-01-10remove unneeded defines for uid_t and gid_t, which conflict with perl's typed...Andrew Dunstan
2006-01-08Fix the assert_enabled issue properly. This eliminates the former ABITom Lane
2006-01-08Add a new system view, pg_prepared_statements, that can be used toNeil Conway
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX file.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2006-01-04Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane
2006-01-01Trim an obsolete comment: it is no longer relevant that "SELECT" wasNeil Conway
2005-12-31Rename variable to cmd_str.Bruce Momjian
2005-12-31Rename variable 'what' to 'stat_msg'.Bruce Momjian
2005-12-30Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian
2005-12-29Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane
2005-12-28Arrange to set the LC_XXX environment variables to match our localeTom Lane
2005-12-28Move plpgsql's fetchArgInfo() into funcapi.c, and rename toTom Lane
2005-12-28Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane
2005-12-25I have added these macros to c.h:Bruce Momjian
2005-12-24Previous commit message should have been:Bruce Momjian
2005-12-24AddBruce Momjian
2005-12-24Alignment cleanup.Bruce Momjian
2005-12-20Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane
2005-12-17Fix typo.Bruce Momjian