aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-04
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-04
* Fixes for Win32-client only compiles.Bruce Momjian2006-03-03
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-03
* Clarify macro layout for win32 IMPORT.Bruce Momjian2006-03-03
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-03
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-02-28
* Teach nodeSort and nodeMaterial to optimize out unnecessary overheadTom Lane2006-02-28
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-28
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* 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