Tweak find_composite_type_dependencies API a bit more.
Per discussion with Noah Misch, the previous coding, introduced by
my commit 65377e0b9c0e0397b1598b38b6a7fb8b6f740d39 on 2011-02-06,
was really an abuse of RELKIND_COMPOSITE_TYPE, since the caller in
typecmds.c is actually passing the name of
Typo fixes. receivedUpto should be capitalized consistently.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d309acf201ab2c5bbd1f6a5d51e4a8060eb6a63c
Modified Files
--
src/backend/replication/README|4 ++--
src/backend/replication/walreceiver.
Allow tab-completion of :variable even as first word on a line.
Christoph Berg
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/5917574539732a6e521a6dc260fcd7c9a258d89e
Modified Files
--
src/bin/psql/tab-complete.c | 22 +++---
1 files ch
Fix comment recently obsoleted
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/60141eefaf28e4ff5e406952740423dd6fd16266
Modified Files
--
src/backend/parser/parse_type.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
Sent via pgsql-comm
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
This follows recent discussions, so it's quite a bit different from
Dimitri's original. There will probably be more changes once we get a bit
of experience with it, but let's get it in and start playing with it.
This i
Clean up installation directory choices for extensions.
Arrange for the control files to be in $SHAREDIR/extension not
$SHAREDIR/contrib, since we're generally trying to deprecate the term
"contrib" and this is a once-in-many-moons opportunity to get rid of it in
install paths. Fix PGXS to instal