aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Done:Bruce Momjian2003-02-17
* Added Informix "database" command.Michael Meskes2003-02-17
* Back off previous patch to skip projection step in scan plan nodes,Tom Lane2003-02-16
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* Update wording:Bruce Momjian2003-02-16
* Marginal tweaks to make sure that roundoff error won't cause us to makeTom Lane2003-02-15
* Teach planner how to propagate pathkeys from sub-SELECTs in FROM up toTom Lane2003-02-15
* Add:Bruce Momjian2003-02-15
* Propogate pg_ctl -D to the postmaster as a -D flag for identification byBruce Momjian2003-02-14
* Fix SPI result logic for case where there are multiple statements of theTom Lane2003-02-14
* Make pg_dump/restore safer for autocommit=off in postgresql.conf.Bruce Momjian2003-02-14
* Add:Bruce Momjian2003-02-14
* In Informix mode ecpg should still be able to parse preprocessor directives.Michael Meskes2003-02-14
* Add:Bruce Momjian2003-02-14
* Allow PAM to work on MAC OS X, report from Aaron Hillegass.Bruce Momjian2003-02-14
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-14
* Update to 7.3.2 as newest release.Bruce Momjian2003-02-14
* *** empty log message ***Bruce Momjian2003-02-14
* Update URL's.Bruce Momjian2003-02-14
* - Synced parser and keyword file.Michael Meskes2003-02-14
* Add:Bruce Momjian2003-02-14
* Update FAQ.Bruce Momjian2003-02-14
* Fix broken markup I just introduced.Bruce Momjian2003-02-14
* Properly document location of pg_service.conf.sample.Bruce Momjian2003-02-14
* Fix some of the breakage from the IPV6 patch.Tom Lane2003-02-14
* Remove bogus manipulation of SIGPIPE; the backend already runs withTom Lane2003-02-14
* Repair incorrect indexing for atttypmod, per Brad McLean.Tom Lane2003-02-13
* Result of lo_read() is int, not size_t. Per Oleg Drokin.Tom Lane2003-02-13
* Parser was dropping foreign-key constraints on the floor if present inTom Lane2003-02-13
* Repair rule permissions-checking bug reported by Tim Burgess 10-Feb-02:Tom Lane2003-02-13
* Arrange to give error when a SetOp member statement refers to a variableTom Lane2003-02-13
* Just intermediate results for backup reasons.Michael Meskes2003-02-13
* transformExpr() was missing some cases it ought to allow; per reportTom Lane2003-02-13
* Suppress gcc warning.Tom Lane2003-02-13
* Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case.Tom Lane2003-02-13
* - Applied error reporting patch by Matthew VanecekMichael Meskes2003-02-13
* [ Revert patch ]Bruce Momjian2003-02-13
* Add local ident OpenBSD mention that was missing in one place.Bruce Momjian2003-02-13
* This patch fixes an error in the usage message for 'clusterdb', andBruce Momjian2003-02-13
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-13
* > > They work the same as table constraints with in-line declaration (noBruce Momjian2003-02-13
* The attached patches change earthdistance to use the new cube functionsBruce Momjian2003-02-13
* The attached patch provides cube with 4 functions for building cubesBruce Momjian2003-02-13
* Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200XBruce Momjian2003-02-13
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-13
* Code for WITHOUT OIDS.Bruce Momjian2003-02-13
* This patch makes pg_get_constraintdef support UNIQUE, PRIMARY KEY andBruce Momjian2003-02-13
* > =================================================================Bruce Momjian2003-02-13
* [ dumping schemas ]Bruce Momjian2003-02-13
* [ Have readline save edit history.]Bruce Momjian2003-02-13