aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-30
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-29
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* Add is_superuser parameter reporting, soon to be used by psql.Tom Lane2003-06-27
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-25
* Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian2003-06-25
* Includes:Bruce Momjian2003-06-25
* Update catversion for ipv6 addition.Bruce Momjian2003-06-25
* Add x86_64 support for spinlocks.Bruce Momjian2003-06-24
* Small patch to link to the proper place in the "runtime" file,Bruce Momjian2003-06-24
* Array mega-patch.Bruce Momjian2003-06-24
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-24
* typedef sa_family_t for cygwin.Bruce Momjian2003-06-24
* Do not include:Bruce Momjian2003-06-24
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-23
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals,Tom Lane2003-06-16
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-15
* Cause GROUP BY clause to adopt ordering operators from ORDER BY whenTom Lane2003-06-15
* Run autoconf/autoheader for ecpg change.Bruce Momjian2003-06-15
* Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian2003-06-14
* Add --with-threads configure option to control threaded libpq.Bruce Momjian2003-06-13
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-12
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-12
* New patch with corrected README attached.Bruce Momjian2003-06-12
* IPv6 cleanups.Bruce Momjian2003-06-12
* Back out this patch because it is patched inside a later patch.Bruce Momjian2003-06-12
* Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows twoBruce Momjian2003-06-12
* Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed andBruce Momjian2003-06-12
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11
* Add add_missing_from GUC variable.Bruce Momjian2003-06-11
* Add log_min_duration_statement.Bruce Momjian2003-06-11
* Add missing DLLIMPORT for cpu_index_tuple_cost toBruce Momjian2003-06-11
* Represent grant options in the information schema.Peter Eisentraut2003-06-11
* Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian2003-06-11
* freeaddrinfo2() does need two parameters after all, per comment byTom Lane2003-06-09
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-08
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Support for Intel compiler on LinuxPeter Eisentraut2003-06-05
* In src/include/mb/pg_wchar.h we have:Bruce Momjian2003-06-02
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-28
* Fix things so that an error occuring during standalone-backend processingTom Lane2003-05-28
* In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane2003-05-28
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Add configure thread tests.Bruce Momjian2003-05-27
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26