aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-21
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-19
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-18
* Change MemSet to use long instead of int32, for better performance onPeter Eisentraut2006-02-16
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-12
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-12
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-12
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-11
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-11
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-11
* Update catalog version for INET additions.Bruce Momjian2006-02-11
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-11
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Use "bitwise" rather than "binary for AND/OR descriptions in \d, toBruce Momjian2006-02-09
* Improve my initial, rather hacky implementation of joins to appendTom Lane2006-02-05
* Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane2006-02-04
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-04
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-04
* Teach planner to convert simple UNION ALL subqueries into append relations,Tom Lane2006-02-03
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-03
* Update random() usage so ranges are inclusive/exclusive as required.Bruce Momjian2006-02-03
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-31
* Fix code that checks to see if an index can be considered to match the query'sTom Lane2006-01-29
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-26
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-25
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-25
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-25
* Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane2006-01-23
* Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian2006-01-23
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-21
* It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane2006-01-19
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-17
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-16
* Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane2006-01-14
* Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane2006-01-14
* Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane2006-01-12
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-11
* remove unneeded defines for uid_t and gid_t, which conflict with perl's typed...Andrew Dunstan2006-01-10
* Fix the assert_enabled issue properly. This eliminates the former ABITom Lane2006-01-08
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-08
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Remove BEOS port.Bruce Momjian2006-01-05