aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Remove unnecessary inclusion, per Andreas.Tom Lane2002-11-04
* Remove no-longer-needed inclusion of bootstrap_tokens.h, per patchTom Lane2002-11-04
* Code review for recent patch to allow ALTER TABLE ADD COLUMN whenTom Lane2002-11-02
* During swap_relfilenodes, swap relation size statistic fields along withTom Lane2002-11-02
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-02
* Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane2002-11-02
* Fix permissions-checking bugs and namespace-search-path bugs inTom Lane2002-11-02
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Reduce a couple of debugging messages from LOG to DEBUG1 category.Tom Lane2002-11-01
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-01
* After elog(PANIC), exit with abort() not proc_exit(). This allows aTom Lane2002-11-01
* Fix some bogus comments.Tom Lane2002-11-01
* Add missing #include <errno.h>, per gripe from Alessio Bragadini.Tom Lane2002-10-31
* Got tired of explaining why this Assert is not wrong.Tom Lane2002-10-31
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-31
* Fix miscalculation of remaining free space during tuple chain moving.Tom Lane2002-10-31
* Avoid use of inline functions that are not declared static. Needed toTom Lane2002-10-31
* Clean up gram.y trailing spaces.Bruce Momjian2002-10-31
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-26
* Fix some places that were unportably assuming struct timeval's tv_secTom Lane2002-10-24
* Function-call-style type coercions should be treated as explicitTom Lane2002-10-24
* Perform transaction cleanup operations in a less ad-hoc, moreTom Lane2002-10-22
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-21
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-21
* Remove unnecessary (and inadequate) check of IsTransactionBlock() inTom Lane2002-10-21
* Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no realTom Lane2002-10-21
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-21
* Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane2002-10-20
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-20
* Disallow aggregate functions in rule WHERE clauses. Per gripe fromTom Lane2002-10-20
* Fix case where a function in FROM returns a scalar type, but isTom Lane2002-10-19
* Invert logic in pg_exec_query_string() so that we set a snapshot forTom Lane2002-10-19
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-19
* Back out Alvaro's patch until regression tests pass.Bruce Momjian2002-10-19
* Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane2002-10-19
* Fix compile failure caused by new patch.Bruce Momjian2002-10-19
* > Huh, I don't know where I got the idea you were (or someone else was?)Bruce Momjian2002-10-19
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-19
* Add missing #include <errno.h>.Tom Lane2002-10-19
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Fix breakage that had crept into setlocale() usage: once again we'veTom Lane2002-10-18
* Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane2002-10-15
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-14
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Translation updatesPeter Eisentraut2002-10-14
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-14
* As Niel so nicely pointed out this morning, the output of EXPLAINBruce Momjian2002-10-14
* Make SET really not start a transaction.Tom Lane2002-10-13
* Make macaddr_in reject trailing garbage (except whitespace).Tom Lane2002-10-13