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
/
parser
Age
Commit message (
Expand
)
Author
2010-12-29
Support unlogged tables.
Robert Haas
2010-12-29
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-11-26
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-24
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-23
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-17
Require VALUE keyword when extending an enum type. Based on a patch from Alva...
Andrew Dunstan
2010-11-07
Prevent invoking I/O conversion casts via functional/attribute notation.
Tom Lane
2010-10-31
Provide hashing support for arrays.
Tom Lane
2010-10-25
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-22
Add semicolon, missed in previous patch. And update the keyword list in
Heikki Linnakangas
2010-10-22
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-21
Improve handling of domains over arrays.
Tom Lane
2010-10-19
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-15
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
Tom Lane
2010-10-10
Support triggers on views.
Tom Lane
2010-10-03
Behave correctly if INSERT ... VALUES is decorated with additional clauses.
Tom Lane
2010-09-28
Add a SECURITY LABEL command.
Robert Haas
2010-09-26
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-18
Give a suitable HINT when an INSERT's data source is a RowExpr containing
Tom Lane
2010-09-03
In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().
Tom Lane
2010-08-27
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-20
Add missing processing of OptTemp in CREATE IF NOT EXISTS variant
Tom Lane
2010-08-19
Revert patch to coerce 'unknown' type parameters in the backend. As Tom
Heikki Linnakangas
2010-08-18
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
Coerce 'unknown' type parameters to the right type in the fixed-params
Heikki Linnakangas
2010-08-07
Recognize functional dependency on primary keys. This allows a table's
Tom Lane
2010-08-05
Add a very specific hint for the case that we're unable to locate a function
Tom Lane
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
Add xmlexists function
Peter Eisentraut
2010-07-29
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-07-28
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-25
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-20
Change the default value of standard_conforming_strings to on.
Robert Haas
2010-07-18
Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-06-30
stringToNode() and deparse_expression_pretty() crash on invalid input,
Heikki Linnakangas
2010-06-13
Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.
Robert Haas
2010-05-30
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-09
Adjust comments about avoiding use of printf's %.*s.
Tom Lane
2010-05-08
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-04-28
Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.
Tom Lane
2010-03-17
Pass incompletely-transformed aggregate argument lists as separate parameters
Tom Lane
2010-03-04
Fix IsBinaryCoercible to not confuse a cast using in/out functions
Heikki Linnakangas
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-23
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
[next]