aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-19
* Update README.Bruce Momjian2003-02-18
* Async_NotifyHandler must save and restore ImmediateInterruptOK. FixesTom Lane2003-02-18
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-18
* 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
* 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
* Fix SPI result logic for case where there are multiple statements of theTom Lane2003-02-14
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-14
* Remove bogus manipulation of SIGPIPE; the backend already runs withTom Lane2003-02-14
* 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
* transformExpr() was missing some cases it ought to allow; per reportTom Lane2003-02-13
* Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case.Tom Lane2003-02-13
* [ Revert patch ]Bruce Momjian2003-02-13
* This trivial patch removes the usage of some old statistics code that noBruce 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
* Use a varno not chosen at random for dummy variables in the top-levelTom Lane2003-02-11
* Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane2003-02-10
* Add code to show join rule (for outer and IN joins) in join type name.Tom Lane2003-02-10
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Detect case where an outer join can be reduced to a plain inner joinTom Lane2003-02-09
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Remove bogus comment (too freely copied & pasted).Tom Lane2003-02-09
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-09
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* Revise mechanism for getting rid of temp tables at backend shutdown.Tom Lane2003-02-07
* Make flatten_join_alias_vars() do the right thing when expanding an aliasTom Lane2003-02-06
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-06
* Allow qualified type names in CREATE CAST, DROP CAST. Also allow theTom Lane2003-02-05
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-05
* Minor code cleanup: remove no-longer-useful pull_subplans() function,Tom Lane2003-02-04
* Detect duplicate aggregate calls and evaluate only one copy. ThisTom Lane2003-02-04
* #ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane2003-02-03
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Don't print NO ACTION foreign key actions in dumps and psql \d.Bruce Momjian2003-02-03
* Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane2003-02-03
* Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian2003-02-03
* Change MOVE LAST to MOVE ALL.Bruce Momjian2003-02-03
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-02
* Fix nodeUnique to behave correctly when reversing direction after reachingTom Lane2003-02-02
* Remove restriction that cast functions cannot be volatile. ThisTom Lane2003-02-01
* Fix assign_session_authorization() to not be confused by all-numericTom Lane2003-02-01
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-31