aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane2003-03-09
* Tweak dependency code to suppress NOTICEs generated by new method forTom Lane2003-03-06
* Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cacheTom Lane2003-03-06
* Turns out new IN implementation has got some problems in an UPDATE orTom Lane2003-03-05
* Repair bug reported by Laurent Perez: bad plan generated when UPDATE orTom Lane2003-03-05
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-04
* Prevent clustering on incomplete indexes: partial indexes are verboten,Tom Lane2003-03-03
* Be smart about outer-join qualifications that mention only one side ofTom Lane2003-03-02
* Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zoneTom Lane2003-02-27
* Remove REWRITE_INVOKE_MAX in favor of making an accurate check forTom Lane2003-02-25
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-24
* Remove no-longer-used FixBTree GUC variable.Tom Lane2003-02-23
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-23
* Adjust btbulkdelete logic so that only one WAL record is issued whileTom Lane2003-02-23
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-23
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-23
* If a shutdown request comes in while we're still starting up, don'tTom Lane2003-02-23
* Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane2003-02-22
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane2003-02-20
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-19
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* This patch makes the following changes to the documentation:Bruce Momjian2003-02-19
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-19
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-19
* 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