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
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Support ALTER SYSTEM RESET command.
Fujii Masao
2014-09-02
*
Implement IF NOT EXISTS for CREATE SEQUENCE.
Heikki Linnakangas
2014-08-26
*
More psprintf goodness
Alvaro Herrera
2014-08-25
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
*
Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.
Tom Lane
2014-07-01
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-16
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
*
Make a dedicated AlterTblSpcStmt production
Stephen Frost
2014-04-13
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
*
Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.
Tom Lane
2014-04-03
*
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
2014-03-04
*
Remove broken code that tried to handle OVERLAPS with a single argument.
Tom Lane
2014-02-18
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-13
*
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-02-03
*
ALTER TABLESPACE ... MOVE ... OWNED BY
Stephen Frost
2014-01-23
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
*
Allow type_func_name_keywords in even more places
Stephen Frost
2014-01-21
*
Tweak parse location assignment for CURRENT_DATE and related constructs.
Tom Lane
2014-01-21
*
Add CREATE TABLESPACE ... WITH ... Options
Stephen Frost
2014-01-18
*
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-18
*
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-07
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
*
Fix portability issue in ordered-set patch.
Tom Lane
2013-12-23
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-18
*
Allow empty target list in SELECT.
Tom Lane
2013-12-14
*
Rename TABLE() to ROWS FROM().
Noah Misch
2013-12-10
*
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-12-02
*
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-23
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Re-allow duplicate aliases within aliased JOINs.
Tom Lane
2013-11-11
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
*
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-06
*
Improve the error message given for modifying a window with frame clause.
Tom Lane
2013-11-05
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
[next]