index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2010-08-16
Make LockDatabaseObject() AcceptInvalidationMessages().
Robert Haas
2010-08-14
Fix planner to make a reasonable assumption about the amount of memory space
Tom Lane
2010-08-14
Fix \ef and \sf to not fail on functions with nonnull probin.
Tom Lane
2010-08-14
Further dtrace adjustments for the backend-IDs-in-relpath patch.
Robert Haas
2010-08-13
Fix assorted dtrace breakage caused by patch to include backend IDs
Robert Haas
2010-08-13
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content
Tom Lane
2010-08-13
Fix Assert failure in PushOverrideSearchPath when trying to restore a search
Tom Lane
2010-08-13
Make RecordTransactionCommit() respect wal_level.
Robert Haas
2010-08-12
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-08-12
Extend psql's \e and \ef commands so that a line number can be specified,
Tom Lane
2010-08-11
The sanity check added to array_recv() wa a bit too tight; we must
Heikki Linnakangas
2010-08-10
Add three-parameter forms of array_to_string and string_to_array, to allow
Tom Lane
2010-08-08
Add an xpath_exists() function. This is equivalent to XMLEXISTS except that
Tom Lane
2010-08-08
Add stats functions and views to provide access to a transaction's own
Tom Lane
2010-08-07
Recognize functional dependency on primary keys. This allows a table's
Tom Lane
2010-08-06
Add a comment about the initial default value of max_stack_depth.
Tom Lane
2010-08-06
Fix incorrect pathname in comment.
Robert Haas
2010-08-05
Add a very specific hint for the case that we're unable to locate a function
Tom Lane
2010-08-05
Remove the single-argument form of string_agg(). It added nothing much in
Tom Lane
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
Add xmlexists function
Peter Eisentraut
2010-08-04
Fix numeric_maximum_size() calculation.
Robert Haas
2010-08-03
Allow numeric to use a more compact, 2-byte header in many cases.
Robert Haas
2010-08-03
Replace the naive HYPOT() macro with a standards-conformant hypotenuse
Tom Lane
2010-08-03
Code review for --quote-all-identifiers patch: add missing --help documentation
Tom Lane
2010-08-03
Add some comments to tinterval_cmp_internal pointing out its severe
Tom Lane
2010-08-03
Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.
Robert Haas
2010-08-03
Be a little more careful with the shift computations in QT2QTN and
Tom Lane
2010-08-03
Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two empty
Tom Lane
2010-08-02
Tweak a couple of macros in the regex code to suppress compiler warnings
Tom Lane
2010-08-02
Fix an ancient typo that prevented the detection of conflicting fields when
Tom Lane
2010-08-01
Fix ANALYZE's ancient deficiency of not trying to collect stats for expression
Tom Lane
2010-08-01
Add some knowledge about prefix matches to tsmatchsel(). It's not terribly
Tom Lane
2010-08-01
Fix an additional set of problems in GIN's handling of lossy page pointers.
Tom Lane
2010-08-01
Rewrite the rbtree routines so that an RBNode is the first field of the
Tom Lane
2010-07-31
Tweak tsmatchsel() so that it examines the structure of the tsquery whenever
Tom Lane
2010-07-31
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-30
Make details of the Numeric representation private to numeric.c.
Robert Haas
2010-07-29
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-07-29
Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.
Simon Riggs
2010-07-29
Fix another longstanding problem in copy_relation_data: it was blithely
Tom Lane
2010-07-29
Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.
Robert Haas
2010-07-29
Add explicit regression tests for ALTER TABLE lock levels.
Simon Riggs
2010-07-28
Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMark
Tom Lane
2010-07-28
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-28
Fix potential failure when hashing the output of a subplan that produces
Tom Lane
2010-07-27
In postgresql.conf.sample, use on/off rather than true/false.
Robert Haas
2010-07-25
CREATE TABLE IF NOT EXISTS.
Robert Haas
[next]