psql: Add tab completion for CREATE/ALTER ROLE name WITH
Previously, the use of the optional key word WITH was not supported.
Josh Kupershmidt
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/1fd832ddffe83a07f82939bd9e5787a61aeba1ef
Modified Files
--
src
Doc clarification for synchronous_commit.
Fujii Masao
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/37e666b8b5999fddd556138edd17a5f26384460f
Modified Files
--
doc/src/sgml/config.sgml |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
--
Se
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Noah Misch
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/f8c53d5b411da9518876c93161199e38eaaa5118
Modified Files
--
src/backend/nodes/copyfuncs.c |2 +-
src/backend/nodes/equalfuncs.c |
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Noah Misch
Branch
--
REL8_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/cd3d613ffecd2d41808a0901ae18d374d1ef6a97
Modified Files
--
src/backend/nodes/copyfuncs.c |2 +-
src/backend/nodes/equalfuncs.c |
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Noah Misch
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/4fd49c7336226124a3288fd67774f856de7ddb0d
Modified Files
--
src/backend/nodes/copyfuncs.c |2 +-
src/backend/nodes/equalfuncs.c |
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Noah Misch
Branch
--
REL8_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/8d2ef107e6b0ed1574ab7aaf437480a7473004e7
Modified Files
--
src/backend/nodes/copyfuncs.c |2 +-
src/backend/nodes/equalfuncs.c |
Fix various infelicities in node functions.
Mostly, this consists of adding support for fields which exist in the
structure but aren't handled by copy/equal/outfuncs; but the create
foreign table case can actually produce garbage output.
Noah Misch
Branch
--
master
Details
---
http://gi
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Noah Misch
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/b5eccaef2c05fd0c17f4510001528232b242a88e
Modified Files
--
src/backend/nodes/copyfuncs.c |2 +-
src/backend/nodes/equalfuncs.c |2 +
After PageSetAllVisible, use MarkBufferDirty.
Previously, we used SetBufferCommitInfoNeedsSave, but that's really
intended for dirty-marks we can theoretically afford to lose, such as
hint bits. As for 9.2, the PD_ALL_VISIBLE mustn't be lost in this
way, since we could then end up with a heap pag
Fix incorrect comment in SetBufferCommitInfoNeedsSave().
Noah Misch spotted the fact that the old comment is in fact incorrect, due
to memory ordering hazards.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/ab77b2da8bf2cd1c8068f2f90e95c42d426aba3c
Modified Files
--
Revert recent commit re positional arguments.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/342901930c1baefe49688c7d25a69196cf644180
Modified Files
--
src/bin/initdb/initdb.c |7 ++-
src/bin/scripts/clusterdb.c | 26 +++
Revert recent commit re positional arguments.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/5969ee4df7e98cbb8cc0d1ec04027567ab932a50
Modified Files
--
src/bin/initdb/initdb.c |7 ++-
src/bin/scripts/clusterdb.c | 26 +++
Revert recent commit re positional arguments.
Branch
--
REL8_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/e4129a0e618e9dd3c5c1e58b8f90208245d08223
Modified Files
--
src/bin/initdb/initdb.c |7 ++-
src/bin/scripts/clusterdb.c | 26 +++
Revert recent commit re positional arguments.
Branch
--
REL8_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/062f113e52fd63ffd8c2e7f4e24c9b2087d386c1
Modified Files
--
src/bin/initdb/initdb.c |7 ++-
src/bin/scripts/clusterdb.c | 26 +++
Tighten up error recovery for fast-path locking.
The previous code could cause a backend crash after BEGIN; SAVEPOINT a;
LOCK TABLE foo (interrupted by ^C or statement timeout); ROLLBACK TO
SAVEPOINT a; LOCK TABLE foo, and might have leaked strong-lock counts
in other situations.
Report by Zoltán
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Commit 8e5ac74c1249820ca55481223a95b9124b4a4f95 tried to do this renaming,
but I relied on gcc to tell me where I needed to make changes, instead of
grep.
Noted by Jeff Davis.
Branch
--
master
Details
---
http://git.po
Remove bogus comment from HeapTupleSatisfiesNow.
This has been wrong for a really long time. We don't use two-phase
locking to protect against serialization anomalies.
Per discussion on pgsql-hackers about 2011-03-07; original report
by Dan Ports.
Branch
--
master
Details
---
http://gi
17 matches
Mail list logo