aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Example of a function taking a composite type should show how to call it.Tom Lane2004-01-24
* Revert the change to print.c, as this breaks src/bin/scripts. The properNeil Conway2004-01-24
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-24
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-24
* Translation updatesDennis Bjorklund2004-01-24
* Repair planner failure for cases involving Cartesian products insideTom Lane2004-01-24
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-23
* Add:Bruce Momjian2004-01-23
* Add MySQL mention of licensing difference.Bruce Momjian2004-01-23
* Add:Bruce Momjian2004-01-23
* Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway2004-01-23
* Translation updatePeter Eisentraut2004-01-22
* Remove ExpandDatabasePath(), which is unused and must have been so sinceTom Lane2004-01-22
* Minor improvements to the trigger documentation, and a few SGML fixes.Neil Conway2004-01-22
* Fix incorrect dumping of database LOCATION from 7.0.* servers.Tom Lane2004-01-22
* Translation updatesDennis Bjorklund2004-01-22
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-22
* Correct error introduced in recent hasoids changes --- it's not a boolTom Lane2004-01-22
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-21
* Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig.Tom Lane2004-01-21
* If we don't have shared libraries, we don't have conversions. MakeTom Lane2004-01-21
* Fix bit-rot in support for building with --disable-shared. This patchTom Lane2004-01-21
* Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.Michael Meskes2004-01-21
* Translation updatesDennis Bjorklund2004-01-21
* Implement '\copy from -' to support reading copy data from the sameTom Lane2004-01-20
* Remove no-longer-relevant note about forcing the type of an integerTom Lane2004-01-20
* This is a patch to support readline prompts which contain non-printingTom Lane2004-01-20
* Remove JDBC from the build system and documentation, too.Tom Lane2004-01-19
* Improve discussion of consistent-snapshot backup technique. HaphazardTom Lane2004-01-19
* missed a few filesPostgreSQL Daemon2004-01-19
* JDBC is now on GBorgPostgreSQL Daemon2004-01-19
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Correct type for isalnumTeodor Sigaev2004-01-19
* Fix typo.Peter Eisentraut2004-01-19
* Don't return an overoptimistic result from join_in_selectivity whenTom Lane2004-01-19
* Recognize that IN subqueries return already-unique results if they useTom Lane2004-01-19
* Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane2004-01-19
* Translation updatePeter Eisentraut2004-01-18
* Don't use %s-with-precision format spec to truncate data being displayedTom Lane2004-01-18
* When testing whether a sub-plan can do projection, use a general-purposeTom Lane2004-01-18
* Repair misestimation of indexscan CPU costs. When an indexqual containsTom Lane2004-01-17
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-16
* Some refinement of XSLT processing: The result now looks just about as goodPeter Eisentraut2004-01-15
* Adjusted calculation of shared memory requirements to newJan Wieck2004-01-15
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Translation updatesDennis Bjorklund2004-01-14
* pg_settings should have UPDATE privilege allowed to public.Tom Lane2004-01-14
* The no-updates-to-system-catalogs-unless-usecatupd restriction shouldTom Lane2004-01-14
* Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane2004-01-14
* Translation updatePeter Eisentraut2004-01-13