Log Message:
---
Use one of not-null unique keys to identify rows when the target table doesn't
have a primary key. Some of users want to use not-null unique keys rather than
primary keys because postgres doesn't support REINDEX PRIMARY KEY CONCURRENTLY.
- Support 9.1dev.
- Improve Makefil
Update sequence_1.out for recent changes in sequence regression test.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6c596c29a3666830d089facf9d6c7f44b4d0e9f2
Modified Files
--
src/test/regress/expected/sequence_1.out |7 +
Improve markup of unnest example
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7f40e30309b5c8f19b1ac86c463ab0ea99907873
Modified Files
--
doc/src/sgml/func.sgml |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
S
Improve array_upper example
The previous example didn't make it clear whether array_upper returned
the last element or the index of the last element.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=f9e4961b7d599ff42accf324a3c080c5095785c9
Mo
Improve C comments about backend variables set by pg_upgrade_support
functions.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=46d28820b6d213bf26b24ecd289a1c466ecf1956
Modified Files
--
contrib/pg_upgrade/pg_upgrade.c | 22