index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Commit message (
Expand
)
Author
Age
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-17
*
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
*
Improve error message wording
Alvaro Herrera
2013-02-06
*
Add CREATE RECURSIVE VIEW syntax
Peter Eisentraut
2013-01-31
*
Fix grammar for subscripting or field selection from a sub-SELECT result.
Tom Lane
2013-01-30
*
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-26
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
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-21
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
*
Make some spelling more consistent
Peter Eisentraut
2013-01-05
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-12-23
*
Make some messages more consistent in style
Peter Eisentraut
2012-12-21
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
*
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
*
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
*
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-11-11
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
*
Refactor flex and bison make rules
Peter Eisentraut
2012-10-11
*
Fix parse location tracking for lists that can be empty.
Tom Lane
2012-10-04
*
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
*
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-03
*
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
*
Run check_keywords.pl anytime gram.c is rebuilt.
Tom Lane
2012-09-26
*
Add new EVENT keyword to unreserved_keyword production.
Tom Lane
2012-09-26
*
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-22
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-27
*
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-19
*
Properly escape usernames in initdb, so names with single-quotes are
Bruce Momjian
2012-08-15
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
*
Merge parser's p_relnamespace and p_varnamespace lists into a single list.
Tom Lane
2012-08-08
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-16
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-17
*
Deprecate use of GLOBAL and LOCAL in temp table creation.
Tom Lane
2012-06-13
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Revert error message on GLOBAL/LOCAL pending further discussion
Simon Riggs
2012-06-10
*
Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Simon Riggs
2012-06-09
[next]