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