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