index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
*
Add xmlexists function
Peter Eisentraut
2010-08-05
*
Fix numeric_maximum_size() calculation.
Robert Haas
2010-08-04
*
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-03
*
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-02
*
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-08-01
*
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-31
*
Make details of the Numeric representation private to numeric.c.
Robert Haas
2010-07-30
*
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-29
*
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-28
*
In postgresql.conf.sample, use on/off rather than true/false.
Robert Haas
2010-07-27
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
*
Add more checks against altering typed tables
Peter Eisentraut
2010-07-23
*
Avoid deep recursion when assigning XIDs to multiple levels of subxacts.
Robert Haas
2010-07-23
*
Add missing function prototype.
Robert Haas
2010-07-22
*
Add options to force quoting of all identifiers.
Robert Haas
2010-07-22
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
*
CVS test: please ignore
Bruce Momjian
2010-07-20
*
Properly replay CREATE TABLESPACE during crash recovery by deleting
Bruce Momjian
2010-07-20
*
Add restart_after_crash GUC.
Robert Haas
2010-07-20
*
Change the default value of standard_conforming_strings to on.
Robert Haas
2010-07-20
*
Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback
Tom Lane
2010-07-18
*
Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of
Tom Lane
2010-07-18
*
Simplify missing tablespace replay error hint message, but only in HEAD
Bruce Momjian
2010-07-18
*
Add a log_file_mode GUC that allows control of the file permissions set on
Tom Lane
2010-07-16
*
Add support for dividing money by money (yielding a float8 result) and for
Tom Lane
2010-07-16
*
Remove a sanity check in the exclusion-constraint code that prevented users
Tom Lane
2010-07-16
*
Remove duplicate code in DefineOpFamily().
Tom Lane
2010-07-16
*
Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,
Tom Lane
2010-07-13
*
Oops, in the previous fix to prevent a cursor that's being used in a FOR
Heikki Linnakangas
2010-07-13
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()
Tom Lane
2010-07-09
*
Fix ruleutils' get_variable() to print something useful for Vars referencing
Tom Lane
2010-07-09
[next]