aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Add xmlexists functionPeter Eisentraut2010-08-05
* Fix numeric_maximum_size() calculation.Robert Haas2010-08-04
* Allow numeric to use a more compact, 2-byte header in many cases.Robert Haas2010-08-03
* Replace the naive HYPOT() macro with a standards-conformant hypotenuseTom Lane2010-08-03
* Code review for --quote-all-identifiers patch: add missing --help documentationTom Lane2010-08-03
* Add some comments to tinterval_cmp_internal pointing out its severeTom Lane2010-08-03
* Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.Robert Haas2010-08-03
* Be a little more careful with the shift computations in QT2QTN andTom Lane2010-08-03
* Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two emptyTom Lane2010-08-03
* Tweak a couple of macros in the regex code to suppress compiler warningsTom Lane2010-08-02
* Fix an ancient typo that prevented the detection of conflicting fields whenTom Lane2010-08-02
* Fix ANALYZE's ancient deficiency of not trying to collect stats for expressionTom Lane2010-08-01
* Add some knowledge about prefix matches to tsmatchsel(). It's not terriblyTom Lane2010-08-01
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-01
* Tweak tsmatchsel() so that it examines the structure of the tsquery wheneverTom Lane2010-07-31
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-31
* Make details of the Numeric representation private to numeric.c.Robert Haas2010-07-30
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-29
* Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs2010-07-29
* Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane2010-07-29
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-29
* Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs2010-07-29
* Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMarkTom Lane2010-07-28
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-28
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* In postgresql.conf.sample, use on/off rather than true/false.Robert Haas2010-07-27
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* Add more checks against altering typed tablesPeter Eisentraut2010-07-23
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-23
* Add missing function prototype.Robert Haas2010-07-22
* Add options to force quoting of all identifiers.Robert Haas2010-07-22
* Centralize DML permissions-checking logic.Robert Haas2010-07-22
* CVS test: please ignoreBruce Momjian2010-07-20
* Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian2010-07-20
* Add restart_after_crash GUC.Robert Haas2010-07-20
* Change the default value of standard_conforming_strings to on.Robert Haas2010-07-20
* Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallbackTom Lane2010-07-18
* Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless ofTom Lane2010-07-18
* Simplify missing tablespace replay error hint message, but only in HEADBruce Momjian2010-07-18
* Add a log_file_mode GUC that allows control of the file permissions set onTom Lane2010-07-16
* Add support for dividing money by money (yielding a float8 result) and forTom Lane2010-07-16
* Remove a sanity check in the exclusion-constraint code that prevented usersTom Lane2010-07-16
* Remove duplicate code in DefineOpFamily().Tom Lane2010-07-16
* Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,Tom Lane2010-07-13
* Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas2010-07-13
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane2010-07-09
* Fix ruleutils' get_variable() to print something useful for Vars referencingTom Lane2010-07-09