summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-08-16Make LockDatabaseObject() AcceptInvalidationMessages().Robert Haas
2010-08-14Fix planner to make a reasonable assumption about the amount of memory spaceTom Lane
2010-08-14Fix \ef and \sf to not fail on functions with nonnull probin.Tom Lane
2010-08-14Further dtrace adjustments for the backend-IDs-in-relpath patch.Robert Haas
2010-08-13Fix assorted dtrace breakage caused by patch to include backend IDsRobert Haas
2010-08-13Include the backend ID in the relpath of temporary relations.Robert Haas
2010-08-13Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane
2010-08-13Fix Assert failure in PushOverrideSearchPath when trying to restore a searchTom Lane
2010-08-13Make RecordTransactionCommit() respect wal_level.Robert Haas
2010-08-12Correct sundry errors in Hot Standby-related comments.Robert Haas
2010-08-12Extend psql's \e and \ef commands so that a line number can be specified,Tom Lane
2010-08-11The sanity check added to array_recv() wa a bit too tight; we mustHeikki Linnakangas
2010-08-10Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane
2010-08-08Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane
2010-08-08Add stats functions and views to provide access to a transaction's ownTom Lane
2010-08-07Recognize functional dependency on primary keys. This allows a table'sTom Lane
2010-08-06Add a comment about the initial default value of max_stack_depth.Tom Lane
2010-08-06Fix incorrect pathname in comment.Robert Haas
2010-08-05Add a very specific hint for the case that we're unable to locate a functionTom Lane
2010-08-05Remove the single-argument form of string_agg(). It added nothing much inTom Lane
2010-08-05Standardize get_whatever_oid functions for other object types.Robert Haas
2010-08-05Standardize get_whatever_oid functions for object types withRobert Haas
2010-08-05Add xmlexists functionPeter Eisentraut
2010-08-04Fix numeric_maximum_size() calculation.Robert Haas
2010-08-03Allow numeric to use a more compact, 2-byte header in many cases.Robert Haas
2010-08-03Replace the naive HYPOT() macro with a standards-conformant hypotenuseTom Lane
2010-08-03Code review for --quote-all-identifiers patch: add missing --help documentationTom Lane
2010-08-03Add some comments to tinterval_cmp_internal pointing out its severeTom Lane
2010-08-03Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.Robert Haas
2010-08-03Be a little more careful with the shift computations in QT2QTN andTom Lane
2010-08-03Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two emptyTom Lane
2010-08-02Tweak a couple of macros in the regex code to suppress compiler warningsTom Lane
2010-08-02Fix an ancient typo that prevented the detection of conflicting fields whenTom Lane
2010-08-01Fix ANALYZE's ancient deficiency of not trying to collect stats for expressionTom Lane
2010-08-01Add some knowledge about prefix matches to tsmatchsel(). It's not terriblyTom Lane
2010-08-01Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane
2010-08-01Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane
2010-07-31Tweak tsmatchsel() so that it examines the structure of the tsquery wheneverTom Lane
2010-07-31Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane
2010-07-30Make details of the Numeric representation private to numeric.c.Robert Haas
2010-07-29Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-29Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs
2010-07-29Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane
2010-07-29Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas
2010-07-29Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs
2010-07-28Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMarkTom Lane
2010-07-28Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs
2010-07-28Fix potential failure when hashing the output of a subplan that producesTom Lane
2010-07-27In postgresql.conf.sample, use on/off rather than true/false.Robert Haas
2010-07-25CREATE TABLE IF NOT EXISTS.Robert Haas