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
2017-12-01
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-09
Add hash partitioning.
Robert Haas
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-06
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-10-27
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-16
Fix incorrect handling of CTEs and ENRs as DML target relations.
Tom Lane
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-03
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-16
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-08-23
Improve plural handling in error message
Peter Eisentraut
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-04
Further unify ROLE and USER command grammar rules
Peter Eisentraut
2017-08-03
Allow a foreign table CHECK constraint to be initially NOT VALID.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-02
Fix OBJECT_TYPE/OBJECT_DOMAIN confusion
Peter Eisentraut
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-06-27
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-22
Fix IF NOT EXISTS in CREATE STATISTICS
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-11
Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.
Tom Lane
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-05-29
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-10
Disallow finite partition bound following earlier UNBOUNDED column.
Robert Haas
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-16
Sync addRangeTableEntryForENR() with its peer functions.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().
Kevin Grittner
2017-04-06
Identity columns
Peter Eisentraut
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
[next]