index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
1
-0
/
+67
*
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-24
1
-3
/
+11
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
1
-10
/
+13
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-3
/
+3
*
Require VALUE keyword when extending an enum type. Based on a patch from Alva...
Andrew Dunstan
2010-11-16
1
-8
/
+8
*
Prevent invoking I/O conversion casts via functional/attribute notation.
Tom Lane
2010-11-07
1
-4
/
+24
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
3
-30
/
+49
*
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
4
-14
/
+31
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
1
-2
/
+39
*
Add semicolon, missed in previous patch. And update the keyword list in
Heikki Linnakangas
2010-10-22
1
-1
/
+1
*
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-22
1
-13
/
+13
*
Improve handling of domains over arrays.
Tom Lane
2010-10-21
5
-62
/
+149
*
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-19
1
-74
/
+2
*
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
Tom Lane
2010-10-15
3
-32
/
+77
*
Support triggers on views.
Tom Lane
2010-10-10
1
-9
/
+10
*
Behave correctly if INSERT ... VALUES is decorated with additional clauses.
Tom Lane
2010-10-02
1
-1
/
+10
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
1
-3
/
+93
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
2
-34
/
+134
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
2
-3
/
+3
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
22
-22
/
+22
*
Give a suitable HINT when an INSERT's data source is a RowExpr containing
Tom Lane
2010-09-18
1
-1
/
+60
*
In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().
Tom Lane
2010-09-03
2
-119
/
+2
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
1
-6
/
+2
*
Add missing processing of OptTemp in CREATE IF NOT EXISTS variant
Tom Lane
2010-08-20
1
-1
/
+2
*
Revert patch to coerce 'unknown' type parameters in the backend. As Tom
Heikki Linnakangas
2010-08-19
1
-84
/
+2
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
2
-2
/
+15
*
Coerce 'unknown' type parameters to the right type in the fixed-params
Heikki Linnakangas
2010-08-18
1
-2
/
+84
*
Recognize functional dependency on primary keys. This allows a table's
Tom Lane
2010-08-07
1
-10
/
+53
*
Add a very specific hint for the case that we're unable to locate a function
Tom Lane
2010-08-05
1
-1
/
+14
*
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
1
-3
/
+3
*
Add xmlexists function
Peter Eisentraut
2010-08-05
1
-4
/
+44
*
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-07-29
3
-99
/
+130
*
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-28
1
-7
/
+16
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
1
-1
/
+34
*
Change the default value of standard_conforming_strings to on.
Robert Haas
2010-07-20
1
-2
/
+2
*
Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of
Tom Lane
2010-07-18
1
-2
/
+15
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
2
-32
/
+33
*
stringToNode() and deparse_expression_pretty() crash on invalid input,
Heikki Linnakangas
2010-06-30
1
-2
/
+87
*
Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.
Robert Haas
2010-06-13
1
-9
/
+9
*
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-30
3
-14
/
+12
*
Adjust comments about avoiding use of printf's %.*s.
Tom Lane
2010-05-09
1
-3
/
+3
*
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-05-08
1
-3
/
+13
*
Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.
Tom Lane
2010-04-28
1
-2
/
+2
*
Pass incompletely-transformed aggregate argument lists as separate parameters
Tom Lane
2010-03-17
2
-14
/
+13
*
Fix IsBinaryCoercible to not confuse a cast using in/out functions
Heikki Linnakangas
2010-03-04
1
-2
/
+2
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
11
-184
/
+188
*
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-23
1
-11
/
+13
*
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
1
-2
/
+2
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
1
-3
/
+9
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
7
-90
/
+51
[next]