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
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Disallow unlogged materialized views.
Tom Lane
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-26
Fix collation assignment for aggregates with ORDER BY.
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-22
Fix problems with incomplete attempt to prohibit OIDS with MVs.
Kevin Grittner
2013-03-20
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-14
Change the way UESCAPE is lexed, to reduce the size of the flex tables.
Heikki Linnakangas
2013-03-12
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-18
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-09
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-06
Improve error message wording
Alvaro Herrera
2013-02-01
Add CREATE RECURSIVE VIEW syntax
Peter Eisentraut
2013-01-30
Fix grammar for subscripting or field selection from a sub-SELECT result.
Tom Lane
2013-01-26
Make LATERAL implicit for functions in FROM.
Tom Lane
2013-01-26
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-22
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-05
Make some spelling more consistent
Peter Eisentraut
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-23
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-12-21
Make some messages more consistent in style
Peter Eisentraut
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-11-29
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-04
Fix parse location tracking for lists that can be empty.
Tom Lane
2012-10-03
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-02
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-09-27
Run check_keywords.pl anytime gram.c is rebuilt.
Tom Lane
2012-09-27
Add new EVENT keyword to unreserved_keyword production.
Tom Lane
2012-09-22
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-27
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-15
Properly escape usernames in initdb, so names with single-quotes are
Bruce Momjian
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-08
Merge parser's p_relnamespace and p_varnamespace lists into a single list.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
[next]