aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Conditionalize variable that is only used conditionally, to avoid warning.Peter Eisentraut2003-11-27
* Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage.Tom Lane2003-11-26
* Repair subselect.c's occasional assignment of the wrong vartypmod toTom Lane2003-11-25
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-25
* Overdue code review for ALTER SEQUENCE patch. Don't generate illegal NodeTom Lane2003-11-24
* Repair missed renamings of show_statement_stats and show_executor_stats.Tom Lane2003-11-24
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Remove unused variable.Tom Lane2003-11-21
* Background writer processJan Wieck2003-11-19
* Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane2003-11-16
* Changed parameter name for shared cache status report interval toJan Wieck2003-11-16
* Make creation of statistics collection socket more robust, by allowing itTom Lane2003-11-15
* Translation updatesPeter Eisentraut2003-11-14
* Add CHECK_FOR_INTERRUPTS() to bootstrap command loop, so that control-CTom Lane2003-11-14
* Added documentation for the new interface between the buffer managerJan Wieck2003-11-14
* Translation updatesPeter Eisentraut2003-11-14
* Dunno why this got committed with DOS newlines, but fix that, andTom Lane2003-11-13
* 2nd try for the ARC strategy.Jan Wieck2003-11-13
* ARC strategy backed out ... sorryJan Wieck2003-11-13
* Replacement of the buffer replacement strategy with an ARCJan Wieck2003-11-13
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Cleanup for recent .exe Win32 fix.Bruce Momjian2003-11-12
* Add .exe to Win32 stat calls. Don't symlink postmaster on Win32.Bruce Momjian2003-11-11
* Add system_views.sql to CVS.Bruce Momjian2003-11-11
* Move system_views.sql into backend/catalog, per Tom.Bruce Momjian2003-11-11
* * ioctlsocket_retBruce Momjian2003-11-11
* Remove rcsid CVS header variable --- not used.Bruce Momjian2003-11-10
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Correct misspellings of REFERENCES.Tom Lane2003-11-08
* Don't need hack copy of system() anymore in OS X 10.3.Tom Lane2003-11-08
* Fix process-status handling for OS X 10.3.Tom Lane2003-11-08
* Cause stats processes to detach from shared memory when started, so thatTom Lane2003-11-07
* zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE,Tom Lane2003-11-07
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Fix for this problem:Tom Lane2003-11-05
* Update future-tense comments in README to present tense. Noted byTom Lane2003-10-31
* When a superuser does GRANT or REVOKE on an object he doesn't own,Tom Lane2003-10-31
* Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck2003-10-31
* Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane2003-10-29
* Give a useful error message if a RangeVar is encountered in an expression.Tom Lane2003-10-29
* compact_fsm_storage() does need to handle the case where a relation'sTom Lane2003-10-29
* Change Solaris tests to test for SHM_SHARE_MMU, per Tom.Bruce Momjian2003-10-27
* 'sun' => '__sun__'Bruce Momjian2003-10-26
* Test for 'sun' rather than 'solaris' for intimate shared memory.Bruce Momjian2003-10-26
* Translation updatePeter Eisentraut2003-10-25
* Remove socket credentials defines not referenced.Bruce Momjian2003-10-25
* Translation updatesPeter Eisentraut2003-10-24
* It is possible for ResolveNew to be used to insert a sublink into aTom Lane2003-10-20
* Improve error reporting in parseTypeString(), motivated by confusingTom Lane2003-10-20
* Save_r, Save_t should be static not global variables.Tom Lane2003-10-19