| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix potential problem with btbulkdelete deleting an indexscan's current | Tom Lane | 2002-10-20 | 2 | -67/+91 |
| * | Rule rewriter was doing the wrong thing with conditional INSTEAD rules | Tom Lane | 2002-10-20 | 2 | -33/+27 |
| * | Disallow aggregate functions in rule WHERE clauses. Per gripe from | Tom Lane | 2002-10-20 | 1 | -1/+5 |
| * | Fix case where a function in FROM returns a scalar type, but is | Tom Lane | 2002-10-19 | 1 | -8/+25 |
| * | Invert logic in pg_exec_query_string() so that we set a snapshot for | Tom Lane | 2002-10-19 | 3 | -14/+37 |
| * | Fix rewrite code so that rules are in fact executed in order by name, | Tom Lane | 2002-10-19 | 1 | -122/+82 |
| * | Back out Alvaro's patch until regression tests pass. | Bruce Momjian | 2002-10-19 | 1 | -38/+7 |
| * | Fix range-query estimation to not double-exclude NULLs, per gripe from | Tom Lane | 2002-10-19 | 2 | -33/+44 |
| * | Fix compile failure caused by new patch. | Bruce Momjian | 2002-10-19 | 1 | -2/+2 |
| * | > Huh, I don't know where I got the idea you were (or someone else was?) | Bruce Momjian | 2002-10-19 | 1 | -7/+38 |
| * | This patch adds some missing functions for float8 math operations, | Bruce Momjian | 2002-10-19 | 2 | -13/+62 |
| * | Add missing #include <errno.h>. | Tom Lane | 2002-10-19 | 1 | -1/+2 |
| * | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 | 2 | -9/+13 |
| * | Fix breakage that had crept into setlocale() usage: once again we've | Tom Lane | 2002-10-18 | 1 | -25/+50 |
| * | Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently | Tom Lane | 2002-10-15 | 2 | -23/+34 |
| * | Make SPI's execution of querystrings follow the rules agreed to for | Tom Lane | 2002-10-14 | 2 | -123/+216 |
| * | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 | 7 | -29/+97 |
| * | Translation updates | Peter Eisentraut | 2002-10-14 | 2 | -4265/+4175 |
| * | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 | 4 | -63/+173 |
| * | As Niel so nicely pointed out this morning, the output of EXPLAIN | Bruce Momjian | 2002-10-14 | 1 | -1/+7 |
| * | Make SET really not start a transaction. | Tom Lane | 2002-10-13 | 1 | -27/+18 |
| * | Make macaddr_in reject trailing garbage (except whitespace). | Tom Lane | 2002-10-13 | 1 | -9/+18 |
| * | Fix for bug #795: two clauses that seem redundant are not really, if | Tom Lane | 2002-10-12 | 1 | -6/+18 |
| * | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian | 2002-10-11 | 2 | -26/+13 |
| * | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian | 2002-10-11 | 2 | -13/+26 |
| * | Lock on the rule relation wasn't removed after adding the comment. | Bruce Momjian | 2002-10-09 | 1 | -3/+3 |
| * | > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not | Bruce Momjian | 2002-10-09 | 2 | -2/+21 |
| * | Have SET not start transaction when autocommit off, with doc updates. | Bruce Momjian | 2002-10-09 | 1 | -9/+22 |
| * | Move responsibility for setting QuerySnapshot for utility statements | Tom Lane | 2002-10-08 | 3 | -20/+35 |
| * | Change order of operations during XLogFlush so that we try to include | Tom Lane | 2002-10-07 | 1 | -18/+23 |
| * | Clarify comment. | Bruce Momjian | 2002-10-06 | 1 | -3/+3 |
| * | Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks | Tom Lane | 2002-10-04 | 1 | -1/+14 |
| * | Require superuser privilege to create a binary-compatible cast, per | Tom Lane | 2002-10-04 | 1 | -1/+28 |
| * | Fix a couple of grammatical errors in error messages. | Tom Lane | 2002-10-04 | 1 | -5/+5 |
| * | Tweak a few of the most heavily used function call points to zero out | Tom Lane | 2002-10-04 | 3 | -188/+261 |
| * | Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that | Tom Lane | 2002-10-03 | 2 | -6/+120 |
| * | In a bootstrap process or standalone backend, set MaxBackends = 1 | Tom Lane | 2002-10-03 | 1 | -5/+8 |
| * | Avoid palloc(0) when MaxBackends = 1. | Tom Lane | 2002-10-03 | 1 | -3/+5 |
| * | Add SSL documentation info to README.SSL | Bruce Momjian | 2002-10-03 | 1 | -1/+403 |
| * | The attached patch fixes a number of issues related to compiling the | Bruce Momjian | 2002-10-03 | 1 | -3/+12 |
| * | This patch removes two unused global variables from globals.c | Bruce Momjian | 2002-10-03 | 1 | -5/+1 |
| * | Alter scale selection for NUMERIC division and transcendental functions | Tom Lane | 2002-10-02 | 1 | -109/+318 |
| * | Turn GUC log_min_error_statement off by default by setting it to PANIC. | Bruce Momjian | 2002-10-02 | 1 | -2/+13 |
| * | Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev... | Tom Lane | 2002-10-01 | 1 | -2/+4 |
| * | Add Bear's SSL comments. | Bruce Momjian | 2002-09-29 | 1 | -0/+28 |
| * | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 | 5 | -77/+62 |
| * | ARGH! | Tom Lane | 2002-09-27 | 1 | -18/+38 |
| * | Use heap_formtuple not heap_addheader to construct pg_index tuples. | Tom Lane | 2002-09-27 | 1 | -46/+42 |
| * | Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is | Tom Lane | 2002-09-27 | 1 | -10/+14 |
| * | Have -d5 -d0 not affect the extra variables set with -d5. | Bruce Momjian | 2002-09-27 | 1 | -18/+21 |