| Commit message (Expand) | Author | Age |
* | Document that LocalSetXLogInsertAllowed can be re-executed. | Tom Lane | 2009-08-08 |
* | Expand test coverage support to entire tree | Peter Eisentraut | 2009-08-07 |
* | rm_cleanup functions need to be allowed to write WAL entries. This oversight | Tom Lane | 2009-08-07 |
* | Fix some omissions in the dependency-object-class support for SQL/MED objects. | Tom Lane | 2009-08-07 |
* | Fast shutdown stop should forcibly disconnect any active backends, even | Heikki Linnakangas | 2009-08-07 |
* | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane | 2009-08-06 |
* | Avoid terminating the postmaster on a number of "can't happen" cases during | Magnus Hagander | 2009-08-06 |
* | Improve error messages in md.c. When a filesystem operation like open() or | Heikki Linnakangas | 2009-08-05 |
* | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 |
* | Implement has_sequence_privilege() | Joe Conway | 2009-08-03 |
* | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane | 2009-08-02 |
* | Department of second thoughts: let's show the exact key during unique index | Tom Lane | 2009-08-01 |
* | Improve unique-constraint-violation error messages to include the exact | Tom Lane | 2009-08-01 |
* | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane | 2009-07-31 |
* | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane | 2009-07-30 |
* | Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) to | Tom Lane | 2009-07-29 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Fix a thinko introduced into CountActiveBackends by a recent patch: | Tom Lane | 2009-07-29 |
* | Correct calculations of overlap and contains operations over polygons. | Teodor Sigaev | 2009-07-28 |
* | Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by | Teodor Sigaev | 2009-07-28 |
* | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane | 2009-07-28 |
* | Extend EXPLAIN to allow generic options to be specified. | Tom Lane | 2009-07-26 |
* | Code review for FORCE QUOTE * patch: fix error checking to consider FORCE | Tom Lane | 2009-07-25 |
* | Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead... | Andrew Dunstan | 2009-07-25 |
* | Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro. | Andrew Dunstan | 2009-07-25 |
* | Assorted minor refactoring in EXPLAIN. | Tom Lane | 2009-07-24 |
* | Reserve the shared memory region during backend startup on Windows, so | Magnus Hagander | 2009-07-24 |
* | Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan. | Tom Lane | 2009-07-24 |
* | Save a few cycles in EXPLAIN and related commands by not bothering to form | Tom Lane | 2009-07-23 |
* | In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead | Tom Lane | 2009-07-23 |
* | Fix another thinko in join_is_legal's handling of semijoins: we have to test | Tom Lane | 2009-07-23 |
* | Change do_tup_output() to take Datum/isnull arrays instead of a char * array, | Tom Lane | 2009-07-22 |
* | Tweak TOAST code so that columns marked with MAIN storage strategy are | Tom Lane | 2009-07-22 |
* | Change pg_listener attribute number constants to match the usual pattern | Peter Eisentraut | 2009-07-21 |
* | Speed up AllocSetFreeIndex, which is a significant cost in palloc and pfree, | Tom Lane | 2009-07-21 |
* | Fix another semijoin-ordering bug. We already knew that we couldn't | Tom Lane | 2009-07-21 |
* | DROP IF EXISTS for columns and constraints. Andres Freund. | Andrew Dunstan | 2009-07-20 |
* | Teach simplify_boolean_equality to simplify the forms foo <> true and | Tom Lane | 2009-07-20 |
* | Rewrite GEQO's gimme_tree function so that it always finds a legal join | Tom Lane | 2009-07-19 |
* | Fix a thinko in join_is_legal: when we decide we can implement a semijoin | Tom Lane | 2009-07-19 |
* | Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid | Tom Lane | 2009-07-18 |
* | Repair bug #4926 "too few pathkeys for mergeclauses". This example shows | Tom Lane | 2009-07-17 |
* | Make GEQO's planning deterministic by having it start from a predictable | Tom Lane | 2009-07-16 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 |
* | Do a conditional SPI_push/SPI_pop when replanning a query in | Tom Lane | 2009-07-14 |
* | Update information schema to SQL:2008 | Peter Eisentraut | 2009-07-13 |
* | Although the flex documentation avers that yyalloc and yyrealloc take | Tom Lane | 2009-07-13 |
* | Convert the core lexer and parser into fully reentrant code, by making use | Tom Lane | 2009-07-13 |
* | Move some declarations in the raw-parser header files to create a clearer | Tom Lane | 2009-07-12 |