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
/
test
Age
Commit message (
Expand
)
Author
2009-08-06
Improve plpgsql's ability to cope with rowtypes containing dropped columns,
Tom Lane
2009-08-04
Support hex-string input and output for type BYTEA.
Tom Lane
2009-08-03
Implement has_sequence_privilege()
Joe Conway
2009-08-01
Department of second thoughts: let's show the exact key during unique index
Tom Lane
2009-08-01
Improve unique-constraint-violation error messages to include the exact
Tom Lane
2009-07-29
Support deferrable uniqueness constraints.
Tom Lane
2009-07-28
Correct calculations of overlap and contains operations over polygons.
Teodor Sigaev
2009-07-27
Experiment with using EXPLAIN COSTS OFF in regression tests.
Tom Lane
2009-07-25
Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro.
Andrew Dunstan
2009-07-20
DROP IF EXISTS for columns and constraints. Andres Freund.
Andrew Dunstan
2009-07-19
Fix a thinko in join_is_legal: when we decide we can implement a semijoin
Tom Lane
2009-07-17
Repair bug #4926 "too few pathkeys for mergeclauses". This example shows
Tom Lane
2009-07-11
Alter some gratuitous uses of "ANSI" when "SQL standard" might have been
Peter Eisentraut
2009-07-06
Fix handling of changed-Param signaling for CteScan plan nodes. We were using
Tom Lane
2009-07-02
Regression test for XML mapping functionality
Peter Eisentraut
2009-06-22
Make to_timestamp and friends skip leading spaces before an integer field,
Tom Lane
2009-06-14
Change test tables in copy2 regression test to be temporary tables.
Tom Lane
2009-06-11
Fix things so that you can still do "select foo()" where foo is a SQL
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-10
Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input
Tom Lane
2009-06-09
Fix xmlattribute escaping XML special characters twice (bug #4822).
Peter Eisentraut
2009-06-01
Change AdjustIntervalForTypmod to not discard higher-order field values on the
Tom Lane
2009-05-24
Fix LIKE's special-case code for % followed by _. I'm not entirely sure that
Tom Lane
2009-05-19
Fix bug #4814 (wrong subscript in consistent-function call), and add some
Tom Lane
2009-05-06
Modify CREATE DATABASE to enforce that the source database's encoding setting
Tom Lane
2009-05-05
Make new complaint about unsafe Unicode literals include an error location.
Tom Lane
2009-05-05
Disable the use of Unicode escapes in string constants (U&'') when
Peter Eisentraut
2009-04-25
Fix the handling of sub-SELECTs appearing in the arguments of an outer-level
Tom Lane
2009-04-23
Change the default value of max_prepared_transactions to zero, and add
Tom Lane
2009-04-21
Add agg/normal/trigger/window flags for psql \df and in \df output.
Bruce Momjian
2009-04-19
Revise plpgsql's scanner to process comments and string literals in a way
Tom Lane
2009-04-16
Fix the regression test error message for array_fill, too.
Alvaro Herrera
2009-04-09
Remove SQL-compatibility function cardinality(). It is not exactly clear
Tom Lane
2009-04-09
Fix the plpgsql memory leak exhibited in bug #4677. That leak was introduced
Tom Lane
2009-04-08
Allow leading and trailing spaces around NaN in numeric_in.
Tom Lane
2009-04-08
XMLATTRIBUTES() should send the attribute values through
Peter Eisentraut
2009-04-04
Rewrite interval_hash() so that the hashcodes are equal for values that
Tom Lane
2009-03-30
Fix an oversight in the support for storing/retrieving "minimal tuples" in
Tom Lane
2009-03-25
Polish SQL/MED terminology
Peter Eisentraut
2009-03-22
Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as
Tom Lane
2009-03-10
Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled
Tom Lane
2009-03-09
Tweak the regression test case so that the ordering of numbers vs. letters
Peter Eisentraut
2009-03-09
Accept 'on' and 'off' as input for boolean data type, unifying the syntax
Peter Eisentraut
2009-03-05
Fix column privilege checking for cases where parent and child have different
Tom Lane
2009-02-28
Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay
Tom Lane
2009-02-26
Remove outdated join_1.out regression test comparison file. This has
Tom Lane
2009-02-25
Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of
Tom Lane
2009-02-24
Add the possibility to specify an explicit validator function for foreign-data
Peter Eisentraut
2009-02-18
Remove the special cases to prevent minus-zero results in float4 and float8
Tom Lane
2009-02-18
Message wordsmithing
Peter Eisentraut
[next]